Skip to content
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 @@ -242,6 +242,7 @@ destinations:
- eggnog
require:
- pulsar
- offline
pulsar-qld-high-mem1:
inherits: _pulsar_destination
runner: pulsar-qld-high-mem1_runner
Expand Down Expand Up @@ -276,14 +277,14 @@ destinations:
tags: {{ job_conf_limits.environments['pulsar-qld-high-mem2'].tags }}
scheduling:
accept:
- pulsar-qld-high-mem2 # normally this is accepted and not required, except when the machine needs a rest
# - pulsar-qld-high-mem2 # normally this is accepted and not required, except when the machine needs a rest
- cvmfs_cache_100plus
- cvmfs_cache_800plus
- ncbi_fcs_gx_db
- gffread_destination # special mapping because gffread is a dangerous tool that can take over jwd space
require:
- pulsar
# - pulsar-qld-high-mem2
- pulsar-qld-high-mem2
pulsar-nci-training:
inherits: _pulsar_destination
runner: pulsar-nci-training_runner
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2832,6 +2832,7 @@ tools:
scheduling:
accept:
- training-exempt
- pulsar-qld-high-mem2
require:
- ncbi_fcs_gx_db
toolshed.g2.bx.psu.edu/repos/iuc/necat/necat/.*:
Expand Down
Loading