Error in Make.shared after Cluster

Hei,

I have serveral batches of data to be analyzed. The analysis for all batches went just fine except one, which was following the same protocol as other batches. The stup was stucked with Make.shared after Cluster. When running the Make.shared, the error shows each .rabund file can not be opened…I Have checked the .rabund and .saund files, they seems quit ok…


mothur > cluster(column=hw.trim.unique.pick.precluster.dist, name=hw.trim.unique.pick.precluster.names, cutoff=0.10) ********************#****#****#****#****#****#****#****#****#****#****# Reading matrix: ||||||||||||||||||||||||||||||||||||||||||||||||||| *********************************************************************** changed cutoff to 0.0454788

Output File Names:
hw.trim.unique.pick.precluster.an.sabund
hw.trim.unique.pick.precluster.an.rabund
hw.trim.unique.pick.precluster.an.list

mothur > make.shared(list=hw.trim.unique.pick.precluster.an.list, group=hw.pick.groups, label=0.03)
0.03
[ERROR]: Could not open hw.trim.unique.pick.precluster.an.Tg_10_HW4.1/4.rabund
[ERROR]: Could not open hw.trim.unique.pick.precluster.an.Tg_11_HW4.2/4.rabund
[ERROR]: Could not open hw.trim.unique.pick.precluster.an.Tg_12_HW4.3/4.rabund



Any help would be appricated!!

Hui

I don’t know the answer but notice that the .rabund files make.shared() cannot open do not match the ones generated by the cluster() command. Maybe try set.current to point mothur to a correct .rabund file?

Paul

Hei, Paul,

Thanks. I tried to re-direct the file .list and .groups, which are used in Make.shared command. but still same error!. Both the .list and .rabund files look quite ok when opening them…

Hui

Do you have ‘/’ characters in your group names? If so, that could be causing the error.

Hei, Wescott,

Great thanks for the remind. I guess you are right for the group name with “/”…

Hui