Exonerate - using it in another project
Hi! I want to use exonerate in another project. It will be like a function call. How can I achieve that? I couldn't find anything related to this on their website. If you can know how to do, can you please guide me? Thanks in advance.
• 1,648 views
•
link
0 answers
No answers yet.
Log in to answer this question.
Are you talking about
Exoneratethe sequence alignment tool? Why not just write a wrapper function that just calls the tool through an appropriate system command execution function? E.g., throughos.system()inPython.Yes, it makes sense. I thought it might be such a way that can be achieved by a function call. Thanks for commenting.
Well there is also this in
biopython, but I don't know if you'll find it helpful in this case.