You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/cli.yaml
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -239,6 +239,11 @@ subcommands:
239
239
short: c
240
240
default_value: "1000"
241
241
help: Set the maximum number of cells in the oncoprint per page. Lowering max-cells should improve the performance of the plots in the browser. Default value is 1000.
242
+
- max-read-depth:
243
+
required: false
244
+
short: d
245
+
default_value: "500"
246
+
help: Set the maximum read depth for plots of the third stage. If the maximum depth is exceeded, rows are randomly (with seed for reproducibility) chosen. Default value is 500.
0 commit comments