Closed
Description
openedon Jul 19, 2018
Running the command
nextflow run nf-core/hlatyping -profile singularity,test --outdir $PWD/results
locally, does not pull the container from Singularity Hub, but Docker Hub and result in extensive CPU usage in order to create the sqash Filesystem.
Expected behaviour:
Given the profile singularity
, the container should be pulled from Singularity Hub directly.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment