Test 1.1rc1 style runs, which unfortunately require a hack for parsing
authorDiane Trout <diane@caltech.edu>
Tue, 9 Dec 2008 01:19:23 +0000 (01:19 +0000)
committerDiane Trout <diane@caltech.edu>
Tue, 9 Dec 2008 01:19:23 +0000 (01:19 +0000)
commita644279b03e32ecea147badd8def47a7b0b16f32
treebe4e827be53c82fc342d6f273939feb0fa5246d6
parent4a14025236a2e40573a404afe5b773d3031cf791
Test 1.1rc1 style runs, which unfortunately require a hack for parsing
the summary.htm     files since illumina's html is invalid.
They forgot to use &lt; when writing <=. Most web browsers will ignore
it, but ElementTree is pickier.

Also as of this commit the summary parsing code still doesn't understand
paired end runs so the paired end summary file parsing tests still fail.
htsworkflow/pipelines/summary.py
htsworkflow/pipelines/test/simulate_runfolder.py
htsworkflow/pipelines/test/test_runfolder110.py [new file with mode: 0644]
htsworkflow/pipelines/test/test_runfolder_pair.py