-
https://github.com/Lilas-w/jbrowse-components/tree/dev0.2 I want to add a new sort function to sort by a specific attribute for reads that span the center line, similar to the existing "SortbyTag" function. However, instead of a single "tag", users will submit five parameters (img1). I have already completed the I am unsure about how to both submit mutated data to the model and retrieve data from the model for use in If you are adding a new sort function that takes five parameters from the users, how will you write code to submit mutated data and retrieve data from the model to use without hurting the current sortByTag function? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I checked out your code but it looked like maybe you are on the right track. Adding extra optional fields to the sortedBy object should be fine If you can narrow down the question I might be able to help further |
Beta Was this translation helpful? Give feedback.
I checked out your code but it looked like maybe you are on the right track. Adding extra optional fields to the sortedBy object should be fine
If you can narrow down the question I might be able to help further