Skip to content

Commit 843a1df

Browse files
authored
Merge pull request #1038 from fbartusch/master
Make binac2 strict syntax compatible
2 parents 295fd09 + 22143d5 commit 843a1df

File tree

5 files changed

+1
-52
lines changed

5 files changed

+1
-52
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ jobs:
4646
- "bi"
4747
- "bigpurple"
4848
- "bih"
49-
- "binac"
5049
- "binac2"
5150
- "biohpc_gen"
5251
- "biowulf"

conf/binac.config

Lines changed: 0 additions & 30 deletions
This file was deleted.

conf/binac2.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ profiles {
2222
enabled = true
2323
autoMounts = true
2424
pullTimeout = '120m'
25-
cacheDir = "/pfs/10/project/apptainer_cache/${USER}"
25+
cacheDir = "/pfs/10/project/apptainer_cache/${System.getenv('USER')}"
2626
envWhitelist = 'CUDA_VISIBLE_DEVICES'
2727
}
2828

docs/binac.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

nfcore_custom.config

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ profiles {
4646
bih {
4747
includeConfig "${params.custom_config_base}/conf/bih.config"
4848
}
49-
binac {
50-
includeConfig "${params.custom_config_base}/conf/binac.config"
51-
}
5249
binac2 {
5350
includeConfig "${params.custom_config_base}/conf/binac2.config"
5451
}

0 commit comments

Comments
 (0)