Mercurial > repos > iuc > humann2_rna_dna_norm
annotate humann2_rna_dna_norm.xml @ 0:c8ef30c8451d draft
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
author | iuc |
---|---|
date | Tue, 01 Aug 2017 07:56:14 -0400 |
parents | |
children | 6893a2b1da17 |
rev | line source |
---|---|
0
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
1 <tool id="humann2_rna_dna_norm" name="Normalize" version="@WRAPPER_VERSION@.0"> |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
2 <description> combined meta'omic sequencing data</description> |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
3 <macros> |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
4 <import>humann2_macros.xml</import> |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
5 </macros> |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
6 <expand macro="requirements"/> |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
7 <expand macro="version"/> |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
8 <command detect_errors="exit_code"><![CDATA[ |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
9 humann2_rna_dna_norm |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
10 --input_dna '$input_dna' |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
11 --input_rna '$input_rna' |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
12 --output_basename 'results' |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
13 --method '$method' |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
14 #if $log.log_transform == 'yes' |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
15 --log_transform |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
16 --log_base $log.log_base |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
17 #end if |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
18 ]]></command> |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
19 <inputs> |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
20 <param argument="--input_dna" type="data" format="tsv,tabular,biom1" label="Original DNA output table"/> |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
21 <param argument="--input_rna" type="data" format="tsv,tabular,biom1" label="Original RNA output table"/> |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
22 <param argument="--method" type="select" label="Choice of smoothing method"> |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
23 <option value="laplace">Laplace</option> |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
24 <option value="witten_bell">Witten-Bell</option> |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
25 </param> |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
26 <conditional name="log"> |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
27 <param argument="--log_transform" type="select" label="Report log-transformed relative expression values?"> |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
28 <option value="yes">Yes</option> |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
29 <option value="no">No</option> |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
30 </param> |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
31 <when value="yes"> |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
32 <param argument="--log_base" type="integer" value="2" label="Base for log transformation"/> |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
33 </when> |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
34 <when value="no"/> |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
35 </conditional> |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
36 </inputs> |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
37 <outputs> |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
38 <data format="tsv" name="results-relative_expression" from_work_dir="results-relative_expression.tsv" label="${tool.name} on ${on_string}: normalized RNA"/> |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
39 <data format="tsv" name="results-smoothed_dna" from_work_dir="results-smoothed_dna.tsv" label="${tool.name} on ${on_string}: smoothed DNA"/> |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
40 <data format="tsv" name="results-smoothed_rna" from_work_dir="results-smoothed_rna.tsv" label="${tool.name} on ${on_string}: smoothed RNA"/> |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
41 </outputs> |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
42 <tests> |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
43 <test> |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
44 <param name="input_dna" value="rna_dna_norm-dna.txt"/> |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
45 <param name="input_rna" value="rna_dna_norm-rna.txt"/> |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
46 <param name="method" value="laplace"/> |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
47 <conditional name="log"> |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
48 <param name="log_transform" value="no"/> |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
49 </conditional> |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
50 <output name="results-relative_expression" md5="193000abf357cb14f70273ba6cd5f095"/> |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
51 <output name="results-smoothed_dna" md5="3767aa13988a4dca40a07cb6970bcc60"/> |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
52 <output name="results-smoothed_rna" md5="8b1bcb819c31ef0ba5ab4975582bfcf7"/> |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
53 </test> |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
54 <test> |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
55 <param name="input_dna" value="rna_dna_norm-dna.txt"/> |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
56 <param name="input_rna" value="rna_dna_norm-rna.txt"/> |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
57 <param name="method" value="witten_bell"/> |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
58 <conditional name="log"> |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
59 <param name="log_transform" value="yes"/> |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
60 <param name="log_base" value="2"/> |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
61 </conditional> |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
62 <output name="results-relative_expression" md5="3064e6377c074c6e6e9cf7fdfd466ec9"/> |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
63 <output name="results-smoothed_dna" md5="3a1203c0986d79e9cb4ac0e3a4a89f4e"/> |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
64 <output name="results-smoothed_rna" md5="1038b44e52b95a867dc6341b4dd91697"/> |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
65 </test> |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
66 </tests> |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
67 <help><![CDATA[ |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
68 @HELP_HEADER@ |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
69 |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
70 Given a DNA table and a RNA table, produce smoothed RNA and DNA values as well as relative expression values. "Smoothing" means substituting a small value in place of a zero or missing value. The default method used is "Laplace" (pseudocount) scaling, where the pseudocount is the sample-specific minimum non-zero value. (Witten-Bell smoothing is also implemented.) |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
71 ]]></help> |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
72 <expand macro="citations"/> |
c8ef30c8451d
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
iuc
parents:
diff
changeset
|
73 </tool> |