Convert reads to an integer, if if it was a float in the xml.
authorDiane Trout <diane@ghic.org>
Fri, 20 Mar 2015 23:31:53 +0000 (16:31 -0700)
committerDiane Trout <diane@ghic.org>
Fri, 20 Mar 2015 23:31:53 +0000 (16:31 -0700)
commit30b4b74be30eccd15c6b883258bc585a575cda18
treeec21d314130cba35d957459ae151bc90765ee1af
parentf5ef9130b36b914c869b237aa01865f66f1484d9
Convert reads to an integer, if if it was a float in the xml.

Some versions of the pipeline include a trailing .0 for read length,
this made python 3s parser unhappy. so convert to a float and then
truncate to work around the type issue.
htsworkflow/pipelines/eland.py