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
5839942b
Commit
5839942b
authored
Jun 03, 2021
by
Celine Noirot
Browse files
add mostdepth dependacies
parent
935aaebc
Changes
3
Hide whitespace changes
Inline
Side-by-side
docs/installation.md
View file @
5839942b
...
...
@@ -53,9 +53,10 @@ You can directly download the two Singularity containers (`Solution 1`, recommen
cd
metagwgs/env/
singularity pull eggnog_mapper.sif oras://registry.forgemia.inra.fr/genotoul-bioinfo/metagwgs/eggnog_mapper:latest
singularity pull metagwgs.sif oras://registry.forgemia.inra.fr/genotoul-bioinfo/metagwgs/metagwgs:latest
singularity pull mosdepth.sif oras://registry.forgemia.inra.fr/genotoul-bioinfo/metagwgs/mosdepth:latest
```
T
wo
files (
`metagwgs.sif`
and
`eggnog_mapper.sif`
) must have been downloaded.
T
hree
files (
`metagwgs.sif`
,
`mosdepth.sif`
and
`eggnog_mapper.sif`
) must have been downloaded.
### Solution 2: build the two containers.
...
...
env/Singularity_recipe_mosdepth
0 → 100644
View file @
5839942b
Bootstrap: docker
From: continuumio/miniconda3
IncludeCmd: yes
%files
env/mosdepth.yml /
%post
apt-get update && apt-get install -y procps && apt-get clean -y
/opt/conda/bin/conda env create -f /mosdepth.yml && /opt/conda/bin/conda clean -a
%environment
export PATH=/opt/conda/envs/mosdepth/bin:$PATH
%runscript
"$@"
env/mosdepth.yml
0 → 100644
View file @
5839942b
name
:
mosdepth
channels
:
-
bioconda
-
conda-forge
-
defaults
dependencies
:
-
mosdepth=0.3.1
\ No newline at end of file
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