Closed thh32 closed 3 years ago
Hi Tom and thanks for reporting this.
I think you can very easily fix this by editing (or copying it to a new file and then edit it) the config file /media/thomashitch/MyDATA/Projects/Protologger-Updates/June-2021-Update2Conda/Protologger-master/bin/Phylophlan/supermatrix_aa.cfg
. I think the config is the default one generated when you installed PhyloPhlAn, so is likely reporting the path to the diamond installed in the anaconda env.
You can open it with any text editor and replace the path to diamond present there (I think you'll find the /home/ecoli/anaconda/envs/protologger/bin/diamond
path for the db_aa
, map_dna
, and map_aa
entries) with the path of the one you installed in miniconda (/home/thomashitch/miniconda3/envs/protologger2/bin/diamond
).
Please, let me know you should have any other issues.
Many thanks, Francesco
Thanks Francesco, I forgot these are config files so copied them from one system to another!
Thanks for you help, issue is closed!
Hey,
As you can see below, I have tried installing phylophlan in a fresh environment which works fine;
When I try running phylophlan the issues arise!
I have never faced this issue before, but it seems that phylophlan is looking for the anaconda version of diamond instead of the miniconda version I have installed via the previous command as shown below;
Is there something I can do to demand phylophlan uses the conda version?
Thanks, Tom