-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/mm flag modifier #36
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It all looks good but can you edit the help on bwa_mem.pl
?
Lines 361 to 372 in 61765fb
=item B<-mmqc> | |
Mark reads as QCFAIL (0x200, 512) using the mismatchQc program, also adds aux tag 'mm:A:Y'. | |
WARNING: | |
bwa_mem.pl will exclude all QCFAIL reads from mapping. If a BAM/CRAM file has been created using | |
this option please ensure that you pre-process the file to remove the flag 512 if you intend to | |
reprocess based on that output. | |
e.g. | |
bammaskflags maskneg=512 auxexists=mm < mmqc.bam > cleaned.bam |
Should now indicate use of mmFlagModifier
, or do you think we should just embed it automatically?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2 things to address
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about the example command?
Line 375 in 1f5329a
bammaskflags maskneg=512 auxexists=mm < mmqc.bam > cleaned.bam |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
@keiranmraine Please review addition of mmFlagModifier and associated tests