Skip to content

Commit 499db52

Browse files
committed
2024-04-09
1 parent 469a06f commit 499db52

File tree

5 files changed

+27
-28
lines changed

5 files changed

+27
-28
lines changed

envs/conda/phylogeny_env.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: phylogeny_env
22
channels:
3-
- bioconda
4-
- conda-forge
3+
- bioconda
4+
- conda-forge
55
dependencies:
6-
- bioconda::iqtree=2.3.6
7-
- bioconda::mafft=7.525
8-
- bioconda::seqkit=2.9.0
9-
- bioconda::snp-sites=2.5.1
10-
- bioconda::treetime=0.11.4
6+
- bioconda::iqtree=2.4.0
7+
- bioconda::mafft=7.525
8+
- bioconda::seqkit=2.10.0
9+
- bioconda::snp-sites=2.5.1
10+
- bioconda::treetime=0.11.4

envs/conda/snp_profiling_env.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ channels:
44
- bioconda
55
dependencies:
66
- bioconda::bcftools=1.21
7-
- bioconda::snpeff=5.2
8-
- bioconda::varscan=2.4.3
9-
- bioconda::vcftools=0.1.16
10-
- bioconda::seqkit=2.9.0
7+
- bioconda::emboss=6.6.0
8+
- bioconda::seqkit=2.10.0
119
- bioconda::snp-sites=2.5.1
12-
- bioconda::emboss=6.6.0
10+
- bioconda::snpeff=5.2
11+
- bioconda::varscan=2.4.6
12+
- bioconda::vcftools=0.1.16

envs/conda/tbprofiler_env.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: tb-profiler_env
22
channels:
3-
- bioconda
4-
- conda-forge
5-
- defaults
3+
- conda-forge
4+
- bioconda
65
dependencies:
7-
- bioconda::tb-profiler=6.6.3
6+
- bioconda::tb-profiler=6.6.3

envs/containers/docker.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
mtbseq_rnv:
2-
-
1+
mtbseq_env:
2+
- community.wave.seqera.io/library/mtbseq:1.1.0--3ef3983aae64199d
33
phylogeny_env:
4-
-
4+
- community.wave.seqera.io/library/iqtree_mafft_seqkit_snp-sites_treetime:030632716d453b3f
55
r-phylogeny_env:
66
- community.wave.seqera.io/library/bioconductor-ggtree_bioconductor-treeio_r-ape_r-argparse_pruned:eea7baf72f9560d9
77
r-stats_env:
88
- community.wave.seqera.io/library/r-argparse_r-base_r-dplyr_r-ggrepel_pruned:9fa710c1508e1cb6
99
snp_profiling_env:
10-
-
10+
- community.wave.seqera.io/library/bcftools_emboss_seqkit_snp-sites_pruned:1a1022abcb91db63
1111
taxonkit_env:
1212
-
1313
taxonomy_env:
1414
-
1515
tbprofiler_env:
16-
-
16+
- community.wave.seqera.io/library/tb-profiler:6.6.3--fb34c34b4a27d1b8

envs/containers/singulairty.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
mtbseq_rnv:
2-
-
3-
-
1+
mtbseq_env:
2+
- oras://community.wave.seqera.io/library/mtbseq:1.1.0--d0a0774ca038b4d3
3+
- https://community-cr-prod.seqera.io/docker/registry/v2/blobs/sha256/ce/ce098dd570838fdcb0eb401b3afe4ebf4bc88d1038768ec18b3f970deb28c313/data
44
phylogeny_env:
5-
-
6-
-
5+
- oras://community.wave.seqera.io/library/iqtree_mafft_seqkit_snp-sites_treetime:1ec44de5738a92e4
6+
- https://community-cr-prod.seqera.io/docker/registry/v2/blobs/sha256/19/1969316c878dcf7c6e1cc6a5ccf9da86409a6effa02b8c84b7214f0aff6d8922/data
77
r-phylogeny_env:
88
- oras://community.wave.seqera.io/library/bioconductor-ggtree_bioconductor-treeio_r-ape_r-argparse_pruned:3933fdc29e2b7516
99
- https://community-cr-prod.seqera.io/docker/registry/v2/blobs/sha256/3a/3a292e33635c69a2545fd6842116f83f1ae86066444339706cc6b1cdd02558ca/data
@@ -20,6 +20,6 @@ taxonomy_env:
2020
-
2121
-
2222
tbprofiler_env:
23-
-
24-
-
23+
- oras://community.wave.seqera.io/library/tb-profiler:6.6.3--400be6f998a9ed1b
24+
- https://community-cr-prod.seqera.io/docker/registry/v2/blobs/sha256/1c/1c8630f93dc3f64b11a2ff508d950a3e06c4e33e949476ed2b475beb8cafd1c9/data
2525

0 commit comments

Comments
 (0)