apeltzer / ReportTable

The Report Generation Engine for the EAGER Pipeline
GNU General Public License v3.0
1 stars 1 forks source link

fix string formatting for numReads #7

Closed sc13-bioinf closed 8 years ago

sc13-bioinf commented 8 years ago

This removes any decimal places from numReads. It also prevents the Doubles being rendered as their native float representation (i.e. 1.80683417E8 is now rendered as 180683417)

Please fix for any use cases that required a float number of reads.