]> git.donarmstrong.com Git - mothur.git/blobdiff - sequence.cpp
added template=self capability to chimers.slayer, worked on corr.axes and added accno...
[mothur.git] / sequence.cpp
index 42c26d59ab4df8cd9e0d75937a476617135adbd7..872a0f091d49fddac359d528c53c799a50ef3c66 100644 (file)
@@ -139,7 +139,7 @@ Sequence::Sequence(ifstream& fastaFile){
                m = MothurOut::getInstance();
                initialize();
                fastaFile >> name;
-
+               
                if (name.length() != 0) { 
                
                        name = name.substr(1);