mirror of
https://github.com/MillironX/dotfiles.git
synced 2024-11-14 10:53:09 +00:00
Remove whitespace changes from Nextflow config
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
This commit is contained in:
parent
1526bf85d6
commit
3d373a25b5
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ tower {
|
|||
enabled = true
|
||||
accessToken = '{{ (bitwarden "item" "d41ac952-d8b5-4d20-a42a-ad8e0174d152").login.password }}'
|
||||
}
|
||||
{{- if (eq .cluster "scinet") -}}
|
||||
{{ if (eq .cluster "scinet") }}
|
||||
params {
|
||||
{{ if (eq .chezmoi.hostname "ceres") }}
|
||||
max_memory = 768.GB
|
||||
|
@ -73,4 +73,4 @@ process {
|
|||
{{ if (eq .chezmoi.hostname "ceres") }}queue = 'short'{{ end }}
|
||||
}
|
||||
}
|
||||
{{- end -}}
|
||||
{{ end }}
|
||||
|
|
Loading…
Reference in a new issue