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
it seems it is not the first time you ran PhyloPhlAn for that input folder. I'm wondering whether the error you got could be due to a previous run that was stopped or encountered other problems. So, it would be great if you can remove the output folder and re-run the command above (you can add 2>&1 | tee phylophlan.txt at the end of your command to write the output to a log file and send it here).
Hi and thanks for reporting this.
I think the problem here is that you might have created the config file using the --force_nucleotides param, but did not specify it when running PhyloPhlAn. Looking at the log PhyloPhlAn is converting your genomes into proteomes after mapping them against the 400 universal proteins in the phylophlan database. But the FastTree command at the end is the one for a nucleotides multiple sequence alignment and not a amino acids one:
/.../FastTreeMP [..] -gtr -nt [..]
My suggestion here is to remove the output folder and re-run PhyloPhlAn specifying the --force_nucleotides param. Or, if you want the pipeline to use the proteomes, you should generate a new config file accordingly and re-run PhyloPhlAn again.
Hi,
I have downloaded Phylophlan version 3.0.60 via conda and following example 1 (S.aureus) tutorial on github.
This is the command I am using:
phylophlan -i input_genomes -d phylophlan --diversity medium -f isolates_config.cfg --verbose
This is the error message I am getting:
Any help would be appreciated.
The text was updated successfully, but these errors were encountered: