comparison normalisation.xml @ 7:76dcbe930b1d draft

"planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/ commit 0a8dfe386b79711c479cf8a2bc8e9677e521b9e5-dirty"
author oinizan
date Wed, 18 Aug 2021 15:43:00 +0000
parents 192cac570229
children 7bf54edaba24
comparison
equal deleted inserted replaced
6:192cac570229 7:76dcbe930b1d
13 # GNU General Public License for more details. 13 # GNU General Public License for more details.
14 # 14 #
15 # You should have received a copy of the GNU General Public License 15 # You should have received a copy of the GNU General Public License
16 # along with this program. If not, see <http://www.gnu.org/licenses/>. 16 # along with this program. If not, see <http://www.gnu.org/licenses/>.
17 --> 17 -->
18 <tool id="FROGS_normalisation" name="FROGS Abundance normalisation" version="3.2.3.1"> 18 <tool id="FROGS_normalisation" name="FROGS Abundance normalisation" version="@TOOL_VERSION@+galaxy2">
19 <description>Normalise OTUs abundance.</description> 19 <description>Normalise OTUs abundance.</description>
20 <requirements> 20
21 <requirement type="package" version="3.2.3">frogs</requirement> 21 <macros>
22 </requirements> 22 <import>macros.xml</import>
23 </macros>
24
25 <expand macro="requirements"/>
26
23 <stdio> 27 <stdio>
24 <exit_code range="1:" /> 28 <exit_code range="1:" />
25 <exit_code range=":-1" /> 29 <exit_code range=":-1" />
26 </stdio> 30 </stdio>
27 <command> 31 <command>
28 normalisation.py 32 normalisation.py
29 --input-biom $input_biom 33 --input-biom '$input_biom'
30 --input-fasta $input_fasta 34 --input-fasta '$input_fasta'
31 --num-reads $num_reads 35 --num-reads $num_reads
32 --output-biom $output_biom 36 --output-biom '$output_biom'
33 --output-fasta $output_fasta 37 --output-fasta '$output_fasta'
34 --summary-file $summary_file 38 --summary-file '$summary_file'
35 </command> 39 </command>
36 <inputs> 40 <inputs>
37 <param format="fasta" name="input_fasta" type="data" label="Sequence file" help="Sequence file to normalise (format: fasta)." /> 41 <param format="fasta" name="input_fasta" type="data" label="Sequence file" help="Sequence file to normalise (format: fasta)." />
38 <param format="biom1" name="input_biom" type="data" label="Abundance file" help="Abundance file to normalise (format: BIOM)." /> 42 <param format="biom1" name="input_biom" type="data" label="Abundance file" help="Abundance file to normalise (format: BIOM)." />
39 <param name="num_reads" type="integer" optional="false" min="1" value="" label="Number of reads" help="The final number of reads per sample." /> 43 <param name="num_reads" type="integer" optional="false" min="1" value="" label="Number of reads" help="The final number of reads per sample." />
53 <output name="output_fasta" file="references/09-normalisation.fasta" compare="diff" lines_diff="12" /> 57 <output name="output_fasta" file="references/09-normalisation.fasta" compare="diff" lines_diff="12" />
54 </test> 58 </test>
55 </tests> 59 </tests>
56 <help> 60 <help>
57 61
58 .. image:: static/images/FROGS_logo.png 62 @HELP_LOGO@
59 :height: 144
60 :width: 110
61
62 63
63 .. class:: infomark page-header h2 64 .. class:: infomark page-header h2
64 65
65 What it does 66 What it does
66 67
77 **Sequence file**: 78 **Sequence file**:
78 79
79 The sequences (format `FASTA &lt;https://en.wikipedia.org/wiki/FASTA_format&gt;`_). 80 The sequences (format `FASTA &lt;https://en.wikipedia.org/wiki/FASTA_format&gt;`_).
80 81
81 **Abundance file**: 82 **Abundance file**:
82 83
83 The abundance of each OTU in each sample (format `BIOM &lt;http://biom-format.org/&gt;`_). 84 The abundance of each OTU in each sample (format `BIOM &lt;http://biom-format.org/&gt;`_).
84 85
85 .. class:: h3 86 .. class:: h3
86 87
87 Outputs 88 Outputs
104 Advices 105 Advices
105 106
106 The number specified in "Number of reads" must be smaller than each total number of sequences by sample. 107 The number specified in "Number of reads" must be smaller than each total number of sequences by sample.
107 108
108 109
109 ---- 110 @HELP_CONTACT@
110
111 **Contact**
112
113 Contacts: frogs-support@inrae.fr
114
115 Repositories: https://github.com/geraldinepascal/FROGS, https://github.com/geraldinepascal/FROGS-wrappers
116
117 Website: http://frogs.toulouse.inrae.fr/
118
119 Please cite the **FROGS article**: `Escudie F., et al. Bioinformatics, 2018. FROGS: Find, Rapidly, OTUs with Galaxy Solution. &lt;https://doi.org/10.1093/bioinformatics/btx791&gt;`_
120 111
121 </help> 112 </help>
113
114 <citations>
115 <expand macro="citations" />
116 </citations>
117
122 </tool> 118 </tool>