Skip to content

Commit

Permalink
Merge pull request #120 from openvar/develop_v3
Browse files Browse the repository at this point in the history
Develop v3
  • Loading branch information
Peter Causey-Freeman authored Dec 11, 2019
2 parents e06474c + 0aa3b54 commit ac187e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions VariantValidator/modules/vvMixinCore.py
Original file line number Diff line number Diff line change
Expand Up @@ -718,6 +718,7 @@ def validate(self, batch_variant, selected_assembly, select_transcripts, transcr
my_ccds = gene_stable_info[8].replace('[', '')
my_ccds = my_ccds.replace(']', '')
my_ccds = my_ccds.replace('"','')
my_ccds = my_ccds.replace(',', '')
ccds_list = my_ccds.split()
stable_gene_ids['ccds_ids'] = ccds_list

Expand Down

0 comments on commit ac187e4

Please sign in to comment.