X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=Mothur.xcodeproj%2Fproject.pbxproj;h=0f03784a89e8beafb1aeec97a0e650aa20092e6d;hb=7bf581f8c46b08eb3bb40715dac94695edee4a67;hp=875a3c5d75b10e628ed2be7102457af2f9e4e710;hpb=c568e44459665aca4d8233d45514ab7e0152feeb;p=mothur.git diff --git a/Mothur.xcodeproj/project.pbxproj b/Mothur.xcodeproj/project.pbxproj index 875a3c5..0f03784 100644 --- a/Mothur.xcodeproj/project.pbxproj +++ b/Mothur.xcodeproj/project.pbxproj @@ -486,6 +486,12 @@ A7DF0AE2121EBB14004A03EA /* prng.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = prng.h; sourceTree = ""; }; A7E8338B115BBDAA00739EC4 /* parsesffcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = parsesffcommand.cpp; sourceTree = ""; }; A7E8338C115BBDAA00739EC4 /* parsesffcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = parsesffcommand.h; sourceTree = ""; }; + A7F6C8E1124229F900299875 /* fisher2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = fisher2.c; sourceTree = ""; }; + A7F6C8E2124229F900299875 /* fisher2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fisher2.h; sourceTree = ""; }; + A7F6C8E3124229F900299875 /* metastats2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = metastats2.c; sourceTree = ""; }; + A7F6C8EA12423C0300299875 /* metastatscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = metastatscommand.h; sourceTree = ""; }; + A7F6C8EB12423C0300299875 /* metastatscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = metastatscommand.cpp; sourceTree = ""; }; + A7F6C9D512425D4600299875 /* metastats.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = metastats.h; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXGroup section */ @@ -537,6 +543,7 @@ A7DA2082113FECD400BF472F /* inputdata.h */, A7DA208B113FECD400BF472F /* libshuff.cpp */, A7DA208C113FECD400BF472F /* libshuff.h */, + A7F6C8DC1242299300299875 /* metastatsource */, A7DA209E113FECD400BF472F /* mothur.cpp */, A7DA209F113FECD400BF472F /* mothur.h */, A7DA20A0113FECD400BF472F /* mothurout.cpp */, @@ -789,6 +796,8 @@ A7DA2099113FECD400BF472F /* matrixoutputcommand.h */, A7DA209A113FECD400BF472F /* mergefilecommand.cpp */, A7DA209B113FECD400BF472F /* mergefilecommand.h */, + A7F6C8EA12423C0300299875 /* metastatscommand.h */, + A7F6C8EB12423C0300299875 /* metastatscommand.cpp */, A7DA209C113FECD400BF472F /* mgclustercommand.cpp */, A7DA209D113FECD400BF472F /* mgclustercommand.h */, A7DA20AC113FECD400BF472F /* nocommands.cpp */, @@ -1031,6 +1040,17 @@ name = clearcutsource; sourceTree = ""; }; + A7F6C8DC1242299300299875 /* metastatsource */ = { + isa = PBXGroup; + children = ( + A7F6C8E2124229F900299875 /* fisher2.h */, + A7F6C8E1124229F900299875 /* fisher2.c */, + A7F6C9D512425D4600299875 /* metastats.h */, + A7F6C8E3124229F900299875 /* metastats2.c */, + ); + name = metastatsource; + sourceTree = ""; + }; /* End PBXGroup section */ /* Begin PBXLegacyTarget section */