Skip to content

Commit

Permalink
update bar data from gosling-lang/gosling.js#1083
Browse files Browse the repository at this point in the history
  • Loading branch information
thomcsmits committed Jul 4, 2024
1 parent 4dcdee7 commit 4d233a5
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
File renamed without changes.
5 changes: 2 additions & 3 deletions data/specs/03_ideogram_barchart.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ var spec = {
"tracks": [
{
"data": {
"type": "vector",
"url": "https://resgen.io/api/v1/tileset_info/?d=VLFaiSVjTjW6mkbjRjWREA",
"column": "position",
"type": "bigwig",
"url": "https://s3.amazonaws.com/gosling-lang.org/data/Astrocytes-insertions_bin100_RIPnorm.bw",
"value": "peak"
},
"mark": "bar",
Expand Down
4 changes: 2 additions & 2 deletions data/specs/04_circular_ideogram_barchart.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ var spec = {
"tracks": [
{
"data": {
"type": "vector",
"url": "https://resgen.io/api/v1/tileset_info/?d=VLFaiSVjTjW6mkbjRjWREA",
"type": "bigwig",
"url": "https://s3.amazonaws.com/gosling-lang.org/data/Astrocytes-insertions_bin100_RIPnorm.bw",
"column": "position",
"value": "peak"
},
Expand Down
4 changes: 2 additions & 2 deletions data/specs/05_gray_lines.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ var spec = {
"tracks": [
{
"data": {
"type": "vector",
"url": "https://resgen.io/api/v1/tileset_info/?d=VLFaiSVjTjW6mkbjRjWREA",
"type": "bigwig",
"url": "https://s3.amazonaws.com/gosling-lang.org/data/Astrocytes-insertions_bin100_RIPnorm.bw",
"column": "position",
"value": "peak"
},
Expand Down
4 changes: 2 additions & 2 deletions data/specs/06_circos.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ var spec = {
"tracks": [
{
"data": {
"type": "vector",
"url": "https://resgen.io/api/v1/tileset_info/?d=VLFaiSVjTjW6mkbjRjWREA",
"type": "bigwig",
"url": "https://s3.amazonaws.com/gosling-lang.org/data/Astrocytes-insertions_bin100_RIPnorm.bw",
"column": "position",
"value": "peak"
},
Expand Down

0 comments on commit 4d233a5

Please sign in to comment.