-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FastTreeMP returned non-zero exit status 1. #102
Comments
Hello Gabri, Can you try running the FastTree command without the
so to better understand what's the problem? Thanks a lot, |
I am also having this error.
Which returns both of the errors described by the previous posters |
To be able to understand the problem with FastTree, can you try running the FastTree command as printed in the error message and removing the |
I have the same problem running with either iqtree or FastTree, even removing the "-quiet" didn't solve the problem. |
Thanks @ThomasYJK555. The removal of the Thanks, |
I am also having this error. time phylophlan -i /home/yak/NAS/nas/ruminant_archaea_all_culture0.99/NC_meyhyl_MAGs_ruminant_environment_50_drep0.99/dereplicated_genomes --genome_extension fa --diversity low -d phylophlan --fast --min_num_markers 1 --nproc 100 -f /home/yak/miniconda3/envs/phylophlan/lib/python3.11/site-packages/phylophlan/phylophlan_configs/supermatrix_aa.cfg -o /home/yak/NAS/nas/ruminant_archaea_all_culture0.99/NC_meyhyl_50_227_phylophlan_fast_markers1 1>/home/yak/NAS/nas/ruminant_archaea_all_culture0.99/NC_meyhyl_50_227_phylophlan_fast_markers1.log.txt 2>&1 the log file can be found in the attached document. Building phylogeny "/home/yak/NAS/nas/ruminant_archaea_all_culture0.99/NC_meyhyl_50_227_phylophlan_fast_markers1/dereplicated_genomes_concatenated.aln" [e] Command '['/home/yak/miniconda3/envs/phylophlan/bin/FastTreeMP', '-quiet', '-pseudo', '-spr', '4', '-mlacc', '2', '-slownni', '-fastest', '-no2nd', '-mlnni', '4', '-lg', '-out', '/home/yak/NAS/nas/ruminant_archaea_all_culture0.99/NC_meyhyl_50_227_phylophlan_fast_markers1/dereplicated_genomes.tre', '/home/yak/NAS/nas/ruminant_archaea_all_culture0.99/NC_meyhyl_50_227_phylophlan_fast_markers1/dereplicated_genomes_concatenated.aln']' returned non-zero exit status 1. [e] error while executing |
when we run solely: /home/yak/miniconda3/envs/phylophlan/bin/FastTreeMP -pseudo -spr 4 -mlacc 2 -slownni -fastest -no2nd -mlnni 4 -lg -out /home/yak/NAS/nas/ruminant_archaea_all_culture0.99/NC_meyhyl_50_227_phylophlan_fast_markers1/dereplicated_genomes.tre /home/yak/NAS/nas/ruminant_archaea_all_culture0.99/NC_meyhyl_50_227_phylophlan_fast_markers1/dereplicated_genomes_concatenated.aln the error information as following: FastTree Version 2.1.11 Double precision (No SSE3), OpenMP (112 threads) |
Hello phylophlan team,
Thanks for this cool tool!
I am trying to reconstruct the phylogenetic tree of some bins i receovered from metagenomes.
I am therefore running this command:
Neverthtless I get this message of error:
Any idea on how to help? thanks in advance for your awesome work!
Gabri
The text was updated successfully, but these errors were encountered: