Switch to lxml for parsing the summary file.
authorDiane Trout <diane@caltech.edu>
Mon, 26 Mar 2012 22:26:17 +0000 (15:26 -0700)
committerDiane Trout <diane@caltech.edu>
Mon, 26 Mar 2012 22:26:17 +0000 (15:26 -0700)
commitcbfaa079fffb60aed9a6671f1dddebdbcc75b366
treeb0cdd8662cd5c81f86ecb0915382b8cc91e000ce
parent2dcb1ba487c858fa1751a68126ee5031b7b0f054
Switch to lxml for parsing the summary file.

It's more reliable than ElementTree or BeautifulSoup, though
a bit harder to install.
htsworkflow/pipelines/summary.py
htsworkflow/pipelines/test/test_summary.py [new file with mode: 0644]