Skip to content

Commit

Permalink
Changing the default max_objects to 10**7
Browse files Browse the repository at this point in the history
  • Loading branch information
lucventurini committed Mar 28, 2020
1 parent f65bbb1 commit 5d94e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mikado/configuration/configuration_blueprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
"enum": ["blastx", "blastp"],
"default": "blastx"
},
"max_objects": {"type": "integer", "default": 100000, "minimum": 1},
"max_objects": {"type": "integer", "default": 10000000, "minimum": 1},
"max_regression": {"type": "number",
"minimum": 0,
"maximum": 1,
Expand Down

0 comments on commit 5d94e5f

Please sign in to comment.