From 3c4fa0a9ff962a1bdec47feaaedd9eccfb04d865 Mon Sep 17 00:00:00 2001 From: Dennis Hendriksen Date: Tue, 17 Nov 2020 07:17:18 +0100 Subject: [PATCH] Add artifacts to notes:class options --- package.json | 2 +- src/components/annotation/ClassificationAnnotation.vue | 3 ++- src/locales/en.json | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 5e4c51a7..36cbd45a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@molgenis/vip-report-template", - "version": "1.2.0", + "version": "1.2.1", "description": "Report Template for Variant Call Format (VCF) Report Generator", "scripts": { "serve": "vue-cli-service serve", diff --git a/src/components/annotation/ClassificationAnnotation.vue b/src/components/annotation/ClassificationAnnotation.vue index cd2ebf86..d37e70ac 100644 --- a/src/components/annotation/ClassificationAnnotation.vue +++ b/src/components/annotation/ClassificationAnnotation.vue @@ -18,7 +18,8 @@ export default Vue.extend({ { value: 'LP', text: 'LP' }, { value: 'VUS', text: 'VUS' }, { value: 'LB', text: 'LB' }, - { value: 'B', text: 'B' } + { value: 'B', text: 'B' }, + { value: 'ART', text: 'ART' } ] }; }, diff --git a/src/locales/en.json b/src/locales/en.json index 3b1b4706..70e2572d 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -49,7 +49,7 @@ "geneMatch": "Gene Y/N", "class": "Class", "txt": "Comments", - "annotations": "Annotations", + "annotations": "Notes", "new": "New", "open": "Open...", "save": "Save...",