Open ganiatgithub opened 2 years ago
Hi, first of all, thanks for using PhyloPhlAn!
So, I think the problem is with the --proteome_extension "faa.gz"
, you don't actually need to provide the compressed extension there. What should actually be specified is an extension to discriminate between genomes and proteomes. Considering all your inputs are .faa.gz
and .faa
is the default extension for proteomes in PhyloPhlAn, you should be fine by just removing that parameter.
I would suggest also removing the output folder and then re-running the command, additionally what you can specify is the --verbose
param that might help de-bug future issues.
Many thanks, Francesco
Hello,
Hope it's not a very obvious mistake from my side. I used the following command:
Here is my error:
However, the input folder contains the zipped faa files:
The log file is the same as the error here. I've tried not specifying extension, not using quotation marks, or using unzipped faa files, not working and I cannot think of any good reason. Any tips?
Kind regards