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 2 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
6 changes: 6 additions & 0 deletions files/galaxy/tpv/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,10 @@ 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
params:
docker_run_extra_arguments: "--mount type=tmpfs,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 @@ -1307,6 +1311,8 @@ tools:
toolshed.g2.bx.psu.edu/repos/iuc/funannotate_annotate/funannotate_annotate/.*:
mira-miracoli marked this conversation as resolved.
Show resolved Hide resolved
cores: 8
mem: 40
params:
sanjaysrikakulam marked this conversation as resolved.
Show resolved Hide resolved
docker_run_extra_arguments: "--mount type=tmpfs,destination=/tmp"
sanjaysrikakulam marked this conversation as resolved.
Show resolved Hide resolved
env:
sanjaysrikakulam marked this conversation as resolved.
Show resolved Hide resolved
SINGULARITY_WRITABLE_TMPFS: 1
rules:
Expand Down
Loading