-
Notifications
You must be signed in to change notification settings - Fork 2
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
Mapper: Initial mappings (FASTQ -> BAM) #3
Comments
Segun and I produced this pipe using BWA mem and Samtools to map a PE fastq to the reference and produce a bam file that is sorted with duplicates removed.
|
snakemake is installed and currently putting some stuff in a test script to work with bwa and freebayes |
@chris-owen this looks really good, the only thing is I realized Samblaster recommends doing something like: You should be able to integrate this into the command above pretty easily. |
Oh, and depending on the caller you might not need to remove duplicates just mark them. Callers these days are smart enough to ignore duplicate reads that has been marked as such. |
Segun and I just met with Carlos and he confirmed the pipe commands above are sufficient. |
In the Mapper module, support taking FASTQ input and converting to BAM output.
@chris-owen, @dauss75, this is one of the issues we discussed.
The text was updated successfully, but these errors were encountered: