Skip to content

Commit 805061b

Browse files
committed
comment fixes
1 parent 140bb04 commit 805061b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/flex-EFP/Scripts/make_AAs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def make_inp(fragment, QMs, POLs):
111111
elif(fragment[4].split()[1][0]=='C'):
112112
charge=-1
113113
else:
114-
charge = '0'
114+
charge = 0
115115

116116
if fragment[4].split()[1] in known_amino_acids:
117117
filename = amino_acid_dict[fragment[4].split()[1]] + '_' + fragment[4].split()[0] + '_' + fragment[0].split()[3] + '.inp'

0 commit comments

Comments
 (0)