Skip to content

Commit

Permalink
Merge branch 'release/0.6.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
abought committed Aug 18, 2020
2 parents 756b9dc + 206b898 commit 85aab17
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "localzoom",
"version": "0.6.4",
"version": "0.6.5",
"license": "MIT",
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -14,7 +14,7 @@
"bootstrap": "^4.4.1",
"bootstrap-vue": "^2.0.0-rc.11",
"gwas-credible-sets": "^0.1.0",
"locuszoom": "0.12.0",
"locuszoom": "https://github.com/statgen/locuszoom#98f7eae",
"lodash": "^4.17.11",
"tabix-reader": "^1.0.0",
"tabulator-tables": "^4.1.4",
Expand Down
2 changes: 1 addition & 1 deletion src/util/lz-helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ function getBasicSources(study_sources = []) {
['ld', ['LDLZ2', { url: LD_SERVER_BASE_URL, params: { source: '1000G', population: 'ALL' } }]],
['gene', ['GeneLZ', { url: `${PORTAL_API_BASE_URL}annotation/genes/` }]],
['recomb', ['RecombLZ', { url: `${PORTAL_API_BASE_URL}annotation/recomb/results/` }]],
['constraint', ['GeneConstraintLZ', { url: 'https://gnomad.broadinstitute.org/api' }]],
['constraint', ['GeneConstraintLZ', { url: 'https://gnomad.broadinstitute.org/api/' }]],
];
}

Expand Down
5 changes: 2 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5849,10 +5849,9 @@ locate-path@^5.0.0:
dependencies:
p-locate "^4.1.0"

locuszoom@0.12.0:
"locuszoom@https://github.com/statgen/locuszoom#98f7eae":
version "0.12.0"
resolved "https://registry.yarnpkg.com/locuszoom/-/locuszoom-0.12.0.tgz#9e2efb255bcf2ab5f64306e95674142e8677b2b2"
integrity sha512-56CjgXEzNIBHHnOzULzjZ0KWQ0hO7oHotFKtL1c8ad1r1vYuM1o+P+W0J+bmuXdr5Fh28ph9oEhwSyEuMBZFFw==
resolved "https://github.com/statgen/locuszoom#98f7eae9d51ee81d0fe47ac7f7407a79e90837b0"
dependencies:
d3 "^5.16.0"

Expand Down

0 comments on commit 85aab17

Please sign in to comment.