Skip to content

Commit

Permalink
add test profiles to nextflow.config
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasscheid committed Sep 28, 2023
1 parent 370e957 commit 24d7597
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,11 @@ profiles {
executor.cpus = 16
executor.memory = 60.GB
}
test { includeConfig 'conf/test.config' }
test_full { includeConfig 'conf/test_full.config' }
test { includeConfig 'conf/test.config' }
test_deeplc { includeConfig 'conf/test_deeplc.config' }
test_ms2pip { includeConfig 'conf/test_ms2pip.config' }
test_quant { includeConfig 'conf/test_quant.config' }
test_full { includeConfig 'conf/test_full.config' }
}

// Set default registry for Apptainer, Docker, Podman and Singularity independent of -profile
Expand Down

0 comments on commit 24d7597

Please sign in to comment.