Skip to content

Commit

Permalink
Updated the test viewconf
Browse files Browse the repository at this point in the history
  • Loading branch information
pkerpedjiev committed Jan 27, 2020
1 parent 6aa0451 commit 3650a3d
Show file tree
Hide file tree
Showing 2 changed files with 100 additions and 53 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@ before_deploy:
deploy:
- provider: npm
skip_cleanup: true
edge: true
email: [email protected]
api_key:
secure: EzkzvpaBYMrhK5y8CANRaaz18ZcC0i/fm+nu51YIrh1xvRSYEVEjj4MIUVdxgVRbZWLyypLLJJWys8aFYGUjVQ11ruWAf82cUaMNhoT1WoHmbNMXx9qN1gAkxauX9RwYTbv4OfDFRHf3kraIaj5gmIRhRbjwSRggDm3z/hxu6pyok58efu6egc+h4XqFfRuAp1BC53khRfh0aOBxHby0CvodfqOqKvg4yW3i8NzYZeN02SfvUkwG9FhvXQDiCKbrQAiOfoDCM6Gd99WLOgsQHZ+GMMcxifL01oDbP2sDh7ZlpXjnwwvJlLlo1gNQul8sAeoqLPbtkNDpfYeJF5vHUwrpx+fulU+CE9PNVH6RVadrh3AkA2hU/ENiDELfDeLKTWo50diszuPBtuFHlyxSI1cRGkmzE2J0jNOHeTD1PuQGpoliZjfMX8Qlnnhx17ywCUukFwhL5MgxVeeTudQ+y7FAWcaRtiiKgUhtSAkWky6duCyQ+rHy+/5BdfTYKAdyyYPJMJ2Dva17Oq71JROKI/keT3y65duYT8SSUCoquQd9GniejgFYAxbD4YNFzYETEzeYpDSu1v6pVbMCTR3lnU0n8z2PBIL5RUdWEU2AsmBogEeQP6Cqyt60GL76dThGNaIXuztF9+TVDNc3M0TNOqef02RXBWSD2cwlU3G49eo=
on:
tags: true
repo: higlass/higlass-arcs
- provider: releases
edge: true
skip_cleanup: true
file: dist.zip
api_key:
Expand Down
151 changes: 98 additions & 53 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,95 +26,140 @@
const testViewConfig =
{
"editable": true,
"zoomFixed": false,
"trackSourceServers": [
"/api/v1",
"http://higlass.io/api/v1"
],
"exportViewUrl": "http://higlass.io/api/v1/viewconfs/",
"exportViewUrl": "/api/v1/viewconfs",
"views": [
{
"initialXDomain": [
2318757609.2643676,
3316654428.1095753
623982621.143515,
633817588.2350572
],
"initialYDomain": [
-1069420167.0899818,
-1058939661.6179136
],
"tracks": {
"top": [
{
"name": "Gene Annotations (hg19)",
"created": "2017-02-05T19:31:52.412319Z",
"server": "https://resgen.io/api/v1",
"tilesetUid": "PSDE4nKiQnif3BvjA1pHQw",
"uid": "Clfpa6lyS7-8dVeOb_f0hA",
"type": "horizontal-gene-annotations",
"type": "bedlike",
"uid": "Pj9tC1nWRVWhHMtrQCyP5w",
"tilesetUid": "FFalJ_VEQteAnak2Z2792A",
"server": "http://localhost:8000/api/v1",
"options": {
"alternating": false,
"annotationStyle": "box",
"fillColor": "blue",
"axisPositionHorizontal": "right",
"labelColor": "black",
"labelPosition": "hidden",
"plusStrandColor": "blue",
"minusStrandColor": "red",
"labelLeftMargin": 0,
"labelRightMargin": 0,
"labelTopMargin": 0,
"labelBottomMargin": 0,
"minHeight": 20,
"trackBorderWidth": 0,
"trackBorderColor": "black",
"showMousePosition": false,
"mousePositionColor": "#999999",
"name": "Gene Annotations (hg19)"
"valueColumn": null,
"colorEncoding": false,
"showTexts": false,
"colorRange": [
"#000000",
"#652537",
"#bf5458",
"#fba273",
"#ffffe0"
],
"colorEncodingRange": false,
"annotationHeight": 16,
"name": "Olig2.5k_interactions_ucsc_genome_browser.inter.bb"
},
"width": 20,
"height": 55,
"header": "",
"position": "top"
"height": 20,
"aggregationModes": {
"mean": {
"name": "Mean",
"value": "mean"
},
"min": {
"name": "Min",
"value": "min"
},
"max": {
"name": "Max",
"value": "max"
},
"std": {
"name": "Standard Deviation",
"value": "std"
}
}
},
{
"name": "Chromosome Axis",
"created": "2017-06-06T17:03:01.273116Z",
"server": "https://resgen.io/api/v1",
"tilesetUid": "Pi9k2kPjTn-Cmzca_5LzJQ",
"uid": "csMBJTF2T8CImWAecOMdqw",
"type": "horizontal-chromosome-labels",
"type": "1d-arcs",
"uid": "DxJO07NJTqujfrrnCsRsbw",
"tilesetUid": "FFalJ_VEQteAnak2Z2792A",
"server": "http://localhost:8000/api/v1",
"options": {
"showMousePosition": false,
"mousePositionColor": "#999999"
"labelColor": "black",
"labelPosition": "hidden",
"trackBorderWidth": 0,
"trackBorderColor": "black"
},
"width": 738,
"height": 30,
"position": "top"
"width": 259,
"height": 60,
"aggregationModes": {
"mean": {
"name": "Mean",
"value": "mean"
},
"min": {
"name": "Min",
"value": "min"
},
"max": {
"name": "Max",
"value": "max"
},
"std": {
"name": "Standard Deviation",
"value": "std"
}
}
},
{
"server": "https://resgen.io/api/v1",
"tilesetUid": "D3QBgh1RSiSXUVijFJzCaQ",
"type": "1d-arcs",
"height": 200,
"position": "top",
"uid": "ADfw57XeQqqxf3hLEFI2Rg",
"name": "my cooler",
"type": "horizontal-chromosome-labels",
"uid": "cQDkahXzRvCWeQZ-M0OB0A",
"tilesetUid": "QJr05EUnRy6Nvl8I8zS68Q",
"server": "http://localhost:8000/api/v1",
"options": {
"labelColor": "black",
"labelPosition": "hidden",
"trackBorderWidth": 1,
"trackBorderColor": "black",
"name": "my cooler"
"color": "#808080",
"stroke": "#ffffff",
"fontSize": 12,
"fontIsLeftAligned": false,
"showMousePosition": false,
"mousePositionColor": "#000000"
},
"width": 259,
"height": 30
}
],
"center": [],
"left": [],
"right": [],
"center": [],
"bottom": [],
"right": [],
"whole": [],
"gallery": []
},
"layout": {
"w": 12,
"h": 12,
"h": 6,
"x": 0,
"y": 0,
"i": "cEQviOh-RpmnKuWK1lHitQ",
"moved": false,
"static": false
"y": 0
},
"uid": "cEQviOh-RpmnKuWK1lHitQ",
"initialYDomain": [
3482379044.988949,
4116401885.6917057
]
"uid": "FaWeCwRvSwar7VYMnC4lQA"
}
],
"zoomLocks": {
Expand Down

0 comments on commit 3650a3d

Please sign in to comment.