You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Michal J. Gajda edited this page Oct 28, 2020
·
1 revision
Transalign as a web service
Mentor: Ketil (and?)
Umbrella: OBF?
Motivation
Transalign currently works as a standalone program, parsing BLAST results.
Thanks to Florian Eggenhofer, we now have a library BlastHTTP that
can run Blast from within Haskell via a web services API.
This could fairly easily be combined with transalign to provide a tool that, given an input sequence, does the necessary BLAST searches on NCBI's servers, and outputs the transitive alignment. This would make transalign a lot more available and useful.