Skip to content

Commit

Permalink
Add missing spaces
Browse files Browse the repository at this point in the history
And a few other nitpicks
  • Loading branch information
tavinathanson authored and armish committed Sep 14, 2015
1 parent 87620bf commit ef44b40
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions cycledash/api/genotypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,17 +386,17 @@ def _header_spec(vcf_header_text, extant_cols):

# Add Cycledash-derived columns
_add_extant_column_to_spec(extant_cols, 'annotations:gene_name', res,
('Name of the gene that overlaps with this variant\'s effect'
'derived from Varcode project.'))
('Name of the gene that overlaps with this variant\'s effect, '
'derived from Varcode.'))
_add_extant_column_to_spec(extant_cols, 'annotations:transcript', res,
('Transcript that overlaps with this variant'
'derived from Varcode project.'))
('Transcript that overlaps with this variant, '
'derived from Varcode.'))
_add_extant_column_to_spec(extant_cols, 'annotations:effect_notation', res,
('Protein change caused by this variant, '
'derived from Varcode project.'))
'derived from Varcode.'))
_add_extant_column_to_spec(extant_cols, 'annotations:effect_type', res,
('Type of the variant, '
'derived from Varcode project.'))
('Type of this variant, '
'derived from Varcode.'))

# Remove empty supercolumns
for key, val in res.iteritems():
Expand Down

0 comments on commit ef44b40

Please sign in to comment.