Hi @jaredbernard
I haven’t used this tool a bunch in order to learn all the little details, but did just start up a test using the example linked on the tool form. I’ve shared it here https://usegalaxy.eu/u/jenj/h/tes-iq-tree
That file is a larger example than what is on the form directly. But reviewing that example seems like a good place to start.
7 28
Frog AAATTTGGTCCTGTGATTCAGCAGTGAT
Turtle CTTCCACACCCCAGGACTCAGCAGTGAT
Bird CTACCACACCCCAGGACTCAGCAGTAAT
Human CTACCACACCCCAGGAAACAGCAGTGAT
Cow CTACCACACCCCAGGAAACAGCAGTGAC
Whale CTACCACGCCCCAGGACACAGCAGTGAT
Mouse CTACCACACCCCAGGACTCAGCAGTGAT
This is how I interpret the formatting (a flavor of PHYLIP)
ASB
C1TDDDDDDDDDDD1$
C2TDDDDDDDDDDD2$
C3TDDDDDDDDDDD3$
Where:
A = the number of species lines (C)
B = the length of the sequences (D)
C = species names, alphanumeric, all one word, and distinct per line
D = sequence, all the same length
S = space
T = tab
$ = new line
No extra blank lines at the end
For the other options, check the documentation for the tool via the links out. I would suggest starting very simple: not too many species, strong homology in the MFA sequences, default parameters. Then layer in options. Once working on a smaller data, scale up the inputs to see the limits. You could even decide to play around with the larger example when exploring parameters since I’m guessing that was the intention of providing it in so many places.
The EU server will let jobs run for a long time, and can rerun jobs one time (happens automatically, so can be missed). The Galaxy job logs might be lost if the tool eventually spins out and dies (memory reasons, etc). Smaller and shorter runs probably report more meaningful logs. I also see a place to input a “smaller” tree to guide the run – this is likely for iterative use to chomp through larger analysis pools of data (guess!).
So, the tool is working as far as I can tell. The usage can get quite complex. There is likely public discussion about it too. Translating direct usage to Galaxy usage should be possible, as the form options are labeled with command string tags.
Sorry I couldn’t help more! Others are still welcome to comment more
ps: I forgot to mention that there is a Galaxy tutorial linked on the form (scroll all the way down). That also seems promising!