Closed ganiatgithub closed 4 years ago
Hello Gani,
The problem is that you're specifying a config file for a nucleotide database (-f /home/Staff/uqgni1/miniconda2/envs/pp3/lib/python3.7/site-packages/phylophlan/phylophlan_configs/default_nt.cfg
, which you can shorten with -f default_nt.cfg
being that an internal PhyloPhlAn folder), while using a protein database -d phylophlan
.
When installing PhyloPhlAn you should have 4 config files available, trying with -f supermatrix_aa.cfg
.
Many thanks, Francesco
Hi Fasnicar, I am jumping here also just to "report" same problem. "[e] both db_dna and db_aa are None!"
But also couple of notes that may help you. Input: phylophlan -i FASTA --diversity low -d amphora2 -f supertree_nt.cfg with "FASTA" being the folder where all my genomes are contained
and I am using the general default configuration file, with just a small modification where I am using astral version 5.7.3 (had to modify that in the cfg file).
Hi cosicamar,
As per my answer above. You're using the Amphora2 set of universal proteins with a configuration file tailored for a nucleotide database.
Try using supertree_aa.cfg
updated with the modifications you need for astral.
Many thanks, Francesco
Hi Francesco,
This is now solved with supermatrix config file, thank you and sorry it took a while.
All the best! Gaofeng
Hi,
I'm running phylophlan3 on a set of MAGs together with reference genomes. I was wondering if you could help me trouble shoot regarding error
[e] both db_dna and db_aa are None!
My command is:
The config file is:
So I have defined db_dna in the config, how come the software cannot find it? PS. I used conda installation and want to use the phylophlan 400 proteins.
Many thanks