-
Notifications
You must be signed in to change notification settings - Fork 723
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
Initial addition #7089
base: master
Are you sure you want to change the base?
Initial addition #7089
Conversation
""" | ||
|
||
stub: | ||
def args = task.ext.args ?: '' |
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 args = task.ext.args ?: '' |
} | ||
} | ||
|
||
test("coptr extract single bam file") { |
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.
Is this one supposed to be a stub?
test("coptr extract single bam file") { | |
test("coptr extract single bam file - stub") { | |
options "-stub" |
'biocontainers/coptr:1.1.4--pyhdfd78af_3' }" | ||
|
||
input: | ||
tuple val(meta), path(bam, stageAs: "bamfolder/*") |
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 are these being staged into the bamfolder, rather than just into the directory?
Can the tool not take .
as the folder containing the bams?
coptr \ | ||
extract \ | ||
$args \ | ||
bamfolder/ \ |
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.
coptr \ | |
extract \ | |
$args \ | |
bamfolder/ \ | |
coptr \\ | |
extract \\ | |
$args \\ | |
bamfolder/ \\ |
So the line breaks remain in the command executed
PR checklist
Initial addition of module coptr/extract, fourth of five modules for the coptr package
Ensure that the test works with either Docker / Singularity. Conda CI tests can be quite flaky:
For modules:
- [X] nf-core modules test --profile docker
- [X] nf-core modules test --profile singularity
- [X] nf-core modules test --profile conda