Closed FelixMoelder closed 2 years ago
Currently, rbt bam-anonymize fails when a record has an empty sequence represented by * in a sam-file. This has been fixed by checking if the sequence length equals 0 and setting the same length for the output record.
rbt bam-anonymize
*
Currently,
rbt bam-anonymize
fails when a record has an empty sequence represented by*
in a sam-file. This has been fixed by checking if the sequence length equals 0 and setting the same length for the output record.