Skip to content

Commit

Permalink
Merge pull request #1784 from usegalaxy-au/cat-bro-patch-29
Browse files Browse the repository at this point in the history
temporarily stop fastqc, trimmomatic from going to pulsar to reduce f…
  • Loading branch information
cat-bro authored Feb 20, 2024
2 parents 68578d8 + b785834 commit 326e5e4
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -541,10 +541,10 @@ tools:
env:
SINGULARITYENV__JAVA_OPTIONS: -Xmx{int(mem)}G -Xms1G
_JAVA_OPTIONS: -Xmx{int(mem)}G -Xms1G
scheduling:
accept:
- pulsar
- pulsar-quick
# scheduling: # Temporarily run all jobs on slurm to reduce file transfers to pulsar (20/2/24)
# accept:
# - pulsar
# - pulsar-quick
rules:
- if: |
minimum_singularity_version = '0.72+galaxy1'
Expand Down Expand Up @@ -2874,10 +2874,10 @@ tools:
env:
SINGULARITYENV__JAVA_OPTIONS: -Xmx{int(mem)}G -Xms1G
_JAVA_OPTIONS: -Xmx{int(mem)}G -Xms1G
scheduling:
accept:
- pulsar
- pulsar-quick
# scheduling: # Temporarily run all jobs on slurm to reduce file transfers to pulsar (20/2/24)
# accept:
# - pulsar
# - pulsar-quick
rules:
- if: |
minimum_singularity_version = '0.36.6'
Expand Down

0 comments on commit 326e5e4

Please sign in to comment.