Closed vpa1977 closed 4 months ago
This MR resolves https://github.com/pezmaster31/bamtools/issues/237
Changes:
Testing:
bamtools filter -script filter_script -in ./tests/data/sam_spec_example.bam -out out.bam
{ "filters" : [ { "id" : "inAnyErrorReadGroup", "tag" : "RG:ERR*" }, { "id" : "highMapQuality", "mapQuality" : ">=75" }, { "id" : "bothMatesMapped", "isMapped" : "true", "isMateMapped" : "true" } ], "rule" : "!inAnyErrorReadGroup & (highMapQuality | bothMatesMapped)" }
succeeds
@vpa1977 I've improved your commits a bit. Could you try HEAD once more before I cut a new release?
HEAD
This MR resolves https://github.com/pezmaster31/bamtools/issues/237
Changes:
Testing:
bamtools filter -script filter_script -in ./tests/data/sam_spec_example.bam -out out.bam
with filter_scriptsucceeds