MonashBioinformaticsPlatform / RNAsik-pipe

RNAsik - more than just a pipeline
https://monashbioinformaticsplatform.github.io/RNAsik-pipe/
Apache License 2.0
13 stars 5 forks source link

Make Python2/3 compatible (mostly with futurize). #21

Closed pansapiens closed 6 years ago

pansapiens commented 6 years ago

This should make the Python scripts 2.7 and 3.x compatible ( #17 ). Requires testing. Main changes were print() function and wrapping dictionary .values() and .items() iterators in list().

Code was reformatted to PEP-8 (max line length 79 chars).