Skip to content

Commit

Permalink
added storeDir
Browse files Browse the repository at this point in the history
  • Loading branch information
ens-ftricomi committed Aug 15, 2024
1 parent 2434b2c commit 871ad79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ process DOWNLOAD_PAIRED_FASTQS {
label "default"
tag "${taxon_id}:${run_accession}"
maxForks 25
//storeDir "${params.outDir}/$taxon_id/$run_accession"
storeDir "${params.outDir}/$taxon_id/$run_accession"
afterScript "sleep $params.files_latency" // Needed because of file system latency

input:
Expand Down

0 comments on commit 871ad79

Please sign in to comment.