Skip to content

Commit

Permalink
changed default from srst2.py to srst2
Browse files Browse the repository at this point in the history
  • Loading branch information
katholt committed Sep 26, 2013
1 parent c75dab7 commit 727057b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/slurm_srst2.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def parse_args():

# SRST2 inputs
parser.add_argument(
'--script', type=str, required=True, help='path to srst2.py script (default srst2.py)', default="srst2.py")
'--script', type=str, required=True, help='path to srst2 (default srst2)', default="srst")
parser.add_argument(
'--output', type=str, required=True, help='identifier for outputs (will be combined with read set identifiers)')
parser.add_argument(
Expand Down

0 comments on commit 727057b

Please sign in to comment.