From 857b0565c239e30c4e1ea45674b618413ae2e541 Mon Sep 17 00:00:00 2001 From: Harshil Patel Date: Wed, 13 Mar 2019 16:51:45 +0000 Subject: [PATCH 1/3] Update nfcore_custom.config --- nfcore_custom.config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nfcore_custom.config b/nfcore_custom.config index b21fe62..fbb9984 100644 --- a/nfcore_custom.config +++ b/nfcore_custom.config @@ -34,6 +34,8 @@ profiles { params { // This is a groovy map, not a nextflow parameter set hostnames = [ - uppmax: ['.uppmax.uu.se'] + uppmax: ['.uppmax.uu.se'], + crick: ['.thecrick.org'] + ] } From 1843b2218c230a9dce4e9d24106b5a363c5611d0 Mon Sep 17 00:00:00 2001 From: Harshil Patel Date: Wed, 13 Mar 2019 16:52:57 +0000 Subject: [PATCH 2/3] Update nfcore_custom.config --- nfcore_custom.config | 1 - 1 file changed, 1 deletion(-) diff --git a/nfcore_custom.config b/nfcore_custom.config index fbb9984..b0c205d 100644 --- a/nfcore_custom.config +++ b/nfcore_custom.config @@ -36,6 +36,5 @@ params { hostnames = [ uppmax: ['.uppmax.uu.se'], crick: ['.thecrick.org'] - ] } From 26c101a5ab50fa163bc5952fb95b29db90ca16b6 Mon Sep 17 00:00:00 2001 From: Harshil Patel Date: Wed, 13 Mar 2019 16:53:30 +0000 Subject: [PATCH 3/3] Alphabetical order --- nfcore_custom.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nfcore_custom.config b/nfcore_custom.config index b0c205d..61f43a9 100644 --- a/nfcore_custom.config +++ b/nfcore_custom.config @@ -34,7 +34,7 @@ profiles { params { // This is a groovy map, not a nextflow parameter set hostnames = [ - uppmax: ['.uppmax.uu.se'], - crick: ['.thecrick.org'] + crick: ['.thecrick.org'], + uppmax: ['.uppmax.uu.se'] ] }