Skip to content

Commit

Permalink
singularity for new kraken tools
Browse files Browse the repository at this point in the history
  • Loading branch information
cat-bro authored Oct 18, 2023
1 parent cedf84b commit 2b282db
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1295,6 +1295,9 @@ tools:
if: 0.1 <= input_size < 0.5
cores: 16
mem: 61.4
toolshed.g2.bx.psu.edu/repos/iuc/kraken_biom/kraken_biom/.*:
params:
singularity_enabled: true
toolshed.g2.bx.psu.edu/repos/iuc/kraken2/kraken2/.*:
cores: 16
mem: 200
Expand All @@ -1314,6 +1317,9 @@ tools:
execute: |
from galaxy.jobs.mapper import JobNotReadyException
raise JobNotReadyException()
toolshed.g2.bx.psu.edu/repos/iuc/krakentools_extract_kraken_reads/krakentools_extract_kraken_reads/.*:
params:
singularity_enabled: true
toolshed.g2.bx.psu.edu/repos/iuc/krakentools_kreport2krona/krakentools_kreport2krona/.*:
params:
singularity_enabled: true
Expand Down

0 comments on commit 2b282db

Please sign in to comment.