@@ -632,7 +632,7 @@ int main(int argc, char *argv[])
fprintf(outputFile,"Number of interchromosomal pairs: %u\n",interChr);
}
printf("Out of %u reads, you have %3.5f unmapped reads\n and %3.5f sub-par quality mappings\n",totalNumberOfReads,procentageOfUnmapped,procentageOfZeroQuality);
//printf("Out of %u reads, you have %3.5f unmapped reads\n and %3.5f sub-par quality mappings\n", totalNumberOfReads ,procentageOfUnmapped, procentageOfZeroQuality);