Advertisement
Light1992

trackList.json con ElasticSearch

May 24th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. {
  2. "elasticIndexName" : "",
  3. "elasticSearchUrl" : "http://localhost:3000",
  4. "formatVersion" : 1,
  5. "names" : {
  6. "type" : "Hash",
  7. "url" : "names/"
  8. },
  9. "plugins" : [
  10. "ElasticSearch"
  11. ],
  12. "tracks" : [
  13. {
  14. "category" : "Trascritti",
  15. "compress" : 0,
  16. "impliedUTRs" : true,
  17. "key" : "OE6A.newFA.gff3_ElasticSearch",
  18. "label" : "OE6A.newFA.gff3_ElasticSearch",
  19. "storeClass" : "JBrowse/Store/SeqFeature/NCList",
  20. "style" : {
  21. "className" : "feature",
  22. "color" : "turquoise"
  23. },
  24. "trackType" : "CanvasFeatures",
  25. "type" : "CanvasFeatures",
  26. "urlTemplate" : "tracks/OE6A.newFA.gff3_ElasticSearch/{refseq}/trackData.json"
  27. }
  28. ]
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement