We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Syntax like this is no longer an option:
singularity run containers/mtag.sif python --version usage: mtag.py [-h] [--sumstats [{File1},{File2}...]] [--gencov_path FILE_PATH] [--residcov_path FILE_PATH] ... mtag.py: error: unrecognized arguments: python --version
The text was updated successfully, but these errors were encountered:
Fix tests for when Apptainer/Singularity is available
a882657
Fixes #7
Fix tests for when Apptainer/Singularity is available (#8)
2624f64
* Fix tests for when Apptainer/Singularity is available Fixes #7 * check for apptainer runtime
espenhgn
Successfully merging a pull request may close this issue.
Syntax like this is no longer an option:
The text was updated successfully, but these errors were encountered: