Hey all - I’m having some issues getting the databases to cooperate and I’m hoping someone can give me some advice
I have the following version of humann and metaphlan installed in a conda environment:
humann v3.8
MetaPhlAn version 4.0.0 (22 Aug 2022)
I downloaded the databases using the following commands:
$ humann_databases --download uniref uniref90_diamond /home/groups/C/kr/metaphlan_dbs/uniref90_diamond_db --update-config yes
$ humann_databases --download utility_mapping full /home/groups/C/kr/metaphlan_dbs/utility_mapping --update-config yes
$ humann_databases --download chocophlan full /home/groups/C/kr/metaphlan_dbs/chocophlan_db --update-config yes
And then updated config file to look like:
HUMAnN Configuration ( Section : Name = Value )
database_folders : nucleotide = /home/groups/C/kr/metaphlan_dbs/chocophlan_db/chocophlan
database_folders : protein = /home/groups/C/kr/metaphlan_dbs/uniref90_diamond_db/uniref
database_folders : utility_mapping = /home/groups/C/kr/metaphlan_dbs/utility_mapping/utility_mapping
run_modes : resume = False
run_modes : verbose = False
run_modes : bypass_prescreen = False
run_modes : bypass_nucleotide_index = False
run_modes : bypass_nucleotide_search = False
run_modes : bypass_translated_search = False
run_modes : threads = 1
alignment_settings : evalue_threshold = 1.0
alignment_settings : prescreen_threshold = 0.01
alignment_settings : translated_subject_coverage_threshold = 50.0
alignment_settings : translated_query_coverage_threshold = 90.0
alignment_settings : nucleotide_subject_coverage_threshold = 50.0
alignment_settings : nucleotide_query_coverage_threshold = 90.0
output_format : output_max_decimals = 10
output_format : remove_stratified_output = False
output_format : remove_column_description_output = False```
I’m running humann with this command:
humann --input fastaseqs/CM00.fasta --output test_Results
And I get this error:
CRITICAL ERROR: The directory provided for ChocoPhlAn contains files ( g__Tyzzerella.s__Tyzzerella_sp.centroids.v296_v201901b.ffn.gz ) that are not of the expected version. Please install the latest version of the database: v201901_v31
I’m at a bit of a loss since I downloaded everything using the “humann_databases” command. I’ve done a ton of work trying to get the right versions and databases of everything to install! Any help would be greatly appreciated. I’m happy to provide additional details if needed!