Skip to content

Commit

Permalink
Fixed missing quote in argparse help text block.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianbeliveau committed Oct 4, 2019
1 parent 5b34d62 commit 8baa089
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions probeRC.py
Expand Up @@ -85,8 +85,8 @@ def main():
# Allow user to input parameters on command line.
userInput = argparse.ArgumentParser(description=\
'%s version %s. Requires a .bed file with first four columns in the '
'format chromosome <tab> start <tab> stop <tab> sequence <tab> Tm such
' as the .bed files produced by outputClean. Returns a .bed file that is '
'format chromosome <tab> start <tab> stop <tab> sequence <tab> Tm such '
' as the .bed files produced by outputClean. Returns a .bed file that is '
'identical to the input file except that the probe sequences have been '
'replaced with their reverse complements.' % (scriptName, Version))
requiredNamed = userInput.add_argument_group('required arguments')
Expand Down

0 comments on commit 8baa089

Please sign in to comment.