Closed timbalam closed 8 years ago
bamm filter would segfault when processing bam files that did not have an 'NM' optional tag. Fixed by adding a null pointer check.
Does this need a version increment?
Looks good. I'd increment this as a patch updated version, yeh.
The third digit is generally the 'patch' number e.g. major.minor.patch but all good.
bamm filter would segfault when processing bam files that did not have an 'NM' optional tag. Fixed by adding a null pointer check.