-
Notifications
You must be signed in to change notification settings - Fork 12
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 dev docs and test workflow #31
base: master
Are you sure you want to change the base?
Conversation
tuple val(prefix), val(constant) | ||
|
||
output: | ||
path(outputfile), emit: "txt" |
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.
path(outputfile), emit: "txt" | |
path("${prefix}.exec_foo.txt"), emit: "txt" |
I think you need to do this for the output file to be picked up correctly
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.
did not work for me, no difference
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 the file present in the task directory?
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.
yes
Added extra dev build and run instructions. Also merged the two
nextflow.config
files, and added atag
to thetest.nf
and an extra process usingexec
to the workflow to show behavior ofnf-prov
with exec tasks.