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
Hi,
I am currently testing umis for our 10XGenomics data. fasttagcount crashes when no cb_histogram is provided:
File "build/bdist.linux-x86_64/egg/umis/umis.py", line 829, in fasttagcount
AttributeError: 'NoneType' object has no attribute 'index'
There seems to be no check at that point whether cb_histogram was actually TRUE or whether cb_hist was not NONE.
Best, Thomas
The text was updated successfully, but these errors were encountered:
tbukur
changed the title
Rrror when running fasttagcount without cb_histogram
Error when running fasttagcount without cb_histogram
Aug 7, 2018
Hi,
I am currently testing umis for our 10XGenomics data. fasttagcount crashes when no cb_histogram is provided:
File "build/bdist.linux-x86_64/egg/umis/umis.py", line 829, in fasttagcount
AttributeError: 'NoneType' object has no attribute 'index'
There seems to be no check at that point whether cb_histogram was actually TRUE or whether cb_hist was not NONE.
Best, Thomas
The text was updated successfully, but these errors were encountered: