Mercurial > repos > bcclaywell > microbiome_community_suite
annotate descriptiveStatistics.xml @ 0:12b4f093e6c4 draft default tip
planemo upload commit 2774930eebe258ecd56c8f1c5ddabf5092282ab9
| author | bcclaywell |
|---|---|
| date | Mon, 12 Oct 2015 16:46:15 -0400 |
| parents | |
| children |
| rev | line source |
|---|---|
|
0
12b4f093e6c4
planemo upload commit 2774930eebe258ecd56c8f1c5ddabf5092282ab9
bcclaywell
parents:
diff
changeset
|
1 <tool id="descriptiveStatistics" name="Descriptive Statistics" version="0.0.16"> |
|
12b4f093e6c4
planemo upload commit 2774930eebe258ecd56c8f1c5ddabf5092282ab9
bcclaywell
parents:
diff
changeset
|
2 <description>Taxonomic and Sample Descriptive Statistics</description> |
|
12b4f093e6c4
planemo upload commit 2774930eebe258ecd56c8f1c5ddabf5092282ab9
bcclaywell
parents:
diff
changeset
|
3 <requirements> |
|
12b4f093e6c4
planemo upload commit 2774930eebe258ecd56c8f1c5ddabf5092282ab9
bcclaywell
parents:
diff
changeset
|
4 <requirement type="package" version="3.1.2">R</requirement> |
|
12b4f093e6c4
planemo upload commit 2774930eebe258ecd56c8f1c5ddabf5092282ab9
bcclaywell
parents:
diff
changeset
|
5 <requirement type="package" version="2014-05-02">microbiome_community</requirement> |
|
12b4f093e6c4
planemo upload commit 2774930eebe258ecd56c8f1c5ddabf5092282ab9
bcclaywell
parents:
diff
changeset
|
6 </requirements> |
|
12b4f093e6c4
planemo upload commit 2774930eebe258ecd56c8f1c5ddabf5092282ab9
bcclaywell
parents:
diff
changeset
|
7 <command interpreter="Rscript --vanilla">descriptiveStatistics.R |
|
12b4f093e6c4
planemo upload commit 2774930eebe258ecd56c8f1c5ddabf5092282ab9
bcclaywell
parents:
diff
changeset
|
8 #if str($CommunityFile).strip() != "": |
|
12b4f093e6c4
planemo upload commit 2774930eebe258ecd56c8f1c5ddabf5092282ab9
bcclaywell
parents:
diff
changeset
|
9 --CommunityFile="$CommunityFile" |
|
12b4f093e6c4
planemo upload commit 2774930eebe258ecd56c8f1c5ddabf5092282ab9
bcclaywell
parents:
diff
changeset
|
10 #end if |
|
12b4f093e6c4
planemo upload commit 2774930eebe258ecd56c8f1c5ddabf5092282ab9
bcclaywell
parents:
diff
changeset
|
11 #if str($Attributes).strip() != "": |
|
12b4f093e6c4
planemo upload commit 2774930eebe258ecd56c8f1c5ddabf5092282ab9
bcclaywell
parents:
diff
changeset
|
12 --Attributes="$Attributes" |
|
12b4f093e6c4
planemo upload commit 2774930eebe258ecd56c8f1c5ddabf5092282ab9
bcclaywell
parents:
diff
changeset
|
13 #end if |
|
12b4f093e6c4
planemo upload commit 2774930eebe258ecd56c8f1c5ddabf5092282ab9
bcclaywell
parents:
diff
changeset
|
14 #if str($OutputFile).strip() != "": |
|
12b4f093e6c4
planemo upload commit 2774930eebe258ecd56c8f1c5ddabf5092282ab9
bcclaywell
parents:
diff
changeset
|
15 --OutputFile="$OutputFile" |
|
12b4f093e6c4
planemo upload commit 2774930eebe258ecd56c8f1c5ddabf5092282ab9
bcclaywell
parents:
diff
changeset
|
16 #end if |
|
12b4f093e6c4
planemo upload commit 2774930eebe258ecd56c8f1c5ddabf5092282ab9
bcclaywell
parents:
diff
changeset
|
17 |
|
12b4f093e6c4
planemo upload commit 2774930eebe258ecd56c8f1c5ddabf5092282ab9
bcclaywell
parents:
diff
changeset
|
18 2>&1</command> |
|
12b4f093e6c4
planemo upload commit 2774930eebe258ecd56c8f1c5ddabf5092282ab9
bcclaywell
parents:
diff
changeset
|
19 <inputs> |
|
12b4f093e6c4
planemo upload commit 2774930eebe258ecd56c8f1c5ddabf5092282ab9
bcclaywell
parents:
diff
changeset
|
20 <param optional="false" name="CommunityFile" format="rda" type="data" help="File created by the 'community' function." label="[required] Community File"> |
|
12b4f093e6c4
planemo upload commit 2774930eebe258ecd56c8f1c5ddabf5092282ab9
bcclaywell
parents:
diff
changeset
|
21 <validator type="empty_field" message="This field is required."/> |
|
12b4f093e6c4
planemo upload commit 2774930eebe258ecd56c8f1c5ddabf5092282ab9
bcclaywell
parents:
diff
changeset
|
22 </param> |
|
12b4f093e6c4
planemo upload commit 2774930eebe258ecd56c8f1c5ddabf5092282ab9
bcclaywell
parents:
diff
changeset
|
23 <param optional="true" name="Attributes" type="text" help="Comma-separated names of SamplesFile columns on which descriptive statistics are to be calculated. Example: Nugent_2_group" size="60" label="Attributes"> |
|
12b4f093e6c4
planemo upload commit 2774930eebe258ecd56c8f1c5ddabf5092282ab9
bcclaywell
parents:
diff
changeset
|
24 <validator type="empty_field" message="This field is required."/> |
|
12b4f093e6c4
planemo upload commit 2774930eebe258ecd56c8f1c5ddabf5092282ab9
bcclaywell
parents:
diff
changeset
|
25 </param> |
|
12b4f093e6c4
planemo upload commit 2774930eebe258ecd56c8f1c5ddabf5092282ab9
bcclaywell
parents:
diff
changeset
|
26 </inputs> |
|
12b4f093e6c4
planemo upload commit 2774930eebe258ecd56c8f1c5ddabf5092282ab9
bcclaywell
parents:
diff
changeset
|
27 <outputs> |
|
12b4f093e6c4
planemo upload commit 2774930eebe258ecd56c8f1c5ddabf5092282ab9
bcclaywell
parents:
diff
changeset
|
28 <data format="txt" name="OutputFile" label="descriptiveStatistics.txt"/> |
|
12b4f093e6c4
planemo upload commit 2774930eebe258ecd56c8f1c5ddabf5092282ab9
bcclaywell
parents:
diff
changeset
|
29 </outputs> |
|
12b4f093e6c4
planemo upload commit 2774930eebe258ecd56c8f1c5ddabf5092282ab9
bcclaywell
parents:
diff
changeset
|
30 <help> |
|
12b4f093e6c4
planemo upload commit 2774930eebe258ecd56c8f1c5ddabf5092282ab9
bcclaywell
parents:
diff
changeset
|
31 **Description** |
|
12b4f093e6c4
planemo upload commit 2774930eebe258ecd56c8f1c5ddabf5092282ab9
bcclaywell
parents:
diff
changeset
|
32 |
|
12b4f093e6c4
planemo upload commit 2774930eebe258ecd56c8f1c5ddabf5092282ab9
bcclaywell
parents:
diff
changeset
|
33 Generate descriptive statistics about taxa and samples present in |
|
12b4f093e6c4
planemo upload commit 2774930eebe258ecd56c8f1c5ddabf5092282ab9
bcclaywell
parents:
diff
changeset
|
34 a CommunityFile. |
|
12b4f093e6c4
planemo upload commit 2774930eebe258ecd56c8f1c5ddabf5092282ab9
bcclaywell
parents:
diff
changeset
|
35 </help> |
|
12b4f093e6c4
planemo upload commit 2774930eebe258ecd56c8f1c5ddabf5092282ab9
bcclaywell
parents:
diff
changeset
|
36 </tool> |
