Skip to content

Commit

Permalink
model updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bkb3 committed Feb 22, 2021
1 parent 7d99060 commit e90f457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,7 @@ def features(seq):
"Input sequence must be 30 residues long!"
"\nExpected length 30: Got {}".format(len(seq))
)
aa_list = 'RKNDCEVIYFWL' + 'STG'
aa_list = 'RKNDCEVIYFWL' + 'QP'
converted = np.array([hydrop_flex_swi[i] for i in seq])
hydro = converted[:, 0]
flex = converted[:, 1]
Expand Down

0 comments on commit e90f457

Please sign in to comment.