Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/IEDB/PEPMatch
Browse files Browse the repository at this point in the history
  • Loading branch information
dmx2 committed May 25, 2024
2 parents 503a09a + 4d76a1f commit 07e16be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pepmatch/preprocessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def _create_tables(
'protein_id TEXT NOT NULL,'\
'protein_name TEXT NOT NULL,'\
'species TEXT NOT NULL,'\
'taxon_id INTEGER NOT NULL,'\
'taxon_id TEXT NOT NULL,'\
'gene TEXT NOT NULL,'\
'pe_level INTEGER NOT NULL,'\
'sequence_version INTEGER NOT NULL,'\
Expand Down

0 comments on commit 07e16be

Please sign in to comment.