Fix parameter list for base class.
authorDiane Trout <diane@caltech.edu>
Mon, 11 May 2009 20:03:16 +0000 (20:03 +0000)
committerDiane Trout <diane@caltech.edu>
Mon, 11 May 2009 20:03:16 +0000 (20:03 +0000)
commit3a8b8280fd24d334007ddf6c728ffc1617fcf153
treeeb663d071e18b417303ff1150151e0edebad7ccf
parent5f7686d4198d14e7b42e3db131c07ac0263bee1b
Fix parameter list for base class.
I was passing in the ElementTree xml into the base class constructor instead of
an integer representing which 'end' the sample is from.
Which when working with single ended ElandLanes ended up with the ElementTree node
instead of none (which showed up in the UI).
htsworkflow/pipelines/eland.py