Open riederd opened 2 years ago
https://github.com/icbi-lab/nf-deseq2/blob/9910dc2edb6e09b145fac12999475ca3edab6372/modules/VolcanoPlot.nf#L9
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] }
https://github.com/icbi-lab/nf-deseq2/blob/9910dc2edb6e09b145fac12999475ca3edab6372/modules/VolcanoPlot.nf#L9
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] }