File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed
Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -11,16 +11,31 @@ Introduction
1111
1212In this tutorial you'll use QIIME 2 to perform an analysis of some data.
1313
14+ Typical Runtime: 0 Minutes 15.43 Seconds
15+
1416Generate 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+ )
You can’t perform that action at this time.
0 commit comments