Trying to make an occupancy plot with some recent MINIon DSR data I get the following error:
> poretools occupancy mydata/fast5
channel_number start_time duration
Traceback (most recent call last):
File "/sw/opt/python/2.7.12/bin/poretools", line 11, in <module>
load_entry_point('poretools==0.6.0', 'console_scripts', 'poretools')()
File "/cluster/gjb_lab/nschurch/.local/lib/python2.7/site-packages/poretools-0.6.0-py2.7.egg/poretools/poretools_main.py", line 538, in main
args.func(parser, args)
File "/cluster/gjb_lab/nschurch/.local/lib/python2.7/site-packages/poretools-0.6.0-py2.7.egg/poretools/poretools_main.py", line 55, in run_subtool
submodule.run(parser, args)
File "/cluster/gjb_lab/nschurch/.local/lib/python2.7/site-packages/poretools-0.6.0-py2.7.egg/poretools/occupancy.py", line 71, in run
tot_bp_per_pore[int(pore_id)] += len(fq.seq)
AttributeError: 'NoneType' object has no attribute 'seq'
Trying to make an occupancy plot with some recent MINIon DSR data I get the following error:
poretools 0.6.0, python 2.7.12, centos 6