Skip to content

Commit 44e54ac

Browse files
committed
Handling ENDOFLINE wildcard into the peptide_tools_master input
1 parent 9d83c97 commit 44e54ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

peptide_tools_master/peptide_tools_master.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ def read_structure_file(inputFile):
125125
args = arg_parser()
126126
INPUT=args.input
127127
INPUT=INPUT.strip()
128+
INPUT=INPUT.replace('ENDOFLINE','\n')
128129

129130
mol_name = 'none'
130131
IN_lines = INPUT.split('\n')

0 commit comments

Comments
 (0)