Skip to content

Commit d27252a

Browse files
committed
Updated default rank_thresholds
1 parent 005ee55 commit d27252a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tango/__main__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def main():
227227
"family", "genus", "species"],
228228
help="Ranks to report in output. Defaults to superkingom phylum class order"
229229
"family genus species")
230-
assign_parser_mode.add_argument("--rank_thresholds", nargs="+", default=[0.45, 0.6, 0.8], type=float,
230+
assign_parser_mode.add_argument("--rank_thresholds", nargs="+", default=[0.45, 0.6, 0.85], type=float,
231231
help="Rank-specific thresholds corresponding to percent identity of a hit."
232232
"Defaults to 0.45 (phylum), 0.6 (genus) and 0.85 (species)")
233233
assign_parser_mode.add_argument("--vote_threshold", default=0.5, type=float,

0 commit comments

Comments
 (0)