sdf.formatLong(numReads - numMappedReads) + " / "
+ sdf.formatPercentage(100.0 - getPercentMappedReads()));
globals.addRow("Paired reads",
sdf.formatLong(numPairedReads) + " / "
+ sdf.formatPercentage(percantagePairedReads) );
if (numPairedReads > 0) {
globals.addRow("Mapped reads, only first in pair",
sdf.formatLong(numberOfMappedFirstOfPair) + " / " +
sdf.formatPercentage(percentageOfMappedFirstOfPair));