Switch to regular dictionary instead of ordered dictionary.
authorDiane Trout <diane@caltech.edu>
Fri, 6 Jul 2012 23:03:51 +0000 (16:03 -0700)
committerDiane Trout <diane@caltech.edu>
Fri, 6 Jul 2012 23:03:51 +0000 (16:03 -0700)
commitb1985bef54d67e8a5e1c9bca9e63af77e3d38230
tree4b74b7186cca5745a9ce9dafb684161847e56704
parentd4fbf453f2e06a033f8ac1c503585e70124ee69b
Switch to regular dictionary instead of ordered dictionary.
python 2.6 doesn't have ordered dictionary. So I switched to using
a regular dictionary and just sorting the returned keys.
htsworkflow/pipelines/eland.py
htsworkflow/pipelines/test/test_eland.py