Codebase list prokka / 4dd164f
Add docker/singularity instructions Torsten Seemann 4 years ago
1 changed file(s) with 19 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
1313
1414 ## Installation
1515
16 ### Bioconda
17 If you use [Conda](https://conda.io/docs/install/quick.html)
18 you can use the [Bioconda channel](https://bioconda.github.io/):
19 ```
20 conda install -c conda-forge -c bioconda -c defaults prokka
21 ```
22
1623 ### Brew
1724 If you are using the [MacOS Brew](http://brew.sh/)
1825 or [LinuxBrew](http://brew.sh/linuxbrew/) packaging system:
2027 brew install brewsci/bio/prokka
2128 ```
2229
23 ### Bioconda
24 If you use [Conda](https://conda.io/docs/install/quick.html)
25 you can use the [Bioconda channel](https://bioconda.github.io/):
26 ```
27 conda install -c conda-forge -c bioconda -c defaults prokka
30 ### Docker
31 Maintained by https://hub.docker.com/u/staphb
32 ```
33
34 docker pull staphb/prokka:latest
35 docker run staphb/prokka:latest prokka -h
36 ```
37
38 ### Singularity
39 ```
40 singularity build prokka.sif docker://staphb/prokka:latest
41 singularity exec prokka.sif prokka -h
2842 ```
2943
3044 ### Ubuntu/Debian/Mint