User Tools

Site Tools


checkm-software

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
checkm-software [2020/03/12 14:27] – created aorthcheckm-software [2020/03/12 16:17] aorth
Line 28: Line 28:
 $ pip install --upgrade pip setuptools $ pip install --upgrade pip setuptools
 $ pip install checkm-genome==1.1.2 $ pip install checkm-genome==1.1.2
 +$ wget https://data.ace.uq.edu.au/public/CheckM_databases/checkm_data_2015_01_16.tar.gz
 +$ sudo mkdir -p /export/apps/checkm/1.1.2/data
 +$ tar xf checkm_data_2015_01_16.tar.gz -C /export/apps/checkm/1.1.2/data
 +$ find /export/apps/checkm/1.1.2/data -type d -exec chmod 755 {} \;
 +$ find /export/apps/checkm/1.1.2/data -type f -exec chmod 644 {} \;
 $ sudo chown -R root:root /export/apps/checkm/1.1.2</code> $ sudo chown -R root:root /export/apps/checkm/1.1.2</code>
 +
 +Note that the ''checkm data setRoot'' command expects to be able to write to the site-wide configuration so I update the data path after installation:
 +
 +<code>$ sudo sed -i -e 's|/srv/db/checkm_data/1.0.0|/export/apps/checkm/1.1.2/data|' /export/apps/checkm/1.1.2/lib64/python3.6/site-packages/checkm/DATA_CONFIG</code>
checkm-software.txt · Last modified: 2020/03/12 16:45 by aorth