Skip to content
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

added missing pipelines #77

Merged
merged 10 commits into from
Sep 5, 2022
Merged

added missing pipelines #77

merged 10 commits into from
Sep 5, 2022

Conversation

RoanKanninga
Copy link
Member

No description provided.

Comment on lines 668 to 707
# - name: ngs-utils_checkSamplesheet # Unique ID required to update existing cronjob: do not modify.
# user: umcg-labgnkbh-ateambot
# machines: "{{ groups['user_interface'] | default([]) }}"
# minute: '*/5'
# disabled: true
# job: /bin/bash -c "{{ configure_env_in_cronjob }};
# module load ngs-utils/{{ group_module_versions['umcg-labgnkbh']['ngs-utils'] }};
# checkSamplesheet.sh -s /groups/umcg-labgnkbh/tmp07/"
# - name: NGS_Demultiplexing_demultiplexing # Unique ID required to update existing cronjob: do not modify.
# user: umcg-labgnkbh-ateambot
# machines: "{{ groups['user_interface'] | default([]) }}"
# minute: '*/5'
# disabled: true
# job: /bin/bash -c "{{ configure_env_in_cronjob }};
# module load NGS_Automated/{{ group_module_versions['umcg-labgnkbh']['NGS_Automated'] }}-NGS_Demultiplexing-{{ group_module_versions['umcg-labgnkbh']['NGS_Demultiplexing'] }};
# demultiplexing.sh -g umcg-labgnkbh"
# - name: NGS_Automated_moveSamplesheets # Unique ID required to update existing cronjob: do not modify.
# user: umcg-labgnkbh-ateambot
# machines: "{{ groups['chaperone'] | default([]) }}"
# minute: '*/5'
# disabled: true
# job: /bin/bash -c "{{ configure_env_in_cronjob }};
# module load NGS_Automated/{{ group_module_versions['umcg-labgnkbh']['NGS_Automated'] }}-bare;
# moveSamplesheets.sh -g umcg-labgnkbh"
# - name: NGS_Automated_notifications # Unique ID required to update existing cronjob: do not modify.
# user: umcg-labgnkbh-dm
# machines: "{{ groups['chaperone'] | default([]) }}"
# minute: '*/10'
# disabled: true
# job: /bin/bash -c "{{ configure_env_in_cronjob }};
# module load NGS_Automated/{{ group_module_versions['umcg-labgnkbh']['NGS_Automated'] }}-bare;
# notifications.sh -g umcg-labgnkbh -e"
# - name: NGS_Automated_copyRawDataToPrm_inhouse # Unique ID required to update existing cronjob: do not modify.
# user: umcg-labgnkbh-dm
# machines: "{{ groups['chaperone'] | default([]) }}"
# minute: '*/10'
# disabled: true
# job: /bin/bash -c "{{ configure_env_in_cronjob }};
# module load NGS_Automated/{{ group_module_versions['umcg-labgnkbh']['NGS_Automated'] }}-bare;
# copyRawDataToPrm.sh -g umcg-labgnkbh -s porch+wingedhelix"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this block commented out? These cronjobs were already had disabled: true

@RoanKanninga
Copy link
Member Author

RoanKanninga commented Sep 1, 2022 via email

@pneerincx
Copy link
Member

Missing users and groups has been fixed in rug-cit-hpc/league-of-robots#625. This was deployed, so please try again without the comments for the corresponding cronjobs.

machines: "{{ groups['user_interface'] }}" },
{ group: 'umcg-atd',
lfs: 'dat07',
mode: "{{ MODE_2770_HARD }}",
owner: 'umcg-atd-dm',
subfolders: ['ConcordanceCheckOutput','ConcordanceCheckSamplesheets', 'logs', 'samplesheets', 'temp', 'trendanalysis'],
machines: "{{ groups['chaperone'] }}" },
{ group: 'umcg-atd',
lfs: 'prm07',
mode: "{{ MODE_2770_HARD }}",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Geen write access voor de rest van de groep op prm! Dus mode 2750.

machines: "{{ groups['user_interface'] }}" },
{ group: 'umcg-gsad',
lfs: 'dat07',
mode: "{{ MODE_2770_HARD }}",
owner: 'umcg-gsad-dm',
subfolders: ['DiagnosticOutput','logs','samplesheets'],
machines: "{{ groups['chaperone'] }}" },
{ group: 'umcg-gsad',
lfs: 'prm07',
mode: "{{ MODE_2770_HARD }}",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
mode: "{{ MODE_2770_HARD }}",
mode: "{{ MODE_2750_HARD }}",

Copy link
Member

@pneerincx pneerincx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See inline comments.

@pneerincx pneerincx merged commit b4c6b95 into molgenis:master Sep 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants