Skip to content

Commit

Permalink
Issue bystrogenomics#421: Remove refSeq.clinvar annotation output
Browse files Browse the repository at this point in the history
  • Loading branch information
akotlar committed Mar 14, 2024
1 parent 5bbf225 commit 6f34ea4
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 124 deletions.
12 changes: 0 additions & 12 deletions config/hg19.clean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,18 +147,6 @@ tracks:
- rfamAcc
- tRnaName
- ensemblID
join:
features:
- alleleID
- phenotypeList
- clinicalSignificance
- type
- origin
- numberSubmitters
- reviewStatus
- chromStart
- chromEnd
track: clinvar
local_files:
- hg19.kgXref.chr1.gz
- hg19.kgXref.chr2.gz
Expand Down
50 changes: 0 additions & 50 deletions config/hg19.mapping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -369,56 +369,6 @@ mappings:
name:
type: keyword
normalizer: uppercase_normalizer
clinvar:
properties:
alleleID:
type: integer
phenotypeList:
type: text
analyzer: autocomplete_english_split
search_analyzer: search_english_description_synonyms
fields:
exact:
type: keyword
normalizer: lowercase_normalizer
clinicalSignificance:
type: text
analyzer: autocomplete_english_split
search_analyzer: search_english_split
fields:
exact:
type: keyword
normalizer: lowercase_normalizer
type:
type: text
analyzer: autocomplete_english
search_analyzer: search_english_class
fields:
exact:
type: keyword
normalizer: lowercase_normalizer
origin:
type: text
analyzer: autocomplete_english_split
search_analyzer: search_english_split
fields:
exact:
type: keyword
normalizer: lowercase_normalizer
numberSubmitters:
type: short
reviewStatus:
type: text
analyzer: autocomplete_english_split
search_analyzer: search_english_split
fields:
exact:
type: keyword
normalizer: lowercase_normalizer
chromStart:
type: integer
chromEnd:
type: integer
nearest:
properties:
refSeq:
Expand Down
12 changes: 0 additions & 12 deletions config/hg38.clean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,18 +147,6 @@ tracks:
- rfamAcc
- tRnaName
- ensemblID
join:
features:
- alleleID
- phenotypeList
- clinicalSignificance
- type
- origin
- numberSubmitters
- reviewStatus
- chromStart
- chromEnd
track: clinvar
local_files:
- hg38.kgXref.chr1.gz
- hg38.kgXref.chr2.gz
Expand Down
50 changes: 0 additions & 50 deletions config/hg38.mapping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -369,56 +369,6 @@ mappings:
name:
type: keyword
normalizer: uppercase_normalizer
clinvar:
properties:
alleleID:
type: integer
phenotypeList:
type: text
analyzer: autocomplete_english_split
search_analyzer: search_english_description_synonyms
fields:
exact:
type: keyword
normalizer: lowercase_normalizer
clinicalSignificance:
type: text
analyzer: autocomplete_english_split
search_analyzer: search_english_split
fields:
exact:
type: keyword
normalizer: lowercase_normalizer
type:
type: text
analyzer: autocomplete_english
search_analyzer: search_english_class
fields:
exact:
type: keyword
normalizer: lowercase_normalizer
origin:
type: text
analyzer: autocomplete_english_split
search_analyzer: search_english_split
fields:
exact:
type: keyword
normalizer: lowercase_normalizer
numberSubmitters:
type: short
reviewStatus:
type: text
analyzer: autocomplete_english_split
search_analyzer: search_english_split
fields:
exact:
type: keyword
normalizer: lowercase_normalizer
chromStart:
type: integer
chromEnd:
type: integer
nearest:
properties:
refSeq:
Expand Down

0 comments on commit 6f34ea4

Please sign in to comment.