arq5x / poretools

a toolkit for working with Oxford nanopore data
MIT License
239 stars 90 forks source link

poretools yield_plot --plot-type reads #171

Open Adelaam opened 6 years ago

Adelaam commented 6 years ago

Hello,

I am trying to get a plot and I am getting the error: WARNING:poretools:No start time for C:\data\reads\20180430_1124_burkholderia5\fast5\pass\All\CLN_SMD_048994_20180430_MN24482_sequencing_run_burkholderia5_58293_read_9_ch_339_strand.fast5! Traceback (most recent call last): File "C:\Users\hmw180\Miniconda2\Scripts\poretools-script.py", line 9, in load_entry_point('poretools==0.5.1', 'console_scripts', 'poretools')() File "C:\Users\hmw180\Miniconda2\lib\site-packages\poretools\poretools_main.py", line 513, in main args.func(parser, args) File "C:\Users\hmw180\Miniconda2\lib\site-packages\poretools\poretools_main.py", line 53, in run_subtool submodule.run(parser, args) File "C:\Users\hmw180\Miniconda2\lib\site-packages\poretools\yield_plot.py", line 92, in run start_times, read_lengths = (list(t) for t in zip(*sorted(zip(start_times, read_lengths)))) ValueError: need more than 0 values to unpack

Thank you!