Skip to content

Commit 1b80083

Browse files
authored
Merge pull request #452 from marcodelapierre/add/some-biocontainers-18nov21
adding 3x quay.io/biocontainers: bracken fastp and kraken2
2 parents d9b04cd + 979560b commit 1b80083

File tree

3 files changed

+39
-0
lines changed

3 files changed

+39
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
docker: quay.io/biocontainers/bracken
2+
url: https://quay.io/repository/biocontainers/bracken
3+
maintainer: '@marcodelapierre'
4+
description: 'A highly accurate statistical method that computes the abundance of species in DNA sequences from a metagenomics sample.'
5+
latest:
6+
2.6.1--py39h7cff6ad_2: sha256:7150ebf3b4efbbf3584fcdb1e4bb66bab7a030b1e8676e221757915d2278f66f
7+
tags:
8+
2.6.1--py39h7cff6ad_2: sha256:7150ebf3b4efbbf3584fcdb1e4bb66bab7a030b1e8676e221757915d2278f66f
9+
aliases:
10+
bracken: /usr/local/bin/bracken
11+
bracken-build: /usr/local/bin/bracken-build
12+
kmer2read_distr: /usr/local/bin/kmer2read_distr
13+
combine_bracken_outputs.py: /usr/local/bin/combine_bracken_outputs.py
14+
est_abundance.py: /usr/local/bin/est_abundance.py
15+
generate_kmer_distribution.py: /usr/local/bin/generate_kmer_distribution.py
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
docker: quay.io/biocontainers/fastp
2+
url: https://quay.io/repository/biocontainers/fastp
3+
maintainer: '@marcodelapierre'
4+
description: 'An ultra-fast all-in-one FASTQ preprocessor.'
5+
latest:
6+
0.23.1--h79da9fb_0: sha256:12c900b998c994272699d6d0dd451fb329a0ee8be032ff0186a3ad8c315122fe
7+
tags:
8+
0.23.1--h79da9fb_0: sha256:12c900b998c994272699d6d0dd451fb329a0ee8be032ff0186a3ad8c315122fe
9+
0.22.0--h2e03b76_0: sha256:e94097ae4ca17394b35d59a20d9a9f6d8972992bd47d1783f00c26e86ca82c2b
10+
aliases:
11+
fastp: /usr/local/bin/fastp
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
docker: quay.io/biocontainers/kraken2
2+
url: https://quay.io/repository/biocontainers/kraken2
3+
maintainer: '@marcodelapierre'
4+
description: 'A taxonomic classification system using exact k-mer matches to achieve high accuracy and fast classification speeds.'
5+
latest:
6+
2.1.2--pl5262h7d875b9_0: sha256:3ce3592fb5d85d96ca1f9872bb407f1d939cf7e8758e47c4df841f075f094557
7+
tags:
8+
2.1.2--pl5262h7d875b9_0: sha256:3ce3592fb5d85d96ca1f9872bb407f1d939cf7e8758e47c4df841f075f094557
9+
2.1.1--pl5262h7d875b9_1: sha256:f61773d6ed01cbe6b0dee06c61bd23ec108fa8a33cc5ffbed4b863ccaa566b61
10+
aliases:
11+
kraken2: /usr/local/bin/kraken2
12+
kraken2-build: /usr/local/bin/kraken2-build
13+
kraken2-inspect: /usr/local/bin/kraken2-inspect

0 commit comments

Comments
 (0)