Skip to content

Commit

Permalink
Fix paramter help
Browse files Browse the repository at this point in the history
  • Loading branch information
konrad committed Jan 13, 2015
1 parent 72188ad commit 0b1cbc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/reademption
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def main():
"--max_pvalue", type=float, default="0.05",
help="Maximum adjusted p-value for genes considered to be regulated. "
"Genes with adjusted p-values below will be marked red. "
"(default 0.50)")
"(default 0.05)")
viz_deseq_parser.set_defaults(func=viz_deseq)

args = parser.parse_args()
Expand Down

0 comments on commit 0b1cbc7

Please sign in to comment.