-
Notifications
You must be signed in to change notification settings - Fork 928
Vcf vembrane #9305
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
base: master
Are you sure you want to change the base?
Vcf vembrane #9305
Conversation
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 the output vcf file be gzipped/indexed?
| script: | ||
| def args = task.ext.args ?: '' | ||
| def prefix = task.ext.prefix ?: "${meta.id}" | ||
|
|
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.
|
|
||
| script: | ||
| def args = task.ext.args ?: '' | ||
| def prefix = task.ext.prefix ?: "${meta.id}" |
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.
| def prefix = task.ext.prefix ?: "${meta.id}" | |
| def prefix = task.ext.prefix ?: "${meta.id}_filtered" |
| vembrane filter \\ | ||
| ${args} \\ | ||
| ${expression} \\ | ||
| -o ${prefix}_filtered.vcf \\ |
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.
| -o ${prefix}_filtered.vcf \\ | |
| -o ${prefix}.vcf \\ |
|
|
||
| stub: | ||
| def args = task.ext.args ?: '' | ||
| def prefix = task.ext.prefix ?: "${meta.id}" |
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.
| def prefix = task.ext.prefix ?: "${meta.id}" | |
| def prefix = task.ext.prefix ?: "${meta.id}_filtered" |
| vembrane filter \\ | ||
| ${args} \\ | ||
| ${expression} \\ | ||
| -o ${prefix}_filtered.vcf \\ |
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.
| -o ${prefix}_filtered.vcf \\ | |
| -o ${prefix}.vcf \\ |
| description: write your description here | ||
| keywords: | ||
| - filter | ||
| - table | ||
| - sort | ||
| 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.
Please update
| // | ||
| // (the module requires running more than one process to generate the required output) | ||
| // add the 'setup' method here. | ||
| // You can find more information about how to use a 'setup' method in the docs (https://nf-co.re/docs/contributing/modules#steps-for-creating-nf-test-for-chained-modules). |
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.
| // | |
| // (the module requires running more than one process to generate the required output) | |
| // add the 'setup' method here. | |
| // You can find more information about how to use a 'setup' method in the docs (https://nf-co.re/docs/contributing/modules#steps-for-creating-nf-test-for-chained-modules). |
| } | ||
|
|
||
| } | ||
|
|
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 you add a stub test please.
PR checklist
Closes #XXX
versions.ymlfile.labelnf-core modules test <MODULE> --profile dockernf-core modules test <MODULE> --profile singularitynf-core modules test <MODULE> --profile condanf-core subworkflows test <SUBWORKFLOW> --profile dockernf-core subworkflows test <SUBWORKFLOW> --profile singularitynf-core subworkflows test <SUBWORKFLOW> --profile conda