annotate netchainsubset.xml @ 0:6d5ab8d81db2 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_netchainsubset commit 203061071dae562277de62b43680fc9bae853f35
author iuc
date Wed, 14 Jan 2026 09:16:58 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
6d5ab8d81db2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_netchainsubset commit 203061071dae562277de62b43680fc9bae853f35
iuc
parents:
diff changeset
1 <tool id="ucsc_netchainsubset" name="netChainSubset" version="@TOOL_VERSION@+galaxy0" profile="21.05" license="MIT">
6d5ab8d81db2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_netchainsubset commit 203061071dae562277de62b43680fc9bae853f35
iuc
parents:
diff changeset
2 <description>
6d5ab8d81db2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_netchainsubset commit 203061071dae562277de62b43680fc9bae853f35
iuc
parents:
diff changeset
3 Create chain file with subset of chains that appear in the net
6d5ab8d81db2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_netchainsubset commit 203061071dae562277de62b43680fc9bae853f35
iuc
parents:
diff changeset
4 </description>
6d5ab8d81db2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_netchainsubset commit 203061071dae562277de62b43680fc9bae853f35
iuc
parents:
diff changeset
5 <macros>
6d5ab8d81db2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_netchainsubset commit 203061071dae562277de62b43680fc9bae853f35
iuc
parents:
diff changeset
6 <token name="@TOOL_VERSION@">482</token>
6d5ab8d81db2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_netchainsubset commit 203061071dae562277de62b43680fc9bae853f35
iuc
parents:
diff changeset
7 </macros>
6d5ab8d81db2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_netchainsubset commit 203061071dae562277de62b43680fc9bae853f35
iuc
parents:
diff changeset
8 <xrefs>
6d5ab8d81db2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_netchainsubset commit 203061071dae562277de62b43680fc9bae853f35
iuc
parents:
diff changeset
9 <xref type="bio.tools">UCSC_Genome_Browser_Utilities</xref>
6d5ab8d81db2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_netchainsubset commit 203061071dae562277de62b43680fc9bae853f35
iuc
parents:
diff changeset
10 </xrefs>
6d5ab8d81db2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_netchainsubset commit 203061071dae562277de62b43680fc9bae853f35
iuc
parents:
diff changeset
11 <requirements>
6d5ab8d81db2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_netchainsubset commit 203061071dae562277de62b43680fc9bae853f35
iuc
parents:
diff changeset
12 <requirement type="package" version="@TOOL_VERSION@">ucsc-netchainsubset</requirement>
6d5ab8d81db2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_netchainsubset commit 203061071dae562277de62b43680fc9bae853f35
iuc
parents:
diff changeset
13 </requirements>
6d5ab8d81db2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_netchainsubset commit 203061071dae562277de62b43680fc9bae853f35
iuc
parents:
diff changeset
14 <version_command><![CDATA[ echo "@TOOL_VERSION@" ]]></version_command>
6d5ab8d81db2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_netchainsubset commit 203061071dae562277de62b43680fc9bae853f35
iuc
parents:
diff changeset
15 <command detect_errors="exit_code"><![CDATA[
6d5ab8d81db2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_netchainsubset commit 203061071dae562277de62b43680fc9bae853f35
iuc
parents:
diff changeset
16 netChainSubset
6d5ab8d81db2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_netchainsubset commit 203061071dae562277de62b43680fc9bae853f35
iuc
parents:
diff changeset
17 '$in_net'
6d5ab8d81db2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_netchainsubset commit 203061071dae562277de62b43680fc9bae853f35
iuc
parents:
diff changeset
18 '$in_chain'
6d5ab8d81db2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_netchainsubset commit 203061071dae562277de62b43680fc9bae853f35
iuc
parents:
diff changeset
19 '$out'
6d5ab8d81db2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_netchainsubset commit 203061071dae562277de62b43680fc9bae853f35
iuc
parents:
diff changeset
20 $splitOnInsert
6d5ab8d81db2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_netchainsubset commit 203061071dae562277de62b43680fc9bae853f35
iuc
parents:
diff changeset
21 $wholeChains
6d5ab8d81db2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_netchainsubset commit 203061071dae562277de62b43680fc9bae853f35
iuc
parents:
diff changeset
22 $skipMissing
6d5ab8d81db2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_netchainsubset commit 203061071dae562277de62b43680fc9bae853f35
iuc
parents:
diff changeset
23 ]]></command>
6d5ab8d81db2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_netchainsubset commit 203061071dae562277de62b43680fc9bae853f35
iuc
parents:
diff changeset
24 <inputs>
6d5ab8d81db2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_netchainsubset commit 203061071dae562277de62b43680fc9bae853f35
iuc
parents:
diff changeset
25 <param name="in_net" format="ucsc.net" type="data" label="net dataset" help="" />
6d5ab8d81db2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_netchainsubset commit 203061071dae562277de62b43680fc9bae853f35
iuc
parents:
diff changeset
26 <param name="in_chain" format="chain" type="data" label="chain dataset" help="" />
6d5ab8d81db2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_netchainsubset commit 203061071dae562277de62b43680fc9bae853f35
iuc
parents:
diff changeset
27 <param argument="-splitOnInsert" type="boolean" optional="true" truevalue="-splitOnInsert" falsevalue="" label="Split on insert" help="Split chain when get an insertion of another chain." />
6d5ab8d81db2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_netchainsubset commit 203061071dae562277de62b43680fc9bae853f35
iuc
parents:
diff changeset
28 <param argument="-wholeChains" type="boolean" optional="true" truevalue="-wholeChains" falsevalue="" label="Whole chains" help="Write entire chain references by net, don't split when a high-level net is encoundered. This is useful when nets have been filtered." />
6d5ab8d81db2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_netchainsubset commit 203061071dae562277de62b43680fc9bae853f35
iuc
parents:
diff changeset
29 <param argument="-skipMissing" type="boolean" optional="true" truevalue="-skipMissing" falsevalue="" label="Skip missing chains" help="Skip chains that are not found instead of generating an error. Useful if chains have been filtered." />
6d5ab8d81db2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_netchainsubset commit 203061071dae562277de62b43680fc9bae853f35
iuc
parents:
diff changeset
30 </inputs>
6d5ab8d81db2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_netchainsubset commit 203061071dae562277de62b43680fc9bae853f35
iuc
parents:
diff changeset
31 <outputs>
6d5ab8d81db2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_netchainsubset commit 203061071dae562277de62b43680fc9bae853f35
iuc
parents:
diff changeset
32 <data name="out" format="chain" />
6d5ab8d81db2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_netchainsubset commit 203061071dae562277de62b43680fc9bae853f35
iuc
parents:
diff changeset
33 </outputs>
6d5ab8d81db2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_netchainsubset commit 203061071dae562277de62b43680fc9bae853f35
iuc
parents:
diff changeset
34 <tests>
6d5ab8d81db2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_netchainsubset commit 203061071dae562277de62b43680fc9bae853f35
iuc
parents:
diff changeset
35 <test expect_num_outputs="1">
6d5ab8d81db2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_netchainsubset commit 203061071dae562277de62b43680fc9bae853f35
iuc
parents:
diff changeset
36 <param name="in_net" value="target.net" />
6d5ab8d81db2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_netchainsubset commit 203061071dae562277de62b43680fc9bae853f35
iuc
parents:
diff changeset
37 <param name="in_chain" value="in.chain" />
6d5ab8d81db2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_netchainsubset commit 203061071dae562277de62b43680fc9bae853f35
iuc
parents:
diff changeset
38 <output name="out" file="out.chain" />
6d5ab8d81db2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_netchainsubset commit 203061071dae562277de62b43680fc9bae853f35
iuc
parents:
diff changeset
39 </test>
6d5ab8d81db2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_netchainsubset commit 203061071dae562277de62b43680fc9bae853f35
iuc
parents:
diff changeset
40 </tests>
6d5ab8d81db2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_netchainsubset commit 203061071dae562277de62b43680fc9bae853f35
iuc
parents:
diff changeset
41 <help><![CDATA[
6d5ab8d81db2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_netchainsubset commit 203061071dae562277de62b43680fc9bae853f35
iuc
parents:
diff changeset
42 **What it does**
6d5ab8d81db2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_netchainsubset commit 203061071dae562277de62b43680fc9bae853f35
iuc
parents:
diff changeset
43
6d5ab8d81db2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_netchainsubset commit 203061071dae562277de62b43680fc9bae853f35
iuc
parents:
diff changeset
44 `netChainSubset`_ is a tool to create a `chain`_ file with subset of chains that appear in the net.
6d5ab8d81db2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_netchainsubset commit 203061071dae562277de62b43680fc9bae853f35
iuc
parents:
diff changeset
45 This process creates so called `liftOver`_ file used to convert coordinates between asesemblies.
6d5ab8d81db2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_netchainsubset commit 203061071dae562277de62b43680fc9bae853f35
iuc
parents:
diff changeset
46
6d5ab8d81db2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_netchainsubset commit 203061071dae562277de62b43680fc9bae853f35
iuc
parents:
diff changeset
47 For implementation details see netChainSubset's `source code`_.
6d5ab8d81db2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_netchainsubset commit 203061071dae562277de62b43680fc9bae853f35
iuc
parents:
diff changeset
48
6d5ab8d81db2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_netchainsubset commit 203061071dae562277de62b43680fc9bae853f35
iuc
parents:
diff changeset
49 .. _netChainSubset: https://hgdownload.cse.ucsc.edu/admin/exe/linux.x86_64/FOOTER
6d5ab8d81db2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_netchainsubset commit 203061071dae562277de62b43680fc9bae853f35
iuc
parents:
diff changeset
50 .. _net: https://genome.ucsc.edu/goldenPath/help/net.html
6d5ab8d81db2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_netchainsubset commit 203061071dae562277de62b43680fc9bae853f35
iuc
parents:
diff changeset
51 .. _chain: https://genome.ucsc.edu/goldenPath/help/chain.html
6d5ab8d81db2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_netchainsubset commit 203061071dae562277de62b43680fc9bae853f35
iuc
parents:
diff changeset
52 .. _liftOver: https://genome.ucsc.edu/goldenPath/help/hgTracksHelp.html#Liftover
6d5ab8d81db2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_netchainsubset commit 203061071dae562277de62b43680fc9bae853f35
iuc
parents:
diff changeset
53 .. _source code: https://github.com/ucscGenomeBrowser/kent/blob/151a59e4e7526124ff096019c6c4052f0a900711/src/hg/mouseStuff/netChainSubset/netChainSubset.c
6d5ab8d81db2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_netchainsubset commit 203061071dae562277de62b43680fc9bae853f35
iuc
parents:
diff changeset
54 ]]> </help>
6d5ab8d81db2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_netchainsubset commit 203061071dae562277de62b43680fc9bae853f35
iuc
parents:
diff changeset
55 <citations>
6d5ab8d81db2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_netchainsubset commit 203061071dae562277de62b43680fc9bae853f35
iuc
parents:
diff changeset
56 <citation type="doi">10.1093/bib/bbs038</citation>
6d5ab8d81db2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_netchainsubset commit 203061071dae562277de62b43680fc9bae853f35
iuc
parents:
diff changeset
57 </citations>
6d5ab8d81db2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_netchainsubset commit 203061071dae562277de62b43680fc9bae853f35
iuc
parents:
diff changeset
58 </tool>