comparison 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
comparison
equal deleted inserted replaced
-1:000000000000 0:6a7085c7777e
1 <tool id="ucsc_chainswap" name="chainSwap" version="@TOOL_VERSION@+galaxy0" profile="21.05" license="MIT">
2 <description>
3 Swap target and query in a chain.
4 </description>
5 <macros>
6 <token name="@TOOL_VERSION@">482</token>
7 </macros>
8 <xrefs>
9 <xref type="bio.tools">UCSC_Genome_Browser_Utilities</xref>
10 </xrefs>
11 <requirements>
12 <requirement type="package" version="@TOOL_VERSION@">ucsc-chainswap</requirement>
13 </requirements>
14 <version_command><![CDATA[ echo "@TOOL_VERSION@" ]]></version_command>
15 <command detect_errors="exit_code"><![CDATA[
16 chainSwap
17 '$in_chain'
18 '$out'
19 ]]></command>
20 <inputs>
21 <param name="in_chain" format="chain" type="data" label="chain dataset" help="" />
22 </inputs>
23 <outputs>
24 <data name="out" format="chain" />
25 </outputs>
26 <tests>
27 <test expect_num_outputs="1">
28 <param name="in_chain" value="in.chain" />
29 <output name="out" file="out.chain" />
30 </test>
31 </tests>
32 <help><![CDATA[
33 **What it does**
34
35 `chainSwap`_ is a tool to swap target with query in a `chain`_ file.
36
37 For implementation details see chainSwap's `source code`_.
38
39 .. _chainSwap: https://hgdownload.cse.ucsc.edu/admin/exe/linux.x86_64/FOOTER
40 .. _chain: https://genome.ucsc.edu/goldenPath/help/chain.html
41 .. _source code: https://github.com/ucscGenomeBrowser/kent/blob/0d2aae0eda9aad8255bced9aa142e457f1a25c5d/src/hg/mouseStuff/chainSwap/chainSwap.c
42 ]]> </help>
43 <citations>
44 <citation type="doi">10.1093/bib/bbs038</citation>
45 </citations>
46 </tool>