Skip to content
Snippets Groups Projects
Commit b337f25d authored by kohleman's avatar kohleman
Browse files

removed comment

SVN: 18417
parent ed2db396
No related branches found
No related tags found
No related merge requests found
......@@ -132,12 +132,6 @@ public class IlluminaSummaryReportingPlugin extends AbstractTableModelReportingP
software_version = "Not available";
}
Double densityRatio = chipResultSummary.getDensityRatio();
// if (densityRatio == null)
// {
// // densityRatio = 0.0;
// }
// TODO 2010-10-20, Manuel Kohler : Cover Paired end runs
List<ISerializableComparable> row = new ArrayList<ISerializableComparable>();
......@@ -145,7 +139,7 @@ public class IlluminaSummaryReportingPlugin extends AbstractTableModelReportingP
row.add(new IntegerTableCell(chipResultSummary.getClusterCountRaw()));
row.add(new IntegerTableCell(chipResultSummary.getClusterCountPF()));
row.add(new IntegerTableCell(chipResultSummary.getYield() / MEGA));
row.add(new DoubleTableCell(densityRatio));
row.add(new DoubleTableCell(chipResultSummary.getDensityRatio()));
// PhiX Lane
row.add(new IntegerTableCell(laneResultSummary.getRead().getLanes().get(4)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment