]> git.donarmstrong.com Git - mothur.git/blobdiff - heatmapcommand.cpp
pds fixes of heatmap and some other minor stuff
[mothur.git] / heatmapcommand.cpp
index 82aa12ce66821443c9cedce4628fad3e43d01674..bbda2b34f30265115b82d3522e858a6b3cd7d29d 100644 (file)
@@ -63,12 +63,11 @@ int HeatMapCommand::execute(){
                        //you are using just a list file and have only one group
                        read = new ReadPhilFile(globaldata->inputFileName);     
                        read->read(&*globaldata); 
-               
+                       
                        ordersingle = globaldata->gorder;
                        input = globaldata->ginput;
                }
                
-                               
                if (format != "list") { 
                
                        util->setGroups(globaldata->Groups, globaldata->gGroupmap->namesOfGroups, "heat");