Skip to content

Commit

Permalink
Per discussions with Mark, prefer Singularity execution over Charliec…
Browse files Browse the repository at this point in the history
…loud
  • Loading branch information
aw-watson committed Aug 26, 2024
1 parent fd09340 commit d990ebb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion runFaQCs/nextflow.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
process.container = 'apwat/run_faqcs:1.2'
charliecloud.enabled = true //must set $NXF_CHARLIECLOUD_CACHEDIR
singularity.enabled = true
workflow.onComplete = {
"rm -rf nf_assets".execute().text
}
Expand Down
2 changes: 1 addition & 1 deletion runReadsToContig/nextflow.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
process.container = 'apwat/run_r2c:1.3'
charliecloud.enabled=true
singularity.enabled=true

params {
pairFile = "nf_assets/NO_FILE"
Expand Down
2 changes: 1 addition & 1 deletion sra2fastq/nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ params {
}

process.container = 'kaijli/sra2fastq:1.6.3'
charliecloud.enabled = true //must set $NXF_CHARLIECLOUD_CACHEDIR
singularity.enabled = true
executor {
submitRateLimit = '1/5sec'
}

0 comments on commit d990ebb

Please sign in to comment.