X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=unifracunweightedcommand.cpp;h=24c7b548946a0715e49a7d3818142d50032691fc;hp=b2d439b4e1b5481f87dc244df980c5a8c475eea2;hb=191ae1be0679d5cf4eda950b3b1bf26fb7dd503d;hpb=fc9bc621a09de13eb76ca4f5cee930b03de43dcd diff --git a/unifracunweightedcommand.cpp b/unifracunweightedcommand.cpp index b2d439b..24c7b54 100644 --- a/unifracunweightedcommand.cpp +++ b/unifracunweightedcommand.cpp @@ -24,6 +24,8 @@ vector UnifracUnweightedCommand::getValidParameters(){ //********************************************************************************************************************** UnifracUnweightedCommand::UnifracUnweightedCommand(){ try { + globaldata = GlobalData::getInstance(); + abort = true; //initialize outputTypes vector tempOutNames; outputTypes["unweighted"] = tempOutNames;