File tree Expand file tree Collapse file tree 4 files changed +12
-6
lines changed Expand file tree Collapse file tree 4 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -344,7 +344,8 @@ This command takes several optional arguments:
344
344
345
345
This command does not support Parquet output, so the only `default
346
346
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.
348
349
349
350
coverage
350
351
~~~~~~~~~~~~~~
Original file line number Diff line number Diff line change @@ -19,8 +19,10 @@ optional third argument:
19
19
the second-of-pair reads to.
20
20
21
21
``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:
24
26
25
27
- ``-no_projection ``: By default, ``adam2fastq `` only projects the
26
28
fields necessary for saving to FASTQ. This option disables that
Original file line number Diff line number Diff line change @@ -51,7 +51,8 @@ commands. These include:
51
51
Parquet files. Defaults to 1MB (1024 \* 1024).
52
52
- ``-print_metrics ``: If provided, prints the
53
53
`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.
55
56
56
57
Legacy output options
57
58
---------------------
Original file line number Diff line number Diff line change @@ -21,7 +21,8 @@ This command has several options:
21
21
22
22
This command does not support Parquet output, so the only `default
23
23
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.
25
26
26
27
flagstat
27
28
~~~~~~~~
@@ -43,7 +44,8 @@ This command has several options:
43
44
44
45
This command does not support Parquet output, so the only `default
45
46
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.
47
49
48
50
view
49
51
~~~~
You can’t perform that action at this time.
0 commit comments