Skip to content

Commit f849aa1

Browse files
committed
Note -print-metrics argument is deprecated.
1 parent 7378924 commit f849aa1

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

docs/cli/actions.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,8 @@ This command takes several optional arguments:
344344

345345
This command does not support Parquet output, so the only `default
346346
options <#default-args>`__ that this command supports is
347-
``-print_metrics``.
347+
``-print_metrics``. Note ``-print_metrics`` is deprecated in ADAM version
348+
0.31.0 and will be removed in version 0.32.0.
348349

349350
coverage
350351
~~~~~~~~~~~~~~

docs/cli/conversions.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ optional third argument:
1919
the second-of-pair reads to.
2020

2121
``adam2fastq`` only supports the ``-print_metrics`` option from the
22-
`default options <#default-args>`__. Additionally, ``adam2fastq`` takes
23-
the following options:
22+
`default options <#default-args>`__. Note ``-print_metrics`` is deprecated
23+
in ADAM version 0.31.0 and will be removed in version 0.32.0.
24+
25+
Additionally, ``adam2fastq`` takes the following options:
2426

2527
- ``-no_projection``: By default, ``adam2fastq`` only projects the
2628
fields necessary for saving to FASTQ. This option disables that

docs/cli/overview.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ commands. These include:
5151
Parquet files. Defaults to 1MB (1024 \* 1024).
5252
- ``-print_metrics``: If provided, prints the
5353
`instrumentation <https://github.com/bigdatagenomics/utils#instrumentation>`__
54-
metrics to the log when the CLI operation terminates.
54+
metrics to the log when the CLI operation terminates. Note ``-print_metrics`` is
55+
deprecated in ADAM version 0.31.0 and will be removed in version 0.32.0.
5556

5657
Legacy output options
5758
---------------------

docs/cli/printers.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ This command has several options:
2121

2222
This command does not support Parquet output, so the only `default
2323
options <#default-args>`__ that this command supports is
24-
``-print_metrics``.
24+
``-print_metrics``. Note ``-print_metrics`` is deprecated in ADAM version
25+
0.31.0 and will be removed in version 0.32.0.
2526

2627
flagstat
2728
~~~~~~~~
@@ -43,7 +44,8 @@ This command has several options:
4344

4445
This command does not support Parquet output, so the only `default
4546
options <#default-args>`__ that this command supports is
46-
``-print_metrics``.
47+
``-print_metrics``. Note ``-print_metrics`` is deprecated in ADAM version
48+
0.31.0 and will be removed in version 0.32.0.
4749

4850
view
4951
~~~~

0 commit comments

Comments
 (0)