Skip to content

Commit 5b9f2b4

Browse files
Added tutorial information for QC module's 'generate_corr_matrix' action.
1 parent 8a4c374 commit 5b9f2b4

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

source/tutorials/ps-qc.rst

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,31 @@ Introduction
1111

1212
In this tutorial you'll use QIIME 2 to perform an analysis of some data.
1313

14+
Typical Runtime: 0 Minutes 15.43 Seconds
15+
1416
Generate a Correlation Matrix
1517
-----------------------------
1618

1719
.. usage-selector::
1820

1921
.. qiime q2-ps-qc generate-corr-matrix --p-data IM0032-pA_PV1_subset_CS.tsv
20-
.. --o-bad-output bad_corr
21-
.. --o-good-output good_corr
2222
.. --output-dir tut-ps-qc
2323
.. --verbose > corr_mat_gen.out
2424
2525
Here we will test q2-ps-qc's generate-corr-matrix module by running the following command:
2626

27+
.. usage::
28+
29+
corr-matrix, = use.action(
30+
use.UsageAction(
31+
plugin_id="q2_ps_qc",
32+
action_id="generate_corr_matrix"
33+
),
34+
use.UsageInputs(
35+
data="source/data/IM0032-pA_PV1_subset_CS.tsv"
36+
),
37+
use.UsageOutputNames(
38+
bad_outputs="bad_corr",
39+
good_outputs="good_corr"
40+
)
41+
)

0 commit comments

Comments
 (0)