You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I'm following your tutorial and wanted to plot a .fast5 I got from here, given that the one under the examples folder was giving me an error (same as issue 51 )
I used the -n NUMoption, which if I understood correctly should plot only the first NUM data points.
However what I observed is that multiple plots of size NUM are generated.
Same behavior observed if using -n START,FINISH or the save options.
Is this the intended behavior?
Any way to limit to just one plot?
Some of the commands I used:
python SquigglePlot.py -i ../datasets/Chip137_IVT_NA12878_Data_reads_0.fast5 -n 20
Generates a plot window with 20 datapoints. As soon as I close it, a new one opens, with different data ( I suppose the next 20 points).
I assume it would continue to generate new plots until reaching the end of the file ( I closed maybe 15 windows, then just killed the process)
python SquigglePlot.py -i ../datasets/Chip137_IVT_NA12878_Data_reads_0.fast5 -n 40,50
Generates a plot window with 10 datapoints. As soon as I close it, a new one opens, with different data ( I suppose points 50,60)
python SquigglePlot.py -i ../datasets/Chip137_IVT_NA12878_Data_reads_0.fast5 -n 20 --dpi 300 --no_show --save test.pdf --save_path example/pngs20
Generates a bunch of pdf files, each with a graph of 20 datapoints.
Thanks
Walter
The text was updated successfully, but these errors were encountered:
Hello,
I'm following your tutorial and wanted to plot a .fast5 I got from here, given that the one under the examples folder was giving me an error (same as issue 51 )
I used the
-n NUM
option, which if I understood correctly should plot only the firstNUM
data points.However what I observed is that multiple plots of size
NUM
are generated.Same behavior observed if using
-n START,FINISH
or the save options.Is this the intended behavior?
Any way to limit to just one plot?
Some of the commands I used:
python SquigglePlot.py -i ../datasets/Chip137_IVT_NA12878_Data_reads_0.fast5 -n 20
Generates a plot window with 20 datapoints. As soon as I close it, a new one opens, with different data ( I suppose the next 20 points).
I assume it would continue to generate new plots until reaching the end of the file ( I closed maybe 15 windows, then just killed the process)
python SquigglePlot.py -i ../datasets/Chip137_IVT_NA12878_Data_reads_0.fast5 -n 40,50
Generates a plot window with 10 datapoints. As soon as I close it, a new one opens, with different data ( I suppose points 50,60)
python SquigglePlot.py -i ../datasets/Chip137_IVT_NA12878_Data_reads_0.fast5 -n 20 --dpi 300 --no_show --save test.pdf --save_path example/pngs20
Generates a bunch of pdf files, each with a graph of 20 datapoints.
Thanks
Walter
The text was updated successfully, but these errors were encountered: