lpantano / seqcluster

small RNA analysis from NGS data
http://seqcluster.readthedocs.io
MIT License
35 stars 17 forks source link

Explicit paths for modules #31

Closed smoe closed 6 years ago

smoe commented 6 years ago

On https://docs.python.org/3/tutorial/modules.html it is said that relative paths would be possible. Now it is a bit Java-like with explicit full paths. I think I like that better - at least it was easier.

This was done in a semi-automated manner and I may have missed a few. Will address packaging of the mirtop module now and then continue.

lpantano commented 6 years ago

Thanks for doing this. I see travis is failing because seqcluster.seqcluster.libs... is not good for python 2.7, is this working on python 3?

smoe commented 6 years ago

Er, no. This is just a stupid hickup of a script I had written and I had thought to have corrected them all. I'll check again and update. Sorry.

smoe commented 6 years ago

Apparently I had not checked in the test directory. Fixed.

lpantano commented 6 years ago

Thanks!