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
{{ message }}
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.
@tnrich sorry i still have problem with handleAlignment, I run the official demo
What kind of data format do these three values in handleAlignment need to return to display normally? There will be problems with the rendering I wrote in this way. Can you give me a fake data? This has troubled me for a long time,
Because I'm not sure whether it's the code or the data, you'd better try it with fake data
this is my data , like this return { alignedSequences: [{ id: "ef83a2d9-2b56-4a06-8a83-55ee3a0d1604", features: [], name: "F05206", sequence: "--atgcatcaccatcat", }, { id: "ef83a2d9-2b56-4a06-8a83-55ee3a0d1604", features: [], name: "F05206", sequence: "--atgcatcaccatcat" }], pairwiseAlignments: false, alignmentsToRefSeq: false, }
The text was updated successfully, but these errors were encountered:
@avisajn you can simply not return pairwiseAlignments and alignmentsToRefSeq if they're not being used.
As for what the return value should look like, it should look like one of the example alignment's data. Go look at the example alignments for more info on that!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
@tnrich sorry i still have problem with handleAlignment, I run the official demo
What kind of data format do these three values in handleAlignment need to return to display normally? There will be problems with the rendering I wrote in this way. Can you give me a fake data? This has troubled me for a long time,
Because I'm not sure whether it's the code or the data, you'd better try it with fake data
this is my data , like this
return { alignedSequences: [{ id: "ef83a2d9-2b56-4a06-8a83-55ee3a0d1604", features: [], name: "F05206", sequence: "--atgcatcaccatcat", }, { id: "ef83a2d9-2b56-4a06-8a83-55ee3a0d1604", features: [], name: "F05206", sequence: "--atgcatcaccatcat" }], pairwiseAlignments: false, alignmentsToRefSeq: false, }
The text was updated successfully, but these errors were encountered: