Skip to content

Commit

Permalink
Nexus: handle & ignore LINK command when parsing (Bug #3408)
Browse files Browse the repository at this point in the history
  • Loading branch information
etal committed Feb 6, 2013
1 parent aa7f98d commit b0630db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Bio/Nexus/Nexus.py
Expand Up @@ -669,6 +669,9 @@ def _parse_nexus_block(self,title, contents):
def _title(self,options):
pass

def _link(self, options):
pass

def _dimensions(self,options):
if 'ntax' in options:
self.ntax=eval(options['ntax'])
Expand Down

0 comments on commit b0630db

Please sign in to comment.