You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first checkM step that defines the root dir does not work when using Singularity as those containers are read only, and that command tries to change a config file. A workaround is using the current biocontainer for checkM quay.io/biocontainers/checkm-genome:1.1.2--py_1, which includes the database. This however breaks the camitaxonomy.py script as the output is slightly different in this version of checkM I think. This in turn can be fixed by skipping lines starting with [ or Bin, for example by changing the code from line 199 onwards like this:
Hi!
The first checkM step that defines the root dir does not work when using Singularity as those containers are read only, and that command tries to change a config file. A workaround is using the current biocontainer for checkM
quay.io/biocontainers/checkm-genome:1.1.2--py_1
, which includes the database. This however breaks thecamitaxonomy.py
script as the output is slightly different in this version of checkM I think. This in turn can be fixed by skipping lines starting with[
orBin
, for example by changing the code from line 199 onwards like this:The text was updated successfully, but these errors were encountered: