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
renee cache
Implement similar logic as renee cache and image_cache() for nextflow pipelines, so a shared directory of SIFs can be used.
image_cache()
python code for reading groovy conf/containers.config files: https://stackoverflow.com/questions/32216707/parsing-a-groovy-file-in-python
conf/containers.config
or quick way with bash: cat conf/containers.config | grep '=' | sed 's/.*= /docker:\/\//g' | sed "s/'//g"
cat conf/containers.config | grep '=' | sed 's/.*= /docker:\/\//g' | sed "s/'//g"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Implement similar logic as
renee cache
andimage_cache()
for nextflow pipelines, so a shared directory of SIFs can be used.groovy config
python code for reading groovy
conf/containers.config
files: https://stackoverflow.com/questions/32216707/parsing-a-groovy-file-in-pythonor quick way with bash:
cat conf/containers.config | grep '=' | sed 's/.*= /docker:\/\//g' | sed "s/'//g"
The text was updated successfully, but these errors were encountered: