diff --git a/.travis.yml b/.travis.yml index b2930b1b8..0af63b808 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,7 @@ install: - docker build -t abricate:1.0.0 abricate/1.0.0 - docker build -t ariba:2.14.4 ariba/2.14.4 - docker build -t ivar:1.2.2_artic20200528 ivar/1.2.2_artic20200528 + - docker build -t metaphlan:3.0.3 metaphlan/3.0.3 script: - bash tests/mash-test.sh - bash tests/mashtree-test.sh @@ -23,3 +24,4 @@ script: - bash tests/abricate.sh - bash tests/ariba.sh - bash tests/ivar.sh + - bash tests/metaphlan.sh diff --git a/Program_Licenses.md b/Program_Licenses.md index 6ac159530..282a8988e 100644 --- a/Program_Licenses.md +++ b/Program_Licenses.md @@ -38,6 +38,7 @@ The licenses of the open-source software that is contained in these Docker image | Mash | non-standard license (see link) | https://github.com/marbl/Mash/blob/master/LICENSE.txt | | mashtree | GNU GPLv3 | https://github.com/lskatz/mashtree/blob/master/LICENSE | | Medaka | Mozilla Public License 2.0 | https://github.com/nanoporetech/medaka/blob/master/LICENSE.md | +| Metaphlan | MIT | https://github.com/biobakery/MetaPhlAn/blob/3.0/license.txt | | minimap2 | MIT | https://github.com/lh3/minimap2/blob/master/LICENSE.txt | | mlst | GNU GPLv2 | https://github.com/tseemann/mlst/blob/master/LICENSE | | Mugsy | Artistic License 2.0 | Archived in:
https://sourceforge.net/projects/mugsy/files/mugsy_x86-64-v1r2.3.tgz | diff --git a/README.md b/README.md index 6608d1a4f..09b0155e1 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ For many people Docker is not an option, but Singularity is. Most Docker contain | [Mash](https://hub.docker.com/r/staphb/mash/)
[![docker pulls](https://img.shields.io/docker/pulls/staphb/mash.svg?style=popout)](https://hub.docker.com/r/staphb/mash) | | https://github.com/marbl/Mash | | [mashtree](https://hub.docker.com/r/staphb/mashtree)
[![docker pulls](https://img.shields.io/docker/pulls/staphb/mashtree.svg?style=popout)](https://hub.docker.com/r/staphb/mashtree) | | https://github.com/lskatz/mashtree | | [medaka](https://hub.docker.com/r/staphb/medaka)
[![docker pulls](https://img.shields.io/docker/pulls/staphb/medaka.svg?style=popout)](https://hub.docker.com/r/staphb/medaka) | | https://github.com/nanoporetech/medaka | +| [metaphlan](https://hub.docker.com/r/staphb/metaphlan)
[![docker pulls](https://img.shields.io/docker/pulls/staphb/metaphlan.svg?style=popout)](https://hub.docker.com/r/staphb/metaphlan) |