This is a test version of Biostars. For the public version, visit https://www.biostars.org.
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.

exonerate

Are you talking about Exonerate the sequence alignment tool? Why not just write a wrapper function that just calls the tool through an appropriate system command execution function? E.g., through os.system() in Python.

Yes, it makes sense. I thought it might be such a way that can be achieved by a function call. Thanks for commenting.

0 answers

No answers yet.

Log in to answer this question.