Skip to content

Cannot edit details synteny track through JEXL #4540

Answered by cmdcolin
abjanssen asked this question in Q&A
Discussion options

You must be logged in to vote

Hi there,
I found potentially a cause of this issue here #4542

Basically the "synteny tracks" were not properly wired up to the "featureDetail" formatter callbacks

I can do a little more testing on it, but you can also try it if you want to try out that branch (e.g. jbrowse create --branch fix_alignments_customization)

The dot notation probably won't work but you can use

"formatDetails": { 
     "feature": "jexl:{mate:{refName:'replacement stuff'}}" 
 }

note that this removes mate.state and mate.end and mate.assemblyName (e.g. it does not deepmerge 'replacement stuff' into the refName, leaving everything else, it replaces it so it is just mate.refName='replacement stuff' and nothing else…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by cmdcolin
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants