annotate axtchain.xml @ 2:0ad4e20ecce4 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/axtchain commit 27e5f0847b96c0fef7548d3606dd3958ebda7d1f
author iuc
date Thu, 26 Sep 2024 16:52:16 +0000
parents 5d9b51f7230a
children 56132e3167a9
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
1 <tool id="ucsc_axtchain" name="axtChain" version="@TOOL_VERSION@+galaxy0" profile="21.05" license="MIT">
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>
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
6 <token name="@TOOL_VERSION@">469</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
7 </macros>
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
8 <xrefs>
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
9 <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
10 </xrefs>
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
11 <requirements>
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
12 <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
13 </requirements>
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
14 <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
15 <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
16 axtChain
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
17 -faQ
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
18 -faT
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
19 #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
20 -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
21 #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
22 #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
23 -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
24 #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
25 #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
26 -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
27 #else
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
28 -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
29 #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
30 '$in_axt'
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
31 '$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
32 '$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
33 '$out'
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
34 ]]></command>
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
35 <inputs>
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
36 <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
37 <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
38 <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
39
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
40 <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
41 <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
42 <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
43 <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
44 <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
45 </param>
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
46 <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
47 <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
48 <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
49 <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
50 </when>
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
51 </conditional>
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
52
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
53 <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
54 <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
55 </inputs>
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
56 <outputs>
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
57 <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
58 </outputs>
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
59 <tests>
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
60 <test>
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
61 <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
62 <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
63 <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
64 <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
65 <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
66 </conditional>
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
67 <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
68 </test>
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
69 </tests>
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
70 <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
71 **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
72
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
73 `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
74
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
75 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
76
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
77 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
78
0ad4e20ecce4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/axtchain commit 27e5f0847b96c0fef7548d3606dd3958ebda7d1f
iuc
parents: 1
diff changeset
79 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
80
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
81 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
82 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
83 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
84 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
85 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
86 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
87
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
88 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
89
0ad4e20ecce4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/axtchain commit 27e5f0847b96c0fef7548d3606dd3958ebda7d1f
iuc
parents: 1
diff changeset
90 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
91 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
92 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
93 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
94 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
95 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
96
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
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
98 .. _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
99 .. _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
100 .. _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
101 .. _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
102 ]]> </help>
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
103 <citations>
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
104 <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
105 </citations>
7c25f4e9f358 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff changeset
106 </tool>