Open MikeWLloyd opened 1 year ago
Was seeing the following error in back conversion
... if cigar_seq_length != len(sequence): TypeError: object of type 'NoneType' has no len()
The solution to simply pass on the error is rough, but avoids the problem.
Second issue is to add FLAG_PROPER_PAIR back to BAM following conversion.
FLAG_PROPER_PAIR
Was seeing the following error in back conversion
The solution to simply pass on the error is rough, but avoids the problem.
Second issue is to add
FLAG_PROPER_PAIR
back to BAM following conversion.