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
Hi @fasincar
I am trying to run phylophlan for the first time. I would like to get phylogenetic tree for Xanthomonas (.fna). I am using following 2 commands: phylophlan_write_config_file -d a -o griffy_config.cfg --db_aa diamond --map_dna blastn --msa muscle --tree1 fasttree --verbose 2>&1 | tee phylophlan_write_config_file.log phylophlan -i input_genomes --force_nucleotides -d phylophlan -t a -f griffy_config.cfg --diversity low -o output_Xanthomonas --verbose 2>&1 | tee logs/phylophlan.log
And I got the following error massage:
I think your problem is due to a wrong configuration figuessI gues the error is because blastn can't find a properly indexed database. With phylophlan_write_config_file you specified to index a database of proteins/amino acids with --db_aa diamond but to use blastn for mapping genomes/DNA (-map_dna blastn). Now, blastn can't do a translated search, so here instead you should use diamond, for instance.
Just FYI, if your inputs are all genomes, then you can also consider running the multiple sequence alignments and the phylogeny reconstruction steps on the DNA space instead on amino acids, and you can do so by adding the --force_nucleotides param to both the phylophlan_write_config_file and phylophlan commands.
Hi @fasincar
I am trying to run phylophlan for the first time. I would like to get phylogenetic tree for Xanthomonas (.fna). I am using following 2 commands:
phylophlan_write_config_file -d a -o griffy_config.cfg --db_aa diamond --map_dna blastn --msa muscle --tree1 fasttree --verbose 2>&1 | tee phylophlan_write_config_file.log
phylophlan -i input_genomes --force_nucleotides -d phylophlan -t a -f griffy_config.cfg --diversity low -o output_Xanthomonas --verbose 2>&1 | tee logs/phylophlan.log
And I got the following error massage:
How can I fix this problem?
I am looking forward to your reply!
The text was updated successfully, but these errors were encountered: