Hello everyone,
It is my first post and I need to state that I’m very grateful to be able to use Mothur to process my dataset, thanks Pat and your team for all of your hard work!!!
I’m having problems with the step of removing. groups command…
I’m following the 454 SOP tutorial…an did this:
mothur > get.groups(fasta=/home/zm1/fastaall/April13/012414MCcom519F.shhh.trim.unique.good.filter.unique.precluster.pick.pick.fasta, group=/home/zm1/fastaall/April13/012414MCcom519F.shhh.good.pick.pick.groups, name=/home/zm1/fastaall/April13/012414MCcom519F.shhh.trim.unique.good.filter.unique.precluster.pick.pick.names, groups=MOCK.012414MCcom519F)
In this last portion the tutorial has introduced group=MOCK.GQY1XT001 so I thought I had to introduced the name of my files, is this correct or should I do this portion all over again???
MOTHUR REPLIED:
MOCK.012414MCcom519F is not a valid group, and will be disregarded.
You provided no valid groups. I will run the command using all the groups in your file.
Selected 50936 sequences from your name file.
Selected 8466 sequences from your fasta file.
Selected 50936 sequences from your group file.
Output File names:
/home/zm1/fastaall/April13/012414MCcom519F.shhh.trim.unique.good.filter.unique.precluster.pick.pick.pick.names
/home/zm1/fastaall/April13/012414MCcom519F.shhh.trim.unique.good.filter.unique.precluster.pick.pick.pick.fasta
/home/zm1/fastaall/April13/012414MCcom519F.shhh.good.pick.pick.pick.groups
As you ca see I got a sort of error answer for the group MOCK.012414MCcom519F but because it worked I went ahead…now I’m in remove.groups and I need to open MOCK.012414MCcom519F and I cannot because it was never created it???..
need some help to move forward! any suggestions? the command I’m inputting is:
mothur > remove.groups(fasta=/home/zm1/fastaall/April13/012414MCcom519F.shhh.trim.unique.good.filter.unique.precluster.pick.pick.fasta, group=/home/zm1/fastaall/April13/012414MCcom519F.shhh.good.pick.pick.groups, name=/home/zm1/fastaall/April13/012414MCcom519F.shhh.trim.unique.good.filter.unique.precluster.pick.pick.names, taxonomy=/home/zm1/fastaall/April13/012414MCcom519F.shhh.trim.unique.good.filter.unique.precluster.pick.pds.wang.taxonomy, groups=MOCK.012414MCcom519F)
[WARNING]: MOCK.012414MCcom519F is not a valid group in your groupfile, ignoring.
[ERROR]: no valid groups, aborting.
mothur > remove.groups(fasta=/home/zm1/fastaall/April13/012414MCcom519F.shhh.trim.unique.good.filter.unique.precluster.pick.pick.fasta, group=/home/zm1/fastaall/April13/012414MCcom519F.shhh.good.pick.pick.groups, name=/home/zm1/fastaall/April13/012414MCcom519F.shhh.trim.unique.good.filter.unique.precluster.pick.pick.names, taxonomy=/home/zm1/fastaall/April13/012414MCcom519F.shhh.trim.unique.good.filter.unique.precluster.pick.pds.wang.taxonomy, groups=MOCK.GQY1XT001)
[WARNING]: MOCK.GQY1XT001 is not a valid group in your groupfile, ignoring.
[ERROR]: no valid groups, aborting.
THANKS!