Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggirelli committed Mar 28, 2018
1 parent a51f64b commit 51e37b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/melt_duplex
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ per line (and use -F option). References:
[6] Owczarzy et al, Biochemistry(47), 2008;
[7] McConaughy et al, Biochemistry(8), 1969;
[8] Wright et al, Appl. env. microbiol.(80), 2014.
''', formatter_class = argparse.RawDescriptionHelpFormatter))
''', formatter_class = argparse.RawDescriptionHelpFormatter)

# Add mandatory arguments
parser.add_argument('seq', type = str, nargs = 1, help = '''
Expand Down
2 changes: 1 addition & 1 deletion bin/melt_secstr
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Corrects melting temperature of a secondary structure, predicted with
OligoArrayAux, based on formamide concentration. References:
[1] McConaughy et al, Biochemistry(8), 1969;
[2] Wright et al, Appl. env. microbiol.(80), 2014.
''', formatter_class = argparse.RawDescriptionHelpFormatter))
''', formatter_class = argparse.RawDescriptionHelpFormatter)

# Add mandatory arguments
parser.add_argument('FILE', type = str, nargs = 1, help = '''
Expand Down

0 comments on commit 51e37b3

Please sign in to comment.