Skip to content
Snippets Groups Projects
Commit 365e59d4 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

Merge branch '508-correct-headers-of-the-genomic-dataset-format' into 'devel_12.1.x'

Resolve "Correct headers of the genomic dataset format"

See merge request !463
parents 88218a45 69603d8d
No related branches found
No related tags found
3 merge requests!46912.1.0~beta.4 into master,!463Resolve "Correct headers of the genomic dataset format",!45912.1.0~beta.3 into master
Pipeline #6828 passed
......@@ -112,7 +112,7 @@ public enum ColorSchemaColumn {
CHROMOSOME("chromosome", new ColorSchemaType[] { ColorSchemaType.GENETIC_VARIANT }), //
ALLEL_FREQUENCY("allel_frequency", new ColorSchemaType[] { ColorSchemaType.GENETIC_VARIANT }), //
ALLEL_FREQUENCY("allele_frequency", new ColorSchemaType[] { ColorSchemaType.GENETIC_VARIANT }), //
VARIANT_IDENTIFIER("variant_identifier", new ColorSchemaType[] { ColorSchemaType.GENETIC_VARIANT }), //
......
#TYPE=GENETIC_VARIANT
#GENOME_TYPE=UCSC
#GENOME_VERSION=hg38
position original_dna alternative_dna name description color contig allel_frequency variant_identifier
position original_dna alternative_dna name description color contig allele_frequency variant_identifier
10146 AC A DDX11L1 upstream #ff0000 chr1 0.8 identifier_1
10439 AC A DDX11L1;WASH7P upstream;downstream #ff0001 chr1 0.5 identifier_2
10441 AC A DDX11L1;WASH7P upstream;downstream #ff0001 chr1 0.2 identifier_3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment