1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-22 08:29:54 +00:00

fix spaces

This commit is contained in:
Piotr Faba 2020-07-02 22:00:37 +02:00
parent 4828e78708
commit 4181184f58

View file

@ -10,6 +10,6 @@ if(configVar == null)
def errorMessage = "WARNING: For bi.config requires NXF_GLOBAL_CONFIG env var to be set. Point it to global.config file if you want to use this profile."
System.err.println(errorMessage)
}else{
params.globalConfig = configVar
includeConfig configVar
params.globalConfig = configVar
includeConfig configVar
}