Mercurial > repos > bebatut > extract_min_max_lines
annotate extract_min_max_lines.xml @ 0:90fc00b34716 draft default tip
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
author | bebatut |
---|---|
date | Fri, 15 Apr 2016 07:59:28 -0400 |
parents | |
children |
rev | line source |
---|---|
0
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
1 <tool id="extract_min_max_lines" name="Extract lines corresponding" version="0.1.0"> |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
2 <description>to minimum and maximum values of a column</description> |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
3 |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
4 <requirements> |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
5 </requirements> |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
6 |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
7 <stdio> |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
8 </stdio> |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
9 |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
10 <version_command></version_command> |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
11 |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
12 <command><![CDATA[ |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
13 python $__tool_directory__/extract_min_max_lines.py |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
14 --input_file $input_file |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
15 --output_file $output_file |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
16 --column_id $column_id |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
17 --extraction_type $extraction_type |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
18 --extraction_nb $extraction_nb |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
19 ]]></command> |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
20 |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
21 <inputs> |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
22 <param name="input_file" type="data" format="tabular,tsv,csv" label="Input file" help="File in tabular format with tab-separated columns (--input_file)"/> |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
23 |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
24 <param name="column_id" type="data_column" data_ref="input_file" label="Column containing data to extract minimum or maximum values" multiple="false" numerical="true" help="(--column_id)"/> |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
25 |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
26 <param name="extraction_type" label="Type of values to extract lines" type="select" help="(--extraction_type)"> |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
27 <option value="min" selected="True">Minimal values</option> |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
28 <option value="max">Maximal values</option> |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
29 </param> |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
30 |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
31 <param name="extraction_nb" type="integer" value="10" label="Number of lines to extract" help="(--extraction_nb)"/> |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
32 </inputs> |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
33 |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
34 <outputs> |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
35 <data name="output_file" format="tabular" |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
36 label="${tool.name} on ${on_string}: Extracted lines" /> |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
37 </outputs> |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
38 |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
39 <tests> |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
40 <test> |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
41 <param name="input_file" value="input_file.tabular"/> |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
42 <param name="column_id" value="3"/> |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
43 <param name="extraction_type" value="min"/> |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
44 <param name="extraction_nb" value="10"/> |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
45 <output name="output_file" file="output_test_col_3_min.tabular"/> |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
46 </test> |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
47 <test> |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
48 <param name="input_file" value="input_file.tabular"/> |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
49 <param name="column_id" value="3"/> |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
50 <param name="extraction_type" value="max"/> |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
51 <param name="extraction_nb" value="10"/> |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
52 <output name="output_file" file="output_test_col_3_max.tabular"/> |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
53 </test> |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
54 <test> |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
55 <param name="input_file" value="input_file.tabular"/> |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
56 <param name="column_id" value="4"/> |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
57 <param name="extraction_type" value="min"/> |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
58 <param name="extraction_nb" value="10"/> |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
59 <output name="output_file" file="output_test_col_4_min.tabular"/> |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
60 </test> |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
61 <test> |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
62 <param name="input_file" value="input_file.tabular"/> |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
63 <param name="column_id" value="4"/> |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
64 <param name="extraction_type" value="max"/> |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
65 <param name="extraction_nb" value="10"/> |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
66 <output name="output_file" file="output_test_col_4_max.tabular"/> |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
67 </test> |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
68 </tests> |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
69 |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
70 <help><![CDATA[ |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
71 **What it does** |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
72 |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
73 This tool extract a variable number of lines corresponding to minimum or maximum values of a chosen column. |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
74 |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
75 The file must be in tabular format with tabular separated columns. To chosen column to extract minimum or maximum values must be data columns. |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
76 ]]></help> |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
77 |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
78 <citations> |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
79 </citations> |
90fc00b34716
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/extract_min_max_lines commit 718c006213709b631862b8d6d655fafc92e79ef7-dirty
bebatut
parents:
diff
changeset
|
80 </tool> |