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 4b8c6a7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
cd products/jbrowse-web/build && zip -r "jbrowse-web-$(echo ${{github.ref}} | cut -d '/' -f3-).zip" . && cd -
aws s3 sync --delete products/jbrowse-web/build s3://jbrowse.org/code/jb2/$(echo ${{github.ref}} | cut -d "/" -f3-)
storybook_lgv:
name: Build and deploy static Storybook site to AWS S3
name: Build and deploy static linear genome view Storybook site to AWS S3
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -109,7 +109,7 @@ jobs:
aws s3 sync --delete storybook-static s3://jbrowse.org/storybook/lgv/$(echo ${{github.ref}} | cut -d "/" -f3-)
working-directory: products/jbrowse-react-linear-genome-view
storybook_cgv:
name: Build and deploy static Storybook site to AWS S3
name: Build and deploy static circular genome view Storybook site to AWS S3
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
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 4b8c6a7

Please sign in to comment.