GMOD / jblast-jbconnect-hook

JBrowse/Galaxy-Blast Plugin
http://jblast.readthedocs.io
Other
4 stars 1 forks source link

option to use filtered gff file instead of rest #55

Open enuggetry opened 7 years ago

enuggetry commented 7 years ago

Currently, result track is served with REST, generated track config.

"baseUrl": "/",
"urlTemplate": "/jbapi/gettrackdata/66_03501d7626bd192f/sample_data%2Fjson%2Fvolvox",

Option will generate direct file

"baseUrl": "sample_data/json/volvox",
"urlTemplate": "gettrackdata/66_03501d7626bd192f.gff3",

The REST version would support session access. With direct method, the track is generally accessible by all.

enuggetry commented 6 years ago

May be able to use https://github.com/GMOD/jbrowse/issues/969, later?