Skip to content

Commit

Permalink
Handling ENDOFLINE wildcard into the peptide_tools_master input
Browse files Browse the repository at this point in the history
  • Loading branch information
frolov-pchem committed Aug 25, 2022
1 parent 9d83c97 commit 44e54ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions peptide_tools_master/peptide_tools_master.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ def read_structure_file(inputFile):
args = arg_parser()
INPUT=args.input
INPUT=INPUT.strip()
INPUT=INPUT.replace('ENDOFLINE','\n')

mol_name = 'none'
IN_lines = INPUT.split('\n')
Expand Down

0 comments on commit 44e54ac

Please sign in to comment.