annotate bionumeric_convert.xml @ 0:b000a3130db8 draft

planemo upload commit e5e384ce6c90f595e8d397a7c45ca9c17d4a3e2a
author nml
date Mon, 18 Mar 2019 13:15:57 -0400
parents
children 07dfb8fd47f4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
b000a3130db8 planemo upload commit e5e384ce6c90f595e8d397a7c45ca9c17d4a3e2a
nml
parents:
diff changeset
1 <tool id="bionumeric_convert" name="biohansel2bionumerics" version="0.1.0">
b000a3130db8 planemo upload commit e5e384ce6c90f595e8d397a7c45ca9c17d4a3e2a
nml
parents:
diff changeset
2 <description>compliant results</description>
b000a3130db8 planemo upload commit e5e384ce6c90f595e8d397a7c45ca9c17d4a3e2a
nml
parents:
diff changeset
3 <requirements>
b000a3130db8 planemo upload commit e5e384ce6c90f595e8d397a7c45ca9c17d4a3e2a
nml
parents:
diff changeset
4 <requirement type="package" version="0.24.1">pandas</requirement>
b000a3130db8 planemo upload commit e5e384ce6c90f595e8d397a7c45ca9c17d4a3e2a
nml
parents:
diff changeset
5 </requirements>
b000a3130db8 planemo upload commit e5e384ce6c90f595e8d397a7c45ca9c17d4a3e2a
nml
parents:
diff changeset
6 <command detect_errors="exit_code"><![CDATA[
b000a3130db8 planemo upload commit e5e384ce6c90f595e8d397a7c45ca9c17d4a3e2a
nml
parents:
diff changeset
7 $__tool_directory__/bionumeric_converter.py -f '$Input' -o '$output'
b000a3130db8 planemo upload commit e5e384ce6c90f595e8d397a7c45ca9c17d4a3e2a
nml
parents:
diff changeset
8 ]]></command>
b000a3130db8 planemo upload commit e5e384ce6c90f595e8d397a7c45ca9c17d4a3e2a
nml
parents:
diff changeset
9 <inputs>
b000a3130db8 planemo upload commit e5e384ce6c90f595e8d397a7c45ca9c17d4a3e2a
nml
parents:
diff changeset
10 <param type="data" name="Input" format="tabular"/>
b000a3130db8 planemo upload commit e5e384ce6c90f595e8d397a7c45ca9c17d4a3e2a
nml
parents:
diff changeset
11 </inputs>
b000a3130db8 planemo upload commit e5e384ce6c90f595e8d397a7c45ca9c17d4a3e2a
nml
parents:
diff changeset
12 <outputs>
b000a3130db8 planemo upload commit e5e384ce6c90f595e8d397a7c45ca9c17d4a3e2a
nml
parents:
diff changeset
13 <data name="output" format="csv" from_work_dir="output" label="Output.csv"/>
b000a3130db8 planemo upload commit e5e384ce6c90f595e8d397a7c45ca9c17d4a3e2a
nml
parents:
diff changeset
14 </outputs>
b000a3130db8 planemo upload commit e5e384ce6c90f595e8d397a7c45ca9c17d4a3e2a
nml
parents:
diff changeset
15 <tests>
b000a3130db8 planemo upload commit e5e384ce6c90f595e8d397a7c45ca9c17d4a3e2a
nml
parents:
diff changeset
16 <test>
b000a3130db8 planemo upload commit e5e384ce6c90f595e8d397a7c45ca9c17d4a3e2a
nml
parents:
diff changeset
17 <param name="Input" value="results.tab"/>
b000a3130db8 planemo upload commit e5e384ce6c90f595e8d397a7c45ca9c17d4a3e2a
nml
parents:
diff changeset
18 <output name="output" value="Output.csv"/>
b000a3130db8 planemo upload commit e5e384ce6c90f595e8d397a7c45ca9c17d4a3e2a
nml
parents:
diff changeset
19 </test>
b000a3130db8 planemo upload commit e5e384ce6c90f595e8d397a7c45ca9c17d4a3e2a
nml
parents:
diff changeset
20 </tests>
b000a3130db8 planemo upload commit e5e384ce6c90f595e8d397a7c45ca9c17d4a3e2a
nml
parents:
diff changeset
21 <help><![CDATA[
b000a3130db8 planemo upload commit e5e384ce6c90f595e8d397a7c45ca9c17d4a3e2a
nml
parents:
diff changeset
22 **What it does**
b000a3130db8 planemo upload commit e5e384ce6c90f595e8d397a7c45ca9c17d4a3e2a
nml
parents:
diff changeset
23
b000a3130db8 planemo upload commit e5e384ce6c90f595e8d397a7c45ca9c17d4a3e2a
nml
parents:
diff changeset
24 This tool is a supplementary script that takes *only* BioHansel output data and converts it into a format compatible with bionumerics.
b000a3130db8 planemo upload commit e5e384ce6c90f595e8d397a7c45ca9c17d4a3e2a
nml
parents:
diff changeset
25
b000a3130db8 planemo upload commit e5e384ce6c90f595e8d397a7c45ca9c17d4a3e2a
nml
parents:
diff changeset
26 **How to run it**
b000a3130db8 planemo upload commit e5e384ce6c90f595e8d397a7c45ca9c17d4a3e2a
nml
parents:
diff changeset
27
b000a3130db8 planemo upload commit e5e384ce6c90f595e8d397a7c45ca9c17d4a3e2a
nml
parents:
diff changeset
28 1. Input any of your BioHansel output files (tech_results.tab, match_results.tab, and results.tab)
b000a3130db8 planemo upload commit e5e384ce6c90f595e8d397a7c45ca9c17d4a3e2a
nml
parents:
diff changeset
29 2. Click Execute
b000a3130db8 planemo upload commit e5e384ce6c90f595e8d397a7c45ca9c17d4a3e2a
nml
parents:
diff changeset
30
b000a3130db8 planemo upload commit e5e384ce6c90f595e8d397a7c45ca9c17d4a3e2a
nml
parents:
diff changeset
31 **Specific modifications done on the data**
b000a3130db8 planemo upload commit e5e384ce6c90f595e8d397a7c45ca9c17d4a3e2a
nml
parents:
diff changeset
32
b000a3130db8 planemo upload commit e5e384ce6c90f595e8d397a7c45ca9c17d4a3e2a
nml
parents:
diff changeset
33 1. Converts all commas in the output to "/"
b000a3130db8 planemo upload commit e5e384ce6c90f595e8d397a7c45ca9c17d4a3e2a
nml
parents:
diff changeset
34 2. Shortens BioHansel qc_messages if they are over 150 characters
b000a3130db8 planemo upload commit e5e384ce6c90f595e8d397a7c45ca9c17d4a3e2a
nml
parents:
diff changeset
35 3. Converts the .tab file to a .csv file
b000a3130db8 planemo upload commit e5e384ce6c90f595e8d397a7c45ca9c17d4a3e2a
nml
parents:
diff changeset
36
b000a3130db8 planemo upload commit e5e384ce6c90f595e8d397a7c45ca9c17d4a3e2a
nml
parents:
diff changeset
37 ]]></help>
b000a3130db8 planemo upload commit e5e384ce6c90f595e8d397a7c45ca9c17d4a3e2a
nml
parents:
diff changeset
38 <citations>
b000a3130db8 planemo upload commit e5e384ce6c90f595e8d397a7c45ca9c17d4a3e2a
nml
parents:
diff changeset
39 </citations>
b000a3130db8 planemo upload commit e5e384ce6c90f595e8d397a7c45ca9c17d4a3e2a
nml
parents:
diff changeset
40 </tool>