Skip to content

Commit

Permalink
The modifications file now has a header
Browse files Browse the repository at this point in the history
pombase-chado.modifications.gz
  • Loading branch information
kimrutherford committed Sep 4, 2024
1 parent b96844f commit c5507be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protein_modification_qc.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def check_func(row, genome, allowed_mod_dict):
with open('data/genome.pickle', 'rb') as ins:
genome = pickle.load(ins)

data = pandas.read_csv('data/pombase-chado.modifications', sep='\t', na_filter=False, header=None)
data = pandas.read_csv('data/pombase-chado.modifications', sep='\t', na_filter=False)
with open('data/allowed_mod_dict.json', 'r') as ins:
allowed_mod_dict = json.load(ins)

Expand Down

0 comments on commit c5507be

Please sign in to comment.