Open mwarner43 opened 7 months ago
Hey, thanks for posing this question. I have the path to executables for phylip in the lab documentation but I think you must have found a solution based on closing the issue. I am going to re-open this just so it remains immediately visible in the issues tab.
Phylip is a really outdated tree building software and has enough quirks that I don't recommend using it unless you're certain you want to. I recommend trying FastTree
:
http://www.microbesonline.org/fasttree/#Install
curl -O http://www.microbesonline.org/fasttree/FastTree
chmod 755 FastTree
./FastTree -h
I ensured my input file is in the right format, how can I fix this error in PHYLIP:
ERROR: a function asked for an inappropriate amount of memory: 0 bytes This can mean one of two things:
Also, I can't find a way to open the .tree file from FastTree in a way that is supported. I'm not sure if I can't visualize it, or if there's no output, as it keeps saying it expects 1538 for Shewanella but only got 1537.
Also, thanks for the help above! I now have the software working but the outputs just aren't.
I was able to fix the input for PHYLIP by running the alignment in Jalview and making sure it was saved as .phy
My last issue that remains is visualizing the tree outputs from PHYLIP and FastTree. Both output files I cannot open and I'm not sure what application to use to see them. I tried using drawgram within PHYLIP but can't get that to work
I recommend using an online tool like iToL: https://itol.embl.de/
I am having some trouble with PHYLIP on my computer, what is the path to access it on PACE? I think it may be easier at this point just to transfer my files to and from the cluster. Thanks!