Code Monkey home page Code Monkey logo

Comments (2)

pmoris avatar pmoris commented on August 12, 2024

From the error message it appears that singularity could not connect to the galaxy repository housing the image. If running the pull command manually (singularity shell https://depot.galaxyproject.org/singularity/sra-tools:2.11.0--pl5321ha49a11a_3) results in the same error, then the issue is likely due to the configuration of the HPC system or its network/firewall.

Depending on the way the HPC is configured, it could be that the problem only occurs on worker nodes during job execution, but not on login nodes. In any case, I'd reach out to your HPC's help desk and ask them if they block the download of singularity images from https://depot.galaxyproject.org/singularity/.

As a workaround, you could download the image manually on your own device and upload it to the HPC yourself. You'd also need to instruct nextflow to look for the image in a specific location rather than downloading it from galaxy, as described here:

Nextflow caches those images in the singularity directory in the pipeline work directory by default. However it is suggest to provide a centralised caching directory by using either the NXF_SINGULARITY_CACHEDIR environment variable or the singularity.cacheDir setting in the Nextflow config file.

If you use the environment variable, be sure to export it or define it in your job submission script, rather than just setting it in your local shell. E.g. export NXF_SINGULARITY_CACHEDIR=/path/to/cachedir, and also ensure it is in a location that your HPC worker nodes can access.

from fetchngs.

drpatelh avatar drpatelh commented on August 12, 2024

Yep, I agree this is an infrastructure and not pipeline related issue. Will close this for now but please feel free to join the nf-core Slack Workspace for any future questions/issues. We have an #fetchngs channel where you can get more real-time help.

from fetchngs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.