Skip to content

Commit

Permalink
Master->main
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Nov 16, 2021
1 parent 404a28d commit 6c3af2b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ with the component.
Here are a few more resources that may help:

- [Code example](https://github.com/GMOD/jbrowse-components/blob/HEAD/products/jbrowse-react-circular-genome-view/docs/example.md)
- [Story source code](https://github.com/GMOD/jbrowse-components/tree/master/products/jbrowse-react-circular-genome-view/stories)
- [Story source code](https://github.com/GMOD/jbrowse-components/tree/main/products/jbrowse-react-circular-genome-view/stories)
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,7 @@ const hg19Assembly = {
adapter: {
type: 'RefNameAliasAdapter',
location: {
uri:
'https://s3.amazonaws.com/jbrowse.org/genomes/hg19/hg19_aliases.txt',
uri: 'https://s3.amazonaws.com/jbrowse.org/genomes/hg19/hg19_aliases.txt',
locationType: 'UriLocation',
},
},
Expand All @@ -146,14 +145,12 @@ const hg19Tracks = [
adapter: {
type: 'VcfTabixAdapter',
vcfGzLocation: {
uri:
'https://s3.amazonaws.com/jbrowse.org/genomes/hg19/pacbio/hs37d5.HG002-SequelII-CCS.bnd-only.sv.vcf.gz',
uri: 'https://s3.amazonaws.com/jbrowse.org/genomes/hg19/pacbio/hs37d5.HG002-SequelII-CCS.bnd-only.sv.vcf.gz',
locationType: 'UriLocation',
},
index: {
location: {
uri:
'https://s3.amazonaws.com/jbrowse.org/genomes/hg19/pacbio/hs37d5.HG002-SequelII-CCS.bnd-only.sv.vcf.gz.tbi',
uri: 'https://s3.amazonaws.com/jbrowse.org/genomes/hg19/pacbio/hs37d5.HG002-SequelII-CCS.bnd-only.sv.vcf.gz.tbi',
locationType: 'UriLocation',
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ Here are a few more resources that may help:

- [The guide for creating default sessions](/?path=/story/default-sessions--page)
- [Code example](https://github.com/GMOD/jbrowse-components/blob/HEAD/products/jbrowse-react-linear-genome-view/docs/example.md)
- [Story source code](https://github.com/GMOD/jbrowse-components/tree/master/products/jbrowse-react-linear-genome-view/stories)
- [Story source code](https://github.com/GMOD/jbrowse-components/tree/main/products/jbrowse-react-linear-genome-view/stories)

0 comments on commit 6c3af2b

Please sign in to comment.