diff --git a/public/markdown/build-logic.md b/public/markdown/genomic-assembly-detection.md similarity index 95% rename from public/markdown/build-logic.md rename to public/markdown/genomic-assembly-detection.md index 531aff86..f8c2b10a 100644 --- a/public/markdown/build-logic.md +++ b/public/markdown/genomic-assembly-detection.md @@ -1,4 +1,4 @@ -#### Build Logic +#### Genomic Assembly Detection The steps in the build determination procedure are as follows: - Extract all of the genomic coordinates from the input diff --git a/public/markdown/search-variants.md b/public/markdown/submit-variants.md similarity index 97% rename from public/markdown/search-variants.md rename to public/markdown/submit-variants.md index c3eb2c93..e81260b3 100644 --- a/public/markdown/search-variants.md +++ b/public/markdown/submit-variants.md @@ -1,4 +1,4 @@ -#### Search Variants +#### Submit Variants ![ProtVar Home Page](images/home_page.png) - **A** ProtVar retrieves annotations and predictions for human [missense](#further-info:missense) variants. diff --git a/public/markdown/supported-format.md b/public/markdown/supported-variant-format.md similarity index 97% rename from public/markdown/supported-format.md rename to public/markdown/supported-variant-format.md index 5400919c..9106d14f 100644 --- a/public/markdown/supported-format.md +++ b/public/markdown/supported-variant-format.md @@ -1,4 +1,4 @@ -#### Supported Format +#### Supported Variant Format ProtVar supports the following input formats: diff --git a/src/constants/Help.ts b/src/constants/Help.ts index 2f7f3502..c5140c18 100644 --- a/src/constants/Help.ts +++ b/src/constants/Help.ts @@ -6,9 +6,9 @@ interface HelpFile { // List of help files export const HELP_FILES: HelpFile[] = [ - { name: 'search-variants', md: true, title: 'Search Variants' }, - { name: 'supported-format', md: true, title: 'Supported Format' }, - { name: 'build-logic', md: true, title: 'Build Logic' }, + { name: 'submit-variants', md: true, title: 'Submit Variants' }, + { name: 'supported-variant-format', md: true, title: 'Supported Variant Format' }, + { name: 'genomic-assembly-detection', md: true, title: 'Genomic Assembly Detection' }, { name: 'search-history', md: false, title: 'Search History' }, // React component { name: 'result-page', md: true, title: 'Result Page' }, { name: 'function-annotations', md: true, title: 'Function Annotations' }, diff --git a/src/ui/pages/home/SearchVariant.tsx b/src/ui/pages/home/SearchVariant.tsx index 4da7be8b..93bac0a7 100644 --- a/src/ui/pages/home/SearchVariant.tsx +++ b/src/ui/pages/home/SearchVariant.tsx @@ -164,7 +164,7 @@ const SearchVariant = () => {

Search single nucleotide variants - paste your variants below or - upload your file } /> + upload your file } />

@@ -180,7 +180,7 @@ const SearchVariant = () => { />
- } /> + } />
Click buttons below to try examples
@@ -222,7 +222,7 @@ const SearchVariant = () => {
- Reference Genome Assembly } /> + Reference Genome Assembly } />