1
0
Fork 0
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:
Thomas A. Christensen II 2021-12-30 12:46:02 -06:00
parent 1526bf85d6
commit 3d373a25b5
Signed by: millironx
GPG key ID: 139C07724802BC5D

View file

@ -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 }}