annotate chainswap.xml @ 0:6a7085c7777e draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_chainswap commit b01ca34a85a25cf8fd38bdc005dc2e00d33a2d17
author iuc
date Sun, 25 Jan 2026 16:17:31 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
6a7085c7777e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_chainswap commit b01ca34a85a25cf8fd38bdc005dc2e00d33a2d17
iuc
parents:
diff changeset
1 <tool id="ucsc_chainswap" name="chainSwap" version="@TOOL_VERSION@+galaxy0" profile="21.05" license="MIT">
6a7085c7777e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_chainswap commit b01ca34a85a25cf8fd38bdc005dc2e00d33a2d17
iuc
parents:
diff changeset
2 <description>
6a7085c7777e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_chainswap commit b01ca34a85a25cf8fd38bdc005dc2e00d33a2d17
iuc
parents:
diff changeset
3 Swap target and query in a chain.
6a7085c7777e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_chainswap commit b01ca34a85a25cf8fd38bdc005dc2e00d33a2d17
iuc
parents:
diff changeset
4 </description>
6a7085c7777e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_chainswap commit b01ca34a85a25cf8fd38bdc005dc2e00d33a2d17
iuc
parents:
diff changeset
5 <macros>
6a7085c7777e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_chainswap commit b01ca34a85a25cf8fd38bdc005dc2e00d33a2d17
iuc
parents:
diff changeset
6 <token name="@TOOL_VERSION@">482</token>
6a7085c7777e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_chainswap commit b01ca34a85a25cf8fd38bdc005dc2e00d33a2d17
iuc
parents:
diff changeset
7 </macros>
6a7085c7777e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_chainswap commit b01ca34a85a25cf8fd38bdc005dc2e00d33a2d17
iuc
parents:
diff changeset
8 <xrefs>
6a7085c7777e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_chainswap commit b01ca34a85a25cf8fd38bdc005dc2e00d33a2d17
iuc
parents:
diff changeset
9 <xref type="bio.tools">UCSC_Genome_Browser_Utilities</xref>
6a7085c7777e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_chainswap commit b01ca34a85a25cf8fd38bdc005dc2e00d33a2d17
iuc
parents:
diff changeset
10 </xrefs>
6a7085c7777e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_chainswap commit b01ca34a85a25cf8fd38bdc005dc2e00d33a2d17
iuc
parents:
diff changeset
11 <requirements>
6a7085c7777e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_chainswap commit b01ca34a85a25cf8fd38bdc005dc2e00d33a2d17
iuc
parents:
diff changeset
12 <requirement type="package" version="@TOOL_VERSION@">ucsc-chainswap</requirement>
6a7085c7777e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_chainswap commit b01ca34a85a25cf8fd38bdc005dc2e00d33a2d17
iuc
parents:
diff changeset
13 </requirements>
6a7085c7777e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_chainswap commit b01ca34a85a25cf8fd38bdc005dc2e00d33a2d17
iuc
parents:
diff changeset
14 <version_command><![CDATA[ echo "@TOOL_VERSION@" ]]></version_command>
6a7085c7777e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_chainswap commit b01ca34a85a25cf8fd38bdc005dc2e00d33a2d17
iuc
parents:
diff changeset
15 <command detect_errors="exit_code"><![CDATA[
6a7085c7777e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_chainswap commit b01ca34a85a25cf8fd38bdc005dc2e00d33a2d17
iuc
parents:
diff changeset
16 chainSwap
6a7085c7777e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_chainswap commit b01ca34a85a25cf8fd38bdc005dc2e00d33a2d17
iuc
parents:
diff changeset
17 '$in_chain'
6a7085c7777e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_chainswap commit b01ca34a85a25cf8fd38bdc005dc2e00d33a2d17
iuc
parents:
diff changeset
18 '$out'
6a7085c7777e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_chainswap commit b01ca34a85a25cf8fd38bdc005dc2e00d33a2d17
iuc
parents:
diff changeset
19 ]]></command>
6a7085c7777e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_chainswap commit b01ca34a85a25cf8fd38bdc005dc2e00d33a2d17
iuc
parents:
diff changeset
20 <inputs>
6a7085c7777e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_chainswap commit b01ca34a85a25cf8fd38bdc005dc2e00d33a2d17
iuc
parents:
diff changeset
21 <param name="in_chain" format="chain" type="data" label="chain dataset" help="" />
6a7085c7777e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_chainswap commit b01ca34a85a25cf8fd38bdc005dc2e00d33a2d17
iuc
parents:
diff changeset
22 </inputs>
6a7085c7777e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_chainswap commit b01ca34a85a25cf8fd38bdc005dc2e00d33a2d17
iuc
parents:
diff changeset
23 <outputs>
6a7085c7777e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_chainswap commit b01ca34a85a25cf8fd38bdc005dc2e00d33a2d17
iuc
parents:
diff changeset
24 <data name="out" format="chain" />
6a7085c7777e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_chainswap commit b01ca34a85a25cf8fd38bdc005dc2e00d33a2d17
iuc
parents:
diff changeset
25 </outputs>
6a7085c7777e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_chainswap commit b01ca34a85a25cf8fd38bdc005dc2e00d33a2d17
iuc
parents:
diff changeset
26 <tests>
6a7085c7777e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_chainswap commit b01ca34a85a25cf8fd38bdc005dc2e00d33a2d17
iuc
parents:
diff changeset
27 <test expect_num_outputs="1">
6a7085c7777e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_chainswap commit b01ca34a85a25cf8fd38bdc005dc2e00d33a2d17
iuc
parents:
diff changeset
28 <param name="in_chain" value="in.chain" />
6a7085c7777e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_chainswap commit b01ca34a85a25cf8fd38bdc005dc2e00d33a2d17
iuc
parents:
diff changeset
29 <output name="out" file="out.chain" />
6a7085c7777e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_chainswap commit b01ca34a85a25cf8fd38bdc005dc2e00d33a2d17
iuc
parents:
diff changeset
30 </test>
6a7085c7777e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_chainswap commit b01ca34a85a25cf8fd38bdc005dc2e00d33a2d17
iuc
parents:
diff changeset
31 </tests>
6a7085c7777e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_chainswap commit b01ca34a85a25cf8fd38bdc005dc2e00d33a2d17
iuc
parents:
diff changeset
32 <help><![CDATA[
6a7085c7777e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_chainswap commit b01ca34a85a25cf8fd38bdc005dc2e00d33a2d17
iuc
parents:
diff changeset
33 **What it does**
6a7085c7777e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_chainswap commit b01ca34a85a25cf8fd38bdc005dc2e00d33a2d17
iuc
parents:
diff changeset
34
6a7085c7777e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_chainswap commit b01ca34a85a25cf8fd38bdc005dc2e00d33a2d17
iuc
parents:
diff changeset
35 `chainSwap`_ is a tool to swap target with query in a `chain`_ file.
6a7085c7777e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_chainswap commit b01ca34a85a25cf8fd38bdc005dc2e00d33a2d17
iuc
parents:
diff changeset
36
6a7085c7777e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_chainswap commit b01ca34a85a25cf8fd38bdc005dc2e00d33a2d17
iuc
parents:
diff changeset
37 For implementation details see chainSwap's `source code`_.
6a7085c7777e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_chainswap commit b01ca34a85a25cf8fd38bdc005dc2e00d33a2d17
iuc
parents:
diff changeset
38
6a7085c7777e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_chainswap commit b01ca34a85a25cf8fd38bdc005dc2e00d33a2d17
iuc
parents:
diff changeset
39 .. _chainSwap: https://hgdownload.cse.ucsc.edu/admin/exe/linux.x86_64/FOOTER
6a7085c7777e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_chainswap commit b01ca34a85a25cf8fd38bdc005dc2e00d33a2d17
iuc
parents:
diff changeset
40 .. _chain: https://genome.ucsc.edu/goldenPath/help/chain.html
6a7085c7777e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_chainswap commit b01ca34a85a25cf8fd38bdc005dc2e00d33a2d17
iuc
parents:
diff changeset
41 .. _source code: https://github.com/ucscGenomeBrowser/kent/blob/0d2aae0eda9aad8255bced9aa142e457f1a25c5d/src/hg/mouseStuff/chainSwap/chainSwap.c
6a7085c7777e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_chainswap commit b01ca34a85a25cf8fd38bdc005dc2e00d33a2d17
iuc
parents:
diff changeset
42 ]]> </help>
6a7085c7777e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_chainswap commit b01ca34a85a25cf8fd38bdc005dc2e00d33a2d17
iuc
parents:
diff changeset
43 <citations>
6a7085c7777e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_chainswap commit b01ca34a85a25cf8fd38bdc005dc2e00d33a2d17
iuc
parents:
diff changeset
44 <citation type="doi">10.1093/bib/bbs038</citation>
6a7085c7777e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_chainswap commit b01ca34a85a25cf8fd38bdc005dc2e00d33a2d17
iuc
parents:
diff changeset
45 </citations>
6a7085c7777e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_chainswap commit b01ca34a85a25cf8fd38bdc005dc2e00d33a2d17
iuc
parents:
diff changeset
46 </tool>