We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
nf-deseq2/modules/VolcanoPlot.nf
Line 9 in 9910dc2
It would be nice to have the publish dir settings in nextflow.config, e.g.:
nextflow.config
withName: VolcanoPlot { publishDir = [path: params.resDir + '/VolcanoPlots', mode: params.publish_dir_mode] }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
nf-deseq2/modules/VolcanoPlot.nf
Line 9 in 9910dc2
It would be nice to have the publish dir settings in
nextflow.config
, e.g.:withName: VolcanoPlot { publishDir = [path: params.resDir + '/VolcanoPlots', mode: params.publish_dir_mode] }
The text was updated successfully, but these errors were encountered: