Skip to content

Commit

Permalink
✅ modify test.config
Browse files Browse the repository at this point in the history
  • Loading branch information
juanesarango committed Nov 16, 2024
1 parent e744b5a commit 79e94d9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
9 changes: 0 additions & 9 deletions nf-test.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,4 @@ config {
workDir ".nf-test"
configFile "tests/nextflow.config"
profile "cloud"

params {
memory = '4 GB'
tumor = "TEST"
binProbes = 100
binLogR = 0.5
cobalt_ratio_pcf = "${projectDir}/tests/outdir/cobalt/TEST.cobalt.ratio.pcf"
cobalt_ratio_tsv = "${projectDir}/tests/outdir/cobalt/TEST.cobalt.ratio.tsv.gz"
}
}
9 changes: 9 additions & 0 deletions tests/nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,12 @@
Nextflow config file for running tests
========================================================================================
*/

params {
memory = '4 GB'
tumor = "TEST"
binProbes = 100
binLogR = 0.5
cobalt_ratio_pcf = "${projectDir}/tests/outdir/cobalt/TEST.cobalt.ratio.pcf"
cobalt_ratio_tsv = "${projectDir}/tests/outdir/cobalt/TEST.cobalt.ratio.tsv.gz"
}

0 comments on commit 79e94d9

Please sign in to comment.