wdecoster / NanoPlot

Plotting scripts for long read sequencing data

Home Page:http://nanoplot.bioinf.be

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there a way just to extract raw data - pickle and tsv format?

bhargava-morampalli opened this issue · comments

I am trying to include the nanoplot in a nextflow pipeline. For one of the steps in the pipeline, I am using seaborn but the code requires latest version of seaborn and nanoplot is throwing error because of the seaborn version.

I was wondering if there is a way to just output the raw data without calling the plotting libraries (which might throw the error).

If there is no way without downgrading seaborn version - if possible, can you please point me to a starting point (which libraries to use to extract info from bam files)? I am currently playing with pysam and see if I can use to extract info.

Thank you.

Please have a look at https://github.com/wdecoster/nanoget/blob/master/scripts/create_feather.py, that might do what you are looking for

That worked. I really like all your tools.
Thank you very much!