prefer native string types.
authorDiane Trout <diane@ghic.org>
Fri, 20 Mar 2015 20:42:12 +0000 (13:42 -0700)
committerDiane Trout <diane@ghic.org>
Fri, 20 Mar 2015 20:42:12 +0000 (13:42 -0700)
commit712b01e7483095811e0f8a58ac34a42287276805
tree587fd415e41fede4e64b21b00b055ae4bcdedfc1
parenta1a90f858c4c5a2007014e65ab77890c617f6191
prefer native string types.

Things get really messy when trying to pass unicode strings
to redland in python2. I found it simpler to just try and keep
using the native string type.

So this patch is largely replacing unicode() to str() and
changing u'' to ''.
experiments/test_experiments.py
htsworkflow/pipelines/eland.py
htsworkflow/pipelines/sequences.py
htsworkflow/pipelines/summary.py
htsworkflow/pipelines/test/test_sequences.py
htsworkflow/util/ethelp.py
inventory/test_inventory.py
samples/test_samples.py