annotate axtchain.xml @ 3:56132e3167a9 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_axtchain commit 420bba1b6a3ac4747a282f4c183fcd985a1a9075
author iuc
date Fri, 24 Oct 2025 17:46:18 +0000
parents 0ad4e20ecce4
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
56132e3167a9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_axtchain commit 420bba1b6a3ac4747a282f4c183fcd985a1a9075
iuc
parents: 2
diff changeset
1 <tool id="ucsc_axtchain" name="axtChain" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.05" license="MIT">
0
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
2 <description>
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
3 Chain together axt alignments
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
4 </description>
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
5 <macros>
3
56132e3167a9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_axtchain commit 420bba1b6a3ac4747a282f4c183fcd985a1a9075
iuc
parents: 2
diff changeset
6 <token name="@TOOL_VERSION@">482</token>
56132e3167a9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_axtchain commit 420bba1b6a3ac4747a282f4c183fcd985a1a9075
iuc
parents: 2
diff changeset
7 <token name="@VERSION_SUFFIX@">1</token>
0
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
8 </macros>
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
9 <xrefs>
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
10 <xref type="bio.tools">UCSC_Genome_Browser_Utilities</xref>
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
11 </xrefs>
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
12 <requirements>
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
13 <requirement type="package" version="@TOOL_VERSION@">ucsc-axtchain</requirement>
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
14 </requirements>
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
15 <version_command><![CDATA[ echo "@TOOL_VERSION@" ]]></version_command>
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
16 <command detect_errors="exit_code"><![CDATA[
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
17 axtChain
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
18 -faQ
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
19 -faT
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
20 #if $minScore
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
21 -minScore='$minScore'
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
22 #end if
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
23 #if $scoreScheme
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
24 -scoreScheme='$scoreScheme'
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
25 #end if
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
26 #if str($linear_gap_options.linear_gap) == "linear_gap_file"
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
27 -linearGap='${linear_gap_options.lineargap_input}'
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
28 #else
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
29 -linearGap=$linear_gap_options.linear_gap
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
30 #end if
3
56132e3167a9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_axtchain commit 420bba1b6a3ac4747a282f4c183fcd985a1a9075
iuc
parents: 2
diff changeset
31 <(gzip -cdfq '$in_axt')
0
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
32 '$in_target'
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
33 '$in_query'
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
34 '$out'
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
35 ]]></command>
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
36 <inputs>
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
37 <param name="in_axt" format="axt" type="data" label="Alignments" />
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
38 <param name="in_target" format="fasta" type="data" label="Target sequence" help="Make sure you are using the same name in both alignment and source sequence e.g. hg38.chr1"/>
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
39 <param name="in_query" format="fasta" type="data" label="Query sequence" help="Make sure you are using the same name in both alignment and source sequence e.g. mm39.chr1"/>
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
40
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
41 <conditional name="linear_gap_options">
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
42 <param label="Specify type of linear gap costs to use" name="linear_gap" type="select">
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
43 <option selected="true" value="loose">loose (chicken/human linear gap costs)</option>
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
44 <option value="medium">medium (mouse/human linear gap costs)</option>
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
45 <option value="linear_gap_file">Provide a dataset with linear gap costs</option>
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
46 </param>
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
47 <when value="medium" />
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
48 <when value="loose" />
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
49 <when value="linear_gap_file">
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
50 <param name="lineargap_input" type="data" format="tabular" label="Read the linear gap costs from" help="See help for a sample file"/>
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
51 </when>
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
52 </conditional>
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
53
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
54 <param argument="-minScore" type="integer" optional="true" label="Minimum score for chain" help="Default 1000" />
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
55 <param argument="-scoreScheme" type="data" format="tabular" optional="true" label="Read the scoring matrix from a blastz-format file" />
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
56 </inputs>
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
57 <outputs>
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
58 <data name="out" format="chain" />
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
59 </outputs>
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
60 <tests>
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
61 <test>
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
62 <param name="in_axt" value="hg38.chrM.mm39.chrM.axt" />
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
63 <param name="in_target" value="hg38.chrM.fasta" />
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
64 <param name="in_query" value="mm39.chrM.fasta" />
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
65 <conditional name="linear_gap_options">
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
66 <param name="linear_gap" value="medium" />
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
67 </conditional>
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
68 <output name="out" file="hg38.chrM.mm39.chrM.chain" />
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
69 </test>
3
56132e3167a9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_axtchain commit 420bba1b6a3ac4747a282f4c183fcd985a1a9075
iuc
parents: 2
diff changeset
70 <test>
56132e3167a9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_axtchain commit 420bba1b6a3ac4747a282f4c183fcd985a1a9075
iuc
parents: 2
diff changeset
71 <param name="in_axt" value="hg38.chrM.mm39.chrM.axt.gz" />
56132e3167a9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_axtchain commit 420bba1b6a3ac4747a282f4c183fcd985a1a9075
iuc
parents: 2
diff changeset
72 <param name="in_target" value="hg38.chrM.fasta" />
56132e3167a9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_axtchain commit 420bba1b6a3ac4747a282f4c183fcd985a1a9075
iuc
parents: 2
diff changeset
73 <param name="in_query" value="mm39.chrM.fasta" />
56132e3167a9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_axtchain commit 420bba1b6a3ac4747a282f4c183fcd985a1a9075
iuc
parents: 2
diff changeset
74 <conditional name="linear_gap_options">
56132e3167a9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_axtchain commit 420bba1b6a3ac4747a282f4c183fcd985a1a9075
iuc
parents: 2
diff changeset
75 <param name="linear_gap" value="medium" />
56132e3167a9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_axtchain commit 420bba1b6a3ac4747a282f4c183fcd985a1a9075
iuc
parents: 2
diff changeset
76 </conditional>
56132e3167a9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_axtchain commit 420bba1b6a3ac4747a282f4c183fcd985a1a9075
iuc
parents: 2
diff changeset
77 <output name="out" file="hg38.chrM.mm39.chrM.chain" />
56132e3167a9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/ucsc_axtchain commit 420bba1b6a3ac4747a282f4c183fcd985a1a9075
iuc
parents: 2
diff changeset
78 </test>
0
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
79 </tests>
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
80 <help><![CDATA[
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
81 **What it does**
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
82
1
5d9b51f7230a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/axtchain commit 303002db06287fb25306020c4391626842f52162
iuc
parents: 0
diff changeset
83 `axtChain`_ is a tool to chain together alignments in `axt`_ format. The `chain`_ format describes a pairwise alignment that allow gaps in both sequences simultaneously.
0
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
84
2
0ad4e20ecce4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/axtchain commit 27e5f0847b96c0fef7548d3606dd3958ebda7d1f
iuc
parents: 1
diff changeset
85 For implementation details see axtChain's `source code`_.
0
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
86
2
0ad4e20ecce4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/axtchain commit 27e5f0847b96c0fef7548d3606dd3958ebda7d1f
iuc
parents: 1
diff changeset
87 linearGap defaults:
0ad4e20ecce4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/axtchain commit 27e5f0847b96c0fef7548d3606dd3958ebda7d1f
iuc
parents: 1
diff changeset
88
0ad4e20ecce4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/axtchain commit 27e5f0847b96c0fef7548d3606dd3958ebda7d1f
iuc
parents: 1
diff changeset
89 loose::
0
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
90
2
0ad4e20ecce4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/axtchain commit 27e5f0847b96c0fef7548d3606dd3958ebda7d1f
iuc
parents: 1
diff changeset
91 tablesize 11
0ad4e20ecce4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/axtchain commit 27e5f0847b96c0fef7548d3606dd3958ebda7d1f
iuc
parents: 1
diff changeset
92 smallSize 111
0ad4e20ecce4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/axtchain commit 27e5f0847b96c0fef7548d3606dd3958ebda7d1f
iuc
parents: 1
diff changeset
93 position 1 2 3 11 111 2111 12111 32111 72111 152111 252111
0ad4e20ecce4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/axtchain commit 27e5f0847b96c0fef7548d3606dd3958ebda7d1f
iuc
parents: 1
diff changeset
94 qGap 325 360 400 450 600 1100 3600 7600 15600 31600 56600
0ad4e20ecce4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/axtchain commit 27e5f0847b96c0fef7548d3606dd3958ebda7d1f
iuc
parents: 1
diff changeset
95 tGap 325 360 400 450 600 1100 3600 7600 15600 31600 56600
0ad4e20ecce4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/axtchain commit 27e5f0847b96c0fef7548d3606dd3958ebda7d1f
iuc
parents: 1
diff changeset
96 bothGap 625 660 700 750 900 1400 4000 8000 16000 32000 57000
0
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
97
2
0ad4e20ecce4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/axtchain commit 27e5f0847b96c0fef7548d3606dd3958ebda7d1f
iuc
parents: 1
diff changeset
98 medium::
0ad4e20ecce4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/axtchain commit 27e5f0847b96c0fef7548d3606dd3958ebda7d1f
iuc
parents: 1
diff changeset
99
0ad4e20ecce4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/axtchain commit 27e5f0847b96c0fef7548d3606dd3958ebda7d1f
iuc
parents: 1
diff changeset
100 tableSize 11
0ad4e20ecce4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/axtchain commit 27e5f0847b96c0fef7548d3606dd3958ebda7d1f
iuc
parents: 1
diff changeset
101 smallSize 111
0ad4e20ecce4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/axtchain commit 27e5f0847b96c0fef7548d3606dd3958ebda7d1f
iuc
parents: 1
diff changeset
102 position 1 2 3 11 111 2111 12111 32111 72111 152111 252111
0ad4e20ecce4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/axtchain commit 27e5f0847b96c0fef7548d3606dd3958ebda7d1f
iuc
parents: 1
diff changeset
103 qGap 350 425 450 600 900 2900 22900 57900 117900 217900 317900
0ad4e20ecce4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/axtchain commit 27e5f0847b96c0fef7548d3606dd3958ebda7d1f
iuc
parents: 1
diff changeset
104 tGap 350 425 450 600 900 2900 22900 57900 117900 217900 317900
0ad4e20ecce4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/axtchain commit 27e5f0847b96c0fef7548d3606dd3958ebda7d1f
iuc
parents: 1
diff changeset
105 bothGap 750 825 850 1000 1300 3300 23300 58300 118300 218300 318300
0ad4e20ecce4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/axtchain commit 27e5f0847b96c0fef7548d3606dd3958ebda7d1f
iuc
parents: 1
diff changeset
106
0
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
107
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
108 .. _axtChain: http://hgdownload.cse.ucsc.edu/admin/exe/linux.x86_64/FOOTER.txt
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
109 .. _chain: https://genome.ucsc.edu/goldenPath/help/chain.html
1
5d9b51f7230a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/axtchain commit 303002db06287fb25306020c4391626842f52162
iuc
parents: 0
diff changeset
110 .. _axt: https://genome.ucsc.edu/goldenPath/help/axt.html
5d9b51f7230a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/axtchain commit 303002db06287fb25306020c4391626842f52162
iuc
parents: 0
diff changeset
111 .. _source code: https://github.com/ucscGenomeBrowser/kent/blob/master/src/hg/mouseStuff/axtChain/axtChain.c
0
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
112 ]]> </help>
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
113 <citations>
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
114 <citation type="doi">10.1093/bib/bbs038</citation>
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
115 </citations>
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
116 </tool>