]> git.donarmstrong.com Git - mothur.git/blobdiff - aligncommand.cpp
added an alignreport option to screen seqs
[mothur.git] / aligncommand.cpp
index e628908e07f7994a117ff70585fc6c0e54d2377e..ccfd9bbec751e3000afd318d063a094c9745ec4a 100644 (file)
@@ -145,9 +145,6 @@ int AlignCommand::execute(){
        try {
                if (abort == true) {    return 0;       }
                
-               srand( (unsigned)time( NULL ) );  //needed to assign names to temporary files
-               
-               
                if(search == "kmer")                    {       templateDB = new KmerDB(templateFileName, kmerSize);    }
                else if(search == "suffix")             {       templateDB = new SuffixDB(templateFileName);                    }
                else if(search == "blast")              {       templateDB = new BlastDB(templateFileName, gapOpen, gapExtend, match, misMatch);        }