image caching (like renee cache
) for nextflow pipelines
#17
Labels
enhancement
New feature or request
renee cache
) for nextflow pipelines
#17
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: