-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
updates #136
updates #136
Conversation
Co-authored-by: Pieter Neerincx <pieter.neerincx@gmail.com>
lua_version: '5.4.6' | ||
luaposix_version: '36.2.1' | ||
lmod_version: '8.7.32' | ||
easybuild_version: '4.9.1' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This has not been deployed on BetaBarrel, which is still running with
lua_version: '5.1.4.9'
lmod_version: '8.6.2'
easybuild_version: '4.8.0'
extra_easyconfigs_version: 24.03.2 | ||
extra_easyconfigs_version: 24.05.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Latest currently deployed is
take-it-easyconfigs-24.03.1
- name: NGS_Automated_calculateProjectMd5s # Unique ID required to update existing cronjob: do not modify. | ||
user: umcg-genomescan-ateambot | ||
machines: "{{ groups['user_interface'] | default([]) }}" | ||
minute: '*/10' | ||
job: /bin/bash -c "{{ configure_env_in_cronjob }}; | ||
module load NGS_Automated/{{ group_module_versions['umcg-genomescan']['NGS_Automated'] }}-bare; | ||
calculateProjectMd5s.sh -g umcg-genomescan -p NGS_DNA" | ||
- name: NGS_Automated_calculateProjectMd5s_RNA # Unique ID required to update existing cronjob: do not modify. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Als je er wat achter moet plakken om het uniek te maken, dan zou ik de hele waarde van -p pakken, dus NGS_Automated_calculateProjectMd5s_NGS_RNA
en dan zou ik dat ook voor NGS_Automated_startPipeline
op dezelfde manier doen, want die heeft ook een -p ...
#- name: NGS_Automated_moveSequencingData # Unique ID required to update existing cronjob: do not modify. | ||
# user: umcg-lab-ateambot | ||
# machines: "{{ groups['user_interface'] | default([]) }}" | ||
# minute: '*/10' | ||
# job: /bin/bash -c "{{ configure_env_in_cronjob }}; | ||
# module load NGS_Automated/{{ group_module_versions['umcg-lab']['NGS_Automated'] }}-bare; | ||
# moveSequencingData.sh -t tmp05" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hebben we geen soft partitioning op BetaBarrel?
No description provided.