Skip to content

Commit

Permalink
✅ reduce default memory to fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ddomenico authored and juanesarango committed Aug 7, 2024
1 parent b763c14 commit b4e9645
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 3 additions & 1 deletion main.nf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
params.cores = 4
params.memory = '32 GB'
params.memory = '4 GB'

// Params Defaults in juno
params.refGenome = "/work/isabl/ref/homo_sapiens/GRCh37d5/gr37.fasta"
Expand Down Expand Up @@ -228,6 +228,8 @@ process runPurple {
-circos ${params.circos} \
-min_purity ${params.minPurity} \
-max_purity ${params.maxPurity}
rsync -a --no-links \$PWD/ ${params.outdir}/purple/
""".stripIndent()
}

Expand Down
4 changes: 0 additions & 4 deletions nf-test.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,4 @@ config {
configFile "tests/nextflow.config"
profile "cloud"

params {
memory = '4 GB'
}

}

0 comments on commit b4e9645

Please sign in to comment.