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

prepare pmel3 for shutdown #2321

Merged
merged 1 commit into from
Dec 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ destinations:
- bakta_database
require:
- pulsar
- pulsar-mel2 # 29/11/12: temporary change for storage testing, this tag should normally be in 'accept' instead of 'require'
pulsar-mel3:
inherits: _pulsar_destination
runner: pulsar-mel3_runner
Expand All @@ -149,6 +148,7 @@ destinations:
# - pulsar-blast # alternate location for pulsar blast jobs when pulsar-qld-blast is unavailable
require:
- pulsar
- pulsar-quick
pulsar-high-mem1:
inherits: _pulsar_destination
runner: pulsar-high-mem1_runner
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2770,7 +2770,7 @@ tools:
scheduling:
accept:
- pulsar
# - pulsar-quick # commented out since snippy requires data from all_fasta data table
- pulsar-quick
rules:
- id: snippy_small_input_rule
if: input_size < 0.015
Expand Down
Loading