annotate tailWrapper.xml @ 0:4d280e872e75 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/show_tail commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
author devteam
date Mon, 09 Nov 2015 11:56:33 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
4d280e872e75 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/show_tail commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff changeset
1 <tool id="Show tail1" name="Select last" version="1.0.0">
4d280e872e75 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/show_tail commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff changeset
2 <description>lines from a dataset</description>
4d280e872e75 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/show_tail commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff changeset
3 <command interpreter="perl">tailWrapper.pl "${input}" "${lineNum}" "${out_file1}"</command>
4d280e872e75 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/show_tail commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff changeset
4 <inputs>
4d280e872e75 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/show_tail commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff changeset
5 <param name="lineNum" type="integer" value="10" label="Select last" help="lines"/>
4d280e872e75 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/show_tail commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff changeset
6 <param format="txt" name="input" type="data" label="from"/>
4d280e872e75 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/show_tail commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff changeset
7 </inputs>
4d280e872e75 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/show_tail commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff changeset
8 <outputs>
4d280e872e75 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/show_tail commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff changeset
9 <data format="input" name="out_file1" metadata_source="input"/>
4d280e872e75 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/show_tail commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff changeset
10 </outputs>
4d280e872e75 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/show_tail commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff changeset
11 <tests>
4d280e872e75 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/show_tail commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff changeset
12 <test>
4d280e872e75 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/show_tail commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff changeset
13 <param name="lineNum" value="10"/>
4d280e872e75 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/show_tail commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff changeset
14 <param name="input" value="1.bed"/>
4d280e872e75 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/show_tail commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff changeset
15 <output name="out_file1" file="eq-showtail.dat"/>
4d280e872e75 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/show_tail commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff changeset
16 </test>
4d280e872e75 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/show_tail commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff changeset
17 </tests>
4d280e872e75 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/show_tail commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff changeset
18 <help>
4d280e872e75 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/show_tail commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff changeset
19
4d280e872e75 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/show_tail commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff changeset
20 **What it does**
4d280e872e75 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/show_tail commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff changeset
21
4d280e872e75 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/show_tail commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff changeset
22 This tool outputs specified number of lines from the **end** of a dataset
4d280e872e75 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/show_tail commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff changeset
23
4d280e872e75 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/show_tail commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff changeset
24 -----
4d280e872e75 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/show_tail commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff changeset
25
4d280e872e75 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/show_tail commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff changeset
26 **Example**
4d280e872e75 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/show_tail commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff changeset
27
4d280e872e75 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/show_tail commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff changeset
28 - Input File::
4d280e872e75 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/show_tail commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff changeset
29
4d280e872e75 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/show_tail commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff changeset
30 chr7 57134 57154 D17003_CTCF_R7 356 -
4d280e872e75 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/show_tail commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff changeset
31 chr7 57247 57267 D17003_CTCF_R4 207 +
4d280e872e75 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/show_tail commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff changeset
32 chr7 57314 57334 D17003_CTCF_R5 269 +
4d280e872e75 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/show_tail commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff changeset
33 chr7 57341 57361 D17003_CTCF_R7 375 +
4d280e872e75 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/show_tail commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff changeset
34 chr7 57457 57477 D17003_CTCF_R3 188 +
4d280e872e75 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/show_tail commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff changeset
35
4d280e872e75 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/show_tail commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff changeset
36 - Show last two lines of above file. The result is::
4d280e872e75 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/show_tail commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff changeset
37
4d280e872e75 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/show_tail commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff changeset
38 chr7 57341 57361 D17003_CTCF_R7 375 +
4d280e872e75 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/show_tail commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff changeset
39 chr7 57457 57477 D17003_CTCF_R3 188 +
4d280e872e75 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/show_tail commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff changeset
40
4d280e872e75 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/show_tail commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff changeset
41 </help>
4d280e872e75 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/show_tail commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
devteam
parents:
diff changeset
42 </tool>