matthew couchman (JIC)
2016-04-20 16:32:53 UTC
Hi,
Iâve added a track to Apollo and the features are showing in JBrowse but I canât seem to drag them onto the âUser-created Annotationsâ lane. They get highlighted OK and I can drag them up but when I release the mouse button over the annotations lane they vanish. Iâm logged on as an admin and I havenât altered any permissions from the distribution. Our trackList.json file looks like this:
{
"tracks" : [
{
"storeClass" : "JBrowse/Store/Sequence/StaticChunked",
"chunkSize" : 20000,
"urlTemplate" : "seq/{refseq_dirpath}/{refseq}-",
"label" : "DNA",
"type" : "SequenceTrack",
"category" : "Reference sequence",
"key" : "Reference sequence"
},
{
"style" : {
"className" : "feature"
},
"key" : " Gene_Model",
"storeClass" : "JBrowse/Store/SeqFeature/NCList",
"trackType" : null,
"urlTemplate" : "tracks/Gene_Model/{refseq}/trackData.json",
"compress" : 0,
"type" : "FeatureTrack",
"label" : "Gene_Model"
},
],
"formatVersion" : 1
}
I canât see anything that looks related in tomcatâs logs. Are there any permissions that I need to set to enable user annotation?
Best regards,
Matt.
Iâve added a track to Apollo and the features are showing in JBrowse but I canât seem to drag them onto the âUser-created Annotationsâ lane. They get highlighted OK and I can drag them up but when I release the mouse button over the annotations lane they vanish. Iâm logged on as an admin and I havenât altered any permissions from the distribution. Our trackList.json file looks like this:
{
"tracks" : [
{
"storeClass" : "JBrowse/Store/Sequence/StaticChunked",
"chunkSize" : 20000,
"urlTemplate" : "seq/{refseq_dirpath}/{refseq}-",
"label" : "DNA",
"type" : "SequenceTrack",
"category" : "Reference sequence",
"key" : "Reference sequence"
},
{
"style" : {
"className" : "feature"
},
"key" : " Gene_Model",
"storeClass" : "JBrowse/Store/SeqFeature/NCList",
"trackType" : null,
"urlTemplate" : "tracks/Gene_Model/{refseq}/trackData.json",
"compress" : 0,
"type" : "FeatureTrack",
"label" : "Gene_Model"
},
],
"formatVersion" : 1
}
I canât see anything that looks related in tomcatâs logs. Are there any permissions that I need to set to enable user annotation?
Best regards,
Matt.