Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
fellen31 committed Jun 22, 2023
1 parent 091ee2a commit aea7354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ The Singularity image download finds containers using two methods:
2. It scrapes any files it finds with a `.nf` file extension in the workflow `modules` directory for lines
that look like `container "xxx"`. This is the typical method for DSL2 pipelines, which have one container per process.

> ⚠️ Containers specified within lines that look like `container 'xxx'` will not be picked up by `nf-core download`.
> ⚠️ Containers specified within lines that look like `container 'xxx'` will not be picked up by `nf-core download`.
Some DSL2 modules have container addresses for docker (eg. `biocontainers/fastqc:0.11.9--0`) and also URLs for direct downloads of a Singularity container (eg. `https://depot.galaxyproject.org/singularity/fastqc:0.11.9--0`).
Where both are found, the download URL is preferred.
Expand Down

0 comments on commit aea7354

Please sign in to comment.