-
Notifications
You must be signed in to change notification settings - Fork 736
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
Added fastq_bwa_mem_samblaster #5582
Conversation
Do you know if samblaster works on CRAM files? |
According to this the developer has no plans to support CRAM for now: GregoryFaust/samblaster#25 (comment) |
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.
Can we swap to the . notation that the other subworkflows generally use?
@@ -0,0 +1,11 @@ | |||
process { | |||
withName: BWA_MEM { | |||
ext.prefix = { "${meta.id}.on.${meta.ref_id}.bwa.mem" } |
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.
Why these prefixes?
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.
Although these prefixes are not necessary here but in a pipeline they are as fastqs from each sample are mapped to each reference.
Thank you for the review. Do you mean swapping |
8b53fe0
to
dca715d
Compare
Closing this as it has not gained any interest from any other pipeline. If someone comes looking for this or something similar, please find it here: https://github.com/GallVp/nxf-components/blob/c30c8320078c68e14e41516ec6eaaca5f084ef38/subworkflows/gallvp/fastq_bwa_mem_samblaster/main.nf#L5 |
PR checklist
Closes #4909
versions.yml
file.label
nf-core modules test <MODULE> --profile docker
nf-core modules test <MODULE> --profile singularity
nf-core modules test <MODULE> --profile conda
nf-core subworkflows test <SUBWORKFLOW> --profile docker
nf-core subworkflows test <SUBWORKFLOW> --profile singularity
nf-core subworkflows test <SUBWORKFLOW> --profile conda