Handle all CIGAR cases.
Closed this issue · 3 comments
mgymrek commented
Currently only I/M/D are handled
trickytank commented
Is this what causes this error from hard-clipped bases (H)?
TypeError: 'NoneType' object is not iterable
mgymrek commented
It's possible. Could you copy the traceback from the error message here? I am currently working on this issue.
mgymrek commented
I have implemented all cigar options and added test cases for them in this commit . closing this issue. If you are still having problems you can open a new issue or email me with more details about the error.