... | ... | @@ -8,6 +8,12 @@ $ wget https://data.ace.uq.edu.au/public/CheckM_databases/checkm_data_2015_01_16 |
|
|
|
|
|
$ tar xzvf checkm_data_2015_01_16.tar.gz
|
|
|
```
|
|
|
Next create a python 2.7 environment:
|
|
|
|
|
|
$ conda create -n py27 python=2.7
|
|
|
$ conda activate py27
|
|
|
$ conda install -c bioconda checkm-genome
|
|
|
|
|
|
After the files are unpacked, you need to tell checkM that you have the database available:
|
|
|
|
|
|
```
|
... | ... | |