Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
genotoul-bioinfo
metagWGS
Commits
376e6fd5
Commit
376e6fd5
authored
Jan 10, 2022
by
Jean Mainguy
Browse files
Remove instruction telling to add singularity image path in config.
parent
f620a59f
Pipeline
#47621
skipped with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
docs/installation.md
View file @
376e6fd5
...
...
@@ -70,16 +70,6 @@ two files (`metagwgs.sif` and `eggnog_mapper.sif`) must have been downloaded.
At the end of the build, two files (
`metagwgs.sif`
and
`eggnog_mapper.sif`
) must have been generated.
**WARNING:**
to ensure Nextflow can find the _.sif_ files, we encourage you to change the _nextflow.config_ file in metagWGS to contain these lines:
```
process {
container = '$SING_IMG_FOLDER/metagwgs.sif'
withLabel: EGGNOG {
container = '$SING_IMG_FOLDER/eggnog_mapper.sif'
}
}
```
Where $SING_IMG_FOLDER leads to the directory where the singularity images are built/downloaded.
## V. Use metagWGS
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment