Skip to content

Commit

Permalink
fixed typo in gi_taxid_prot.db / taxid field
Browse files Browse the repository at this point in the history
  • Loading branch information
sfederman committed Aug 14, 2014
1 parent a2ebe1e commit 21c1581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create_taxonomy_db.py
Expand Up @@ -68,7 +68,7 @@
c = conn.cursor()
c.execute('''CREATE TABLE gi_taxid (
gi INTEGER PRIMARY KEY,
taxid INTEGERcr)''')
taxid INTEGER)''')

with open('gi_taxid_prot.dmp', 'r') as map_file:
for line in map_file:
Expand Down

0 comments on commit 21c1581

Please sign in to comment.