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

TPV: remove singularity no-mount tmp flag for funannotate_predict #1302

Merged
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ dx_applets/.DS_Store
#.gitignore
#roles/*
#*.code-workspace
*.vscode/
1 change: 1 addition & 0 deletions files/galaxy/tpv/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1338,6 +1338,7 @@ tools:
_GALAXY_JOB_TMP_DIR: '/tmp'
params:
singularity_run_extra_arguments: "--env GENEMARK_PATH=/usr/local/tools/genemark/etp.for_braker/bin/gmes/"
singularity_no_mount: null
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

null and not false?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This variable seems to take a list of strings, and the org defines it as null to overwrite the defaults (\tmp). Unfortunately, there is no reference to this variable anywhere in the code base, and it lacks documentation. So, I think it will just add --no-mount null in the final populated singularity command. Let's try it out and see what happens.

scheduling:
require:
- singularity
Expand Down
Loading