]> git.donarmstrong.com Git - mothur.git/blobdiff - subsamplecommand.cpp
changes while testing 1.27
[mothur.git] / subsamplecommand.cpp
index f9cb1e60e43d59d9d1a6ce760b3031de0e92c301..8c5761d7209df23b3a8127475772e3d80b89967e 100644 (file)
@@ -808,7 +808,7 @@ int SubSampleCommand::processShared(vector<SharedRAbundVector*>& thislookup) {
                
                string thisOutputDir = outputDir;
                if (outputDir == "") {  thisOutputDir += m->hasPath(sharedfile);  }
-               string outputFileName = thisOutputDir + m->getRootName(m->getSimpleName(sharedfile)) + thislookup[0]->getLabel() + getOutputFileNameTag("shared", sharedfile);        
+               string outputFileName = thisOutputDir + m->getRootName(m->getSimpleName(sharedfile)) + thislookup[0]->getLabel() + "." +getOutputFileNameTag("shared", sharedfile);        
         SubSample sample;
         vector<string> subsampledLabels = sample.getSample(thislookup, size);