Skip to content

Commit

Permalink
Update AWS urls
Browse files Browse the repository at this point in the history
  • Loading branch information
haxiomic committed Nov 21, 2018
1 parent 94e18c4 commit aaa5d6f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ let browser = new GenomeBrowser([
// GRCh38 DNA sequence
'https://s3-us-west-1.amazonaws.com/valis-file-storage/genome-data/GRCh38.vdna-dir',
// GRCh38 genes
'https://s3-us-west-1.amazonaws.com/valis-file-storage/genome-data/GRCh38.vgenes-dir',
'https://s3-us-west-1.amazonaws.com/valis-file-storage/genome-data/GRCh38.92.vgenes-dir',
// Cerebellum, DNase
'https://www.encodeproject.org/files/ENCFF833POA/@@download/ENCFF833POA.bigWig',
]);
Expand Down
3 changes: 1 addition & 2 deletions examples/advanced/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
{
name: 'DNA',
type: 'sequence',
path: 'https://s3-us-west-1.amazonaws.com/valis-file-storage/genome-data',
// path: 'https://s3-us-west-1.amazonaws.com/valis-file-storage/genome-data/GRCh38.92.vdna-dir',
path: 'https://s3-us-west-1.amazonaws.com/valis-file-storage/genome-data/GRCh38.vdna-dir',
},
{
name: 'Genes',
Expand Down
2 changes: 1 addition & 1 deletion examples/minimal/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<script>
let visualizer = new GenomeVisualizer([
// 'https://s3-us-west-1.amazonaws.com/valis-file-storage/genome-data/GRCh38.92.vdna-dir',
'https://s3-us-west-1.amazonaws.com/valis-file-storage/genome-data/GRCh38.vdna-dir',
'https://s3-us-west-1.amazonaws.com/valis-file-storage/genome-data/GRCh38.92.vgenes-dir',
'https://www.encodeproject.org/files/ENCFF833POA/@@download/ENCFF833POA.bigWig'
]);
Expand Down

0 comments on commit aaa5d6f

Please sign in to comment.