PMCC-BioinformaticsCore / janis-core

Core python modules for Janis Pipeline workflow assistant
GNU General Public License v3.0
4 stars 9 forks source link

Avoid creating file in user desktop, fix typos and tests location #89

Closed kinow closed 3 years ago

kinow commented 3 years ago

Issues found when trying to run a couple unit tests.

translate_wdl test was creating a folder on my ~/Desktop, so I used tempfile instead.

And the tabulate was required otherwise installing requirements/development.txt fails as base.txt has unpinned tabulate, while documentation.txt has pinned tabulate (pip fails to resolve deps in this case).