Increase conda build time (#489)

* Add module description to yml

* Increase conda build time
This commit is contained in:
Jose Espinosa-Carrasco 2021-05-10 13:23:52 +02:00 committed by GitHub
parent 1f465a63d0
commit cdff9a056d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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'