Skip to content
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

Update mapping process - samtools pipe after bwa introduces inefficiency #1

Open
2 tasks
cgpu opened this issue Nov 29, 2019 · 0 comments
Open
2 tasks

Comments

@cgpu
Copy link
Collaborator

cgpu commented Nov 29, 2019

As discussed w/ @afonsoguerra the hybrid bwa | samtools command introduces an important inefficiency that translates to significant increase of execution time

${convertToFastq}
bwa mem -K 100000000 -R \"${readGroup}\" ${extra} -t ${task.cpus} -M ${fasta} \
${input} | samtools sort - > ${idSample}_${idRun}.bam

ToDo:

Also, yeahie 🎉 for inaugural PGP issue!

cgpu referenced this issue in lifebit-ai/sarek Feb 22, 2021
update to nf-core dev
cgpu referenced this issue in lifebit-ai/sarek Feb 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant