cgat-developers / cgat-apps

cgat-apps repository
Other
33 stars 14 forks source link

Changed documentation to escape % in docstring #79

Closed IanSudbery closed 3 years ago

IanSudbery commented 3 years ago

Doc string for gtf2gtf was causing an error because there were unescape %s in it.

IanSudbery commented 3 years ago

Error due to install not finding Cython?

Acribbs commented 3 years ago

I think this is related to Biopython being deprecated in v1.78. Im currently working on a fix, but those tests are failing and I have no idea why at the moment. See #77

Acribbs commented 3 years ago

Strange, this looks to be something to do with python 3.8 incompatibility issues I think because the environment doesn't update and install cython or pandas.