From 4c6e3e3a0c95c6b2abf63569f87ad9adf8f16c6e Mon Sep 17 00:00:00 2001 From: Andy Boughton Date: Fri, 22 Oct 2021 13:54:39 -0400 Subject: [PATCH] Bump for v0.8.1 bugfix release. (+ add citation and relax annoying linter rule) --- .eslintrc.js | 12 +++++++++++- src/App.vue | 6 ++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 479c66d..f616f84 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -48,7 +48,17 @@ module.exports = { 'always' ], 'space-before-blocks': 'error', - 'space-infix-ops': 'error' + 'space-infix-ops': 'error', + 'vue/max-attributes-per-line': ['warning', { + 'singleline': { + 'max': 3, + 'allowFirstLine': true + }, + 'multiline': { + 'max': 1, + 'allowFirstLine': false + } + }] }, parserOptions: { parser: 'babel-eslint', diff --git a/src/App.vue b/src/App.vue index 3c672d8..912c020 100644 --- a/src/App.vue +++ b/src/App.vue @@ -90,6 +90,12 @@ export default { class="mt-2">
+

+ If you have found this tool useful, please cite our paper, + LocusZoom.js: + interactive and embeddable visualization of genetic association study results (Bioinformatics 2021). +

+ LocalZoom is a tool for generating region association plots via the web browser. It can be used on any Tabix-indexed file (including those stored on your hard drive), which makes it useful for sensitive or confidential data. If you are comfortable uploading