We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thanks a lot for developing this pipeline. I have a question about BWA MEM alignment. In your main paper you mention that:
SpeedSeq aligns paired-end FASTQ files to the human GRCh37 reference genome with BWA-MEM, using the “-M” flag to mark shorter alignments as secondary
However by looking into the code it seems that you just use BWA MEM with the -t -R and -I options
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Thanks a lot for developing this pipeline. I have a question about BWA MEM alignment. In your main paper you mention that:
SpeedSeq aligns paired-end FASTQ files to the human GRCh37 reference genome with BWA-MEM, using the “-M” flag to mark shorter alignments as secondary
However by looking into the code it seems that you just use BWA MEM with the -t -R and -I options
The text was updated successfully, but these errors were encountered: