Ecogenomics / CheckM

Assess the quality of microbial genomes recovered from isolates, single cells, and metagenomes
https://ecogenomics.github.io/CheckM/
GNU General Public License v3.0
336 stars 73 forks source link

FileNotFoundError: [Errno 2] No such file or directory: '/home/.checkm/hmms/phylo.hmm' #328

Closed yazhinia closed 2 years ago

yazhinia commented 2 years ago

Hello, I installed CheckM through conda in a non-default directory and followed exactly the same steps given on the wiki page. Even though the phylo.hmm file exist in the downloaded path, the program only searches in the default directory. How to give a custom path for the program.

Thanks very much for the help.

donovan-h-parks commented 2 years ago

Hi,

This suggest CheckM is not able to identify the location of the CheckM reference data. You can set the path to this data using the CHECKM_DATA_PATH environmental variable: https://github.com/Ecogenomics/CheckM/wiki/Installation#required-reference-data

Cheers, Donovan