TeselaGen/openVectorEditor

How to use the sequence alignment function?and How to display the compared data in the tab

avisajn opened this issue · 0 comments

@tnrich

  1. I ran the demo on github locally, and it was still loading after clicking the create button. I saw this prompt when creating an alignment, Note: This tool requires an alignment server to be hooked up for it to work properly. It will NOT work in the OVE demo page. Is the server that needs to be aligned built by myself? Or do you have the address and access credentials for the server?
    9f8f838d-0fef-4094-bf0b-81d67d6cb3af

In addition, how to render the comparison result AlignMentView under the loading tab?
image
3. I see that there is such a paragraph in the source code, what is this request for?
await ( await fetch({ url: replaceProtocol("http://j5server.teselagen.com/alignment/run"), method: "post", body: JSON.stringify(alignmentDataToSend) }) ).json()