-
Notifications
You must be signed in to change notification settings - Fork 417
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
sentieon-bwamem #994
sentieon-bwamem #994
Conversation
…N_BWAMEM_MEM2_DRAGMAP_SENTIEON
|
workflows/sarek.nf
Outdated
@@ -335,10 +335,13 @@ workflow SAREK { | |||
bwa = params.bwa ? Channel.fromPath(params.bwa).collect() : PREPARE_GENOME.out.bwa | |||
bwamem2 = params.bwamem2 ? Channel.fromPath(params.bwamem2).collect() : PREPARE_GENOME.out.bwamem2 | |||
dragmap = params.dragmap ? Channel.fromPath(params.dragmap).collect() : PREPARE_GENOME.out.hashtable | |||
sentieon = params.sentieon ? Channel.fromPath(params.sentieon).collect() : PREPARE_GENOME.out.sentieon |
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.
we should use params.bwa for that, the way I see it params.sentieon should only be a flag to allow usage of aligner sentieon-bwamem and the extra sentieon tools
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.
agreed
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.
Not sure I understand why we need params.sentieon
.
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.
basically select that you want to use bwa
but the sentieon
implementaion
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.
but for that I would specify --aligner sentieon-bwamem
Co-authored-by: Maxime U Garcia <[email protected]>
Co-authored-by: Maxime U Garcia <[email protected]>
Co-authored-by: Maxime U Garcia <[email protected]>
I created a new |
I'm thinking we might need to have do a release before we actually finish sentieon, so just to be on the safe side |
The new CI-tests for sentieon/bwamem are now passing.
Let me know what you think.
TO-DO: Update the changelog.
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).