1
0
Fork 0
mirror of https://github.com/MillironX/dotfiles.git synced 2024-11-15 03:13:10 +00:00
dotfiles/dot_nextflow/config.tmpl

11 lines
193 B
Cheetah
Raw Normal View History

2022-06-06 22:45:22 +00:00
{{ if ne .machinetype "workstation" }}
2021-08-24 23:16:19 +00:00
tower {
enabled = true
accessToken = '{{ (bitwarden "item" "Nextflow Tower Access Token").login.password }}'
2021-08-24 23:16:19 +00:00
}
2022-05-19 18:35:20 +00:00
{{ end }}
2022-07-21 16:05:57 +00:00
conda {
useMamba = true
}