Skip to content

Commit

Permalink
Fix name of --sort-random arg
Browse files Browse the repository at this point in the history
  • Loading branch information
levitsky committed Nov 8, 2021
1 parent 46b7de2 commit 8dd5d35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.8
0.2.9
2 changes: 1 addition & 1 deletion scavager/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def run():
decoy.add_argument('-p', '--prefix', help='decoy prefix', default=DEFAULT_DECOY_PREFIX)
decoy.add_argument('-i', '--infix', help='decoy infix if database was generated by SearchGUI')
parser.add_argument('-o', '--output', help='path to output folder')
parser.add_argument('-sr', '--sort_random', action='store_true',
parser.add_argument('-sr', '--sort-random', action='store_true',
help='Choose groupleader randomly instead of alphabetical when multiple proteins have best scores')
parser.add_argument('-x', '--create-pepxml', action='store_true',
help='Create a pepXML file with validated PSMs (requires pepxmltk)')
Expand Down

0 comments on commit 8dd5d35

Please sign in to comment.