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

Trying with docker tmpfs mount #1254

Merged
merged 6 commits into from
Jul 17, 2024
Merged
Changes from 5 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
13 changes: 9 additions & 4 deletions files/galaxy/tpv/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,11 @@ tools:
inherits: basic_docker_tool
toolshed.g2.bx.psu.edu/repos/artbio/manta/manta/.*:
inherits: basic_docker_tool
toolshed.g2.bx.psu.edu/repos/goeckslab/squidpy/squidpy_spatial/*:
inherits: basic_docker_tool
mem: 6
params:
docker_run_extra_arguments: "--mount type=tmpfs,tmpfs-size=2147483648,destination=/tmp"
toolshed.g2.bx.psu.edu/repos/goeckslab/gate_finder/gate_finder/.*:
inherits: basic_docker_tool
toolshed.g2.bx.psu.edu/repos/goeckslab/vitessce_spatial/vitessce_spatial/.*:
Expand Down Expand Up @@ -1305,17 +1310,17 @@ tools:
- singularity

toolshed.g2.bx.psu.edu/repos/iuc/funannotate_annotate/funannotate_annotate/.*:
mira-miracoli marked this conversation as resolved.
Show resolved Hide resolved
inherits: basic_docker_tool
cores: 8
mem: 40
mem: 42
params:
sanjaysrikakulam marked this conversation as resolved.
Show resolved Hide resolved
docker_run_extra_arguments: "--mount type=tmpfs,tmpfs-size=2147483648,destination=/tmp"
env:
sanjaysrikakulam marked this conversation as resolved.
Show resolved Hide resolved
SINGULARITY_WRITABLE_TMPFS: 1
rules:
- id: funannotate_annotate_large_input
if: input_size > 3.2
mem: 62
scheduling:
require:
- singularity

toolshed.g2.bx.psu.edu/repos/iuc/funannotate_clean/funannotate_clean/.*:
cores: 8
Expand Down
Loading