Skip to content

Commit

Permalink
Globalizes inputDir for vsearch methods
Browse files Browse the repository at this point in the history
  • Loading branch information
mothur-westcott committed Feb 29, 2016
1 parent 258d3c4 commit eafae91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/commands/clustercommand.cpp
Expand Up @@ -133,7 +133,7 @@ ClusterCommand::ClusterCommand(string option) {
//if the user changes the output directory command factory will send this info to us in the output parameter
outputDir = validParameter.validFile(parameters, "outputdir", false); if (outputDir == "not found"){ outputDir = ""; }

string inputDir = validParameter.validFile(parameters, "inputdir", false);
inputDir = validParameter.validFile(parameters, "inputdir", false);
if (inputDir == "not found"){ inputDir = ""; }
else {
string path;
Expand Down
2 changes: 1 addition & 1 deletion source/commands/clustercommand.h
Expand Up @@ -54,7 +54,7 @@ class ClusterCommand : public Command {

bool abort, hard, sim;

string method, fileroot, tag, outputDir, phylipfile, columnfile, namefile, format, distfile, countfile, fastafile, vsearchLocation;
string method, fileroot, tag, outputDir, phylipfile, columnfile, namefile, format, distfile, countfile, fastafile, inputDir, vsearchLocation;
double cutoff;
float adjust;
string showabund, timing;
Expand Down

0 comments on commit eafae91

Please sign in to comment.