Skip to content

Commit

Permalink
remove redundant publishDir in SAMTOOLS_DICT
Browse files Browse the repository at this point in the history
  • Loading branch information
tkchafin authored Jun 27, 2024
1 parent 0e1500a commit cbd4c27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ process {
// Otherwise the .dict includes paths from Nextflow's work/ directory
withName: SAMTOOLS_DICT {
ext.args = { "--uri ${task.publishDir.path[0]}/${fasta.name}.gz" }
publishDir: [ enabled: false ]
}

withName: CUSTOM_DUMPSOFTWAREVERSIONS {
Expand Down

0 comments on commit cbd4c27

Please sign in to comment.