Skip to content

Commit

Permalink
Add gene and RNA encoding as well
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Feb 17, 2019
1 parent f618462 commit d9ec052
Show file tree
Hide file tree
Showing 2 changed files with 468 additions and 468 deletions.
2 changes: 1 addition & 1 deletion export/belns.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

def _get_entities():
with open(entities_file, 'r') as fh:
return {l.strip(): 'PC' for l in fh.readlines()}
return {l.strip(): 'GRPC' for l in fh.readlines()}


def _write_namespace(values):
Expand Down
Loading

0 comments on commit d9ec052

Please sign in to comment.