1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-10 20:13:09 +00:00

Merge pull request #34 from drpatelh/master

Add hostname for Crick
This commit is contained in:
Phil Ewels 2019-03-13 18:04:26 +01:00 committed by GitHub
commit 79eb58bbb8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,6 +34,7 @@ profiles {
params {
// This is a groovy map, not a nextflow parameter set
hostnames = [
crick: ['.thecrick.org'],
uppmax: ['.uppmax.uu.se']
]
}