mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-02 20:52:07 -05:00
Increase conda build time (#489)
* Add module description to yml * Increase conda build time
This commit is contained in:
parent
1f465a63d0
commit
cdff9a056d
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
name: artic_minion
|
||||
description: write your description here
|
||||
description: |
|
||||
Run the alignment/variant-call/consensus logic of the artic pipeline
|
||||
keywords:
|
||||
- artic
|
||||
- aggregate
|
||||
|
|
|
@ -21,6 +21,9 @@ if ("$PROFILE" == "singularity") {
|
|||
docker.runOptions = '-u \$(id -u):\$(id -g)'
|
||||
}
|
||||
|
||||
// Increase time available to build Conda environment
|
||||
conda { createTimeout = "120 min" }
|
||||
|
||||
// Load test_data.config containing paths to test data
|
||||
includeConfig 'test_data.config'
|
||||
|
||||
|
|
Loading…
Reference in a new issue