Skip to content

Commit

Permalink
Add acceptance of standard form in -p
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiralenOla authored Jun 16, 2016
1 parent 8f9d6c8 commit 27f7ab7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scoary/methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ def main():
parser.add_argument('-p', '--p_value_cutoff',
help='P-value cut-off. SCOARY will not report genes '
'with higher p-values than this. Set to 1.0 to report '
'all genes. Default = 0.05',
'all genes. Accepts standard form (e.g. 1E-8). '
'Default = 0.05',
default=0.05,
type=float)
parser.add_argument('-c', '--correction',
Expand Down

0 comments on commit 27f7ab7

Please sign in to comment.