Skip to content

Commit

Permalink
Merge pull request #321 from shubhsingh594/dev
Browse files Browse the repository at this point in the history
added new field to channel for storing links to the neuroml file
  • Loading branch information
mwatts15 authored Aug 18, 2017
2 parents d337e54 + fc2105f commit a368e99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PyOpenWorm/channel.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ def __init__(self, name=False, **kwargs):
Channel.DatatypeProperty('gene_name', self)
Channel.DatatypeProperty('gene_WB_ID', self)
Channel.DatatypeProperty('expression_pattern', self)
Channel.DatatypeProperty('neuroML_file', owner=self)
Channel.DatatypeProperty('proteins', self, multiple=True)
Channel.ObjectProperty('appearsIn', self, multiple=True,
value_type=PyOpenWorm.cell.Cell)
Expand Down

0 comments on commit a368e99

Please sign in to comment.