Skip to content

Commit

Permalink
Note -print-metrics argument is deprecated.
Browse files Browse the repository at this point in the history
  • Loading branch information
heuermh committed Mar 2, 2020
1 parent 7378924 commit f849aa1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
3 changes: 2 additions & 1 deletion docs/cli/actions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,8 @@ This command takes several optional arguments:

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

coverage
~~~~~~~~~~~~~~
Expand Down
6 changes: 4 additions & 2 deletions docs/cli/conversions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ optional third argument:
the second-of-pair reads to.

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

Additionally, ``adam2fastq`` takes the following options:

- ``-no_projection``: By default, ``adam2fastq`` only projects the
fields necessary for saving to FASTQ. This option disables that
Expand Down
3 changes: 2 additions & 1 deletion docs/cli/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ commands. These include:
Parquet files. Defaults to 1MB (1024 \* 1024).
- ``-print_metrics``: If provided, prints the
`instrumentation <https://github.com/bigdatagenomics/utils#instrumentation>`__
metrics to the log when the CLI operation terminates.
metrics to the log when the CLI operation terminates. Note ``-print_metrics`` is
deprecated in ADAM version 0.31.0 and will be removed in version 0.32.0.

Legacy output options
---------------------
Expand Down
6 changes: 4 additions & 2 deletions docs/cli/printers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ This command has several options:

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

flagstat
~~~~~~~~
Expand All @@ -43,7 +44,8 @@ This command has several options:

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

view
~~~~
Expand Down

0 comments on commit f849aa1

Please sign in to comment.