]> git.donarmstrong.com Git - mothur.git/blobdiff - binsequencecommand.cpp
pds fixes of heatmap and some other minor stuff
[mothur.git] / binsequencecommand.cpp
index c3c68abacffd43efaf5768796655e8816da87bd6..7c70604e39f16c20821c620769ee89cd4a71958d 100644 (file)
@@ -105,7 +105,7 @@ int BinSeqCommand::execute(){
                                        //get last name
                                        sequence = fasta->getSequence(binnames);
                                        if (sequence != "not found") {
-                                               name = binnames + "bin" + toString(i+1);
+                                               name = binnames + '|' + toString(i+1);
                                                out << ">" << name << endl;
                                                out << sequence << endl;
                                        }else {