base64.encodestring needs a bytearray in python3
authorDiane Trout <diane@ghic.org>
Mon, 2 Feb 2015 22:42:32 +0000 (14:42 -0800)
committerDiane Trout <diane@ghic.org>
Mon, 2 Feb 2015 22:42:32 +0000 (14:42 -0800)
commit21b87d2ee5cd1c14c327b0fbaafba7f244dfc8c5
tree4afce3ea9bd944c91c3f35115c38ad7ab5548d6b
parentc94b5097ece91d3207b7f2e3b3363227d43526be
base64.encodestring needs a bytearray in python3

I needed to use int2byte to safely replace the char()
I was using in python2.
htsworkflow/util/api.py