JorgeGonzalezC / treemix

Automatically exported from code.google.com/p/treemix
0 stars 0 forks source link

Typo in output #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
With errorious input-data with -micro treemix outputs:

ERROR: 420.938.13,98 does not have three entries [expecting micosat data]

Should that be micosat->microsat?

src/CountData.cpp:
 472                 if (tmpcounts.size() != 3){
 473                     std::cerr << "ERROR: "<< line[i] << " does not have three entries [expecting micosat data]\n";
 474                     exit(1);
 475                 }

Original issue reported on code.google.com by he...@nerv.fi on 9 Jan 2014 at 12:18

GoogleCodeExporter commented 9 years ago

Original comment by he...@nerv.fi on 9 Jan 2014 at 12:25

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks, this is fixed in r237 and will appear in the next release.

-Joe

Original comment by joepickrell on 9 Jan 2014 at 2:54

GoogleCodeExporter commented 9 years ago

Original comment by joepickrell on 9 Jan 2014 at 2:56