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