Closed grayfall closed 5 years ago
Thanks for this. Please feel free to make a branch and make any adjustments. I will test the code and merge as soon as I can. PIPITS is getting more popular but I just don't have funding/students/time to support this (and I don't want this tool to be yet another dead bioinformatics tool). Again, thanks for this!
My colleagues faced the following issue with a fresh Pipits installation from conda and asked me to investigate.
I had figured this might be a version incompatibility issue, so I downgraded both pipits and conda
Alas, the issue persisted. I debugged the code and introduced the following modifications to make it run:
This is clearly a hotfix, yet I think it would be more convenient in the long run to introduce exception handling into your sources instead of
exit
ing abruptly (as is the case in the originalrun_cmd
function).