X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=sfasta.cpp;h=95590404d57f43b94ed1c18a9d714cfed2bb11f7;hb=1e8d08e96f4fe99604a6b3502568de464bf60891;hp=5e794c67d5f5369df91f347e0a45b9365cb34ca0;hpb=fd98ee6efb944d38bbd61fc36ea9fea2557e3830;p=mothur.git diff --git a/sfasta.cpp b/sfasta.cpp index 5e794c6..9559040 100644 --- a/sfasta.cpp +++ b/sfasta.cpp @@ -1,3 +1,5 @@ +//uchime by Robert C. Edgar http://drive5.com/uchime This code is donated to the public domain. + #include "sfasta.h" #include "orf.h" #include "alpha.h" @@ -225,8 +227,9 @@ const byte *SFasta::GetNextSeqLo() if (!WarningDone) { if (isgap(c)) - Warning("Ignoring gaps in FASTA file '%s'", - m_FileName.c_str()); + //Warning("Ignoring gaps in FASTA file '%s'", + //m_FileName.c_str()); + ; else if (isprint(c)) Warning("Invalid FASTA file '%s', non-letter '%c' in sequence >%s", m_FileName.c_str(), c, Label);