Skip to content

Commit

Permalink
Merge pull request #135 from marrink-lab/fix-ignore
Browse files Browse the repository at this point in the history
Fix broken ignore option
  • Loading branch information
pckroon committed Sep 30, 2018
2 parents fea0345 + e3c1d49 commit 30aa65e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/martinize2
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ def entry():
type=lambda x: x.split(','), action='append',
help='Merge chains: e.g. -merge A,B,C (+)')
file_group.add_argument('-ignore', dest='ignore_res', action='append',
default=[],
help='Ignore residues with that name.')

ff_group = parser.add_argument_group('Force field selection')
Expand Down

0 comments on commit 30aa65e

Please sign in to comment.