You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, if used with --singularity then nf-core download expects there to only be a single container and pulls that. There are however some pipelines that need more than one (sarek, neutronstar and more) and there will be many more (all) in the future.
Need to instead parse all instances of process.container if possible and automatically pull all required singularity images.
Would be good to combine with #464 to also automatically configure the pipeline with paths so that it knows where these containers are out of the box.
The text was updated successfully, but these errors were encountered:
Yeah, I fear this is very special behaviour. Most people will (hopefully?) use biocontainers soon when DSLv2 is used more widely, then downloading directly from biocontainers instead...
Much of the download code was rewritten #832 - I think that having special cases like this is beyond the scope of nf-core download so I will close this issue now.
At the moment, if used with
--singularity
thennf-core download
expects there to only be a single container and pulls that. There are however some pipelines that need more than one (sarek, neutronstar and more) and there will be many more (all) in the future.Need to instead parse all instances of
process.container
if possible and automatically pull all required singularity images.Would be good to combine with #464 to also automatically configure the pipeline with paths so that it knows where these containers are out of the box.
The text was updated successfully, but these errors were encountered: