Skip to content

Commit

Permalink
Adds ability to input multiple files
Browse files Browse the repository at this point in the history
Will help with file mismatch issues

#792 #803
  • Loading branch information
mothur-westcott committed Nov 30, 2021
1 parent 9c9987e commit 919d88f
Show file tree
Hide file tree
Showing 2 changed files with 231 additions and 251 deletions.
2 changes: 1 addition & 1 deletion source/commands/getlineagecommand.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ string GetLineageCommand::getOutputPattern(string type) {
else if (type == "count") { pattern = "[filename],pick,[extension]"; }
else if (type == "list") { pattern = "[filename],[distance],pick,[extension]"; }
else if (type == "shared") { pattern = "[filename],[distance],pick,[extension]"; }
else if (type == "alignreport") { pattern = "[filename],pick.align.report"; }
else if (type == "alignreport") { pattern = "[filename],pick.[extension]"; }
else { m->mothurOut("[ERROR]: No definition for type " + type + " output pattern.\n"); m->setControl_pressed(true); }

return pattern;
Expand Down

0 comments on commit 919d88f

Please sign in to comment.