Good afternoon!
I am trying to run an ANOSIM for the first time (v 1.29 on 64-bit Windows) and have run into unexpected difficulties with creating and using a design file (I’ve not made a design file before, either). I saw that I could create the file from my groups, and opened and looked at your Dunes example, so I created a tab-deliminated file for each group and treatment like this:
3245S_HIGH High
3016S_LOW Low
3246S_HIGH High
3231S_LOW Low
3039S_HIGH High
3091S_LOW Low
3438S_HIGH High
3446S_LOW Low
3245L_HIGH High
3016L_LOW Low
3246L_HIGH High
3231L_LOW Low
3039L_HIGH High
3091L_LOW Low
3438L_HIGH High
3446L_LOW Low
And ran the the command: mothur > anosim(phylip=Cows4.final.phylip.dist, design=HighvsLowGroups.design)
But running it gave me the errors:
[ERROR]: HOMLQBF01DOXMU is not in your design file, please correct.
[ERROR]: HOMLQBF01BZJJY is not in your design file, please correct.
etc.
for what appears to be each sequence in my file. As far as I can tell I do not have any extra spaces in my design file after the group names (I saw Design File error), and I am confused as to why it would be looking for sequences in that file, since it should just be groups and treatments? I ran the debug command (same previous post) and get:
[DEBUG]: name = ‘3245S_HIGH’, group = ‘High’
[DEBUG]: name = ‘3016S_LOW’, group = ‘Low’
[DEBUG]: name = ‘3246S_HIGH’, group = ‘High’
[DEBUG]: name = ‘3231S_LOW’, group = ‘Low’
[DEBUG]: name = ‘3039S_HIGH’, group = ‘High’
[DEBUG]: name = ‘3091S_LOW’, group = ‘Low’
[DEBUG]: name = ‘3438S_HIGH’, group = ‘High’
[DEBUG]: name = ‘3446S_LOW’, group = ‘Low’
[DEBUG]: name = ‘3245L_HIGH’, group = ‘High’
[DEBUG]: name = ‘3016L_LOW’, group = ‘Low’
[DEBUG]: name = ‘3246L_HIGH’, group = ‘High’
[DEBUG]: name = ‘3231L_LOW’, group = ‘Low’
[DEBUG]: name = ‘3039L_HIGH’, group = ‘High’
[DEBUG]: name = ‘3091L_LOW’, group = ‘Low’
[DEBUG]: name = ‘3438L_HIGH’, group = ‘High’
[DEBUG]: name = ‘3446L_LOW’, group = ‘Low’
[ERROR]: HOMLQBF01DOXMU is not in your design file, please correct.
[ERROR]: HOMLQBF01BZJJY is not in your design file, please correct.
[ERROR]: HOMLQBF01CFJY3 is not in your design file, please correct.
etc.
Please, I know I must be doing something simple and silly … but I really need help spotting it!
Thank you!
-Kelsea Jewell