Mercurial > repos > iuc > ucsc_axtchain
annotate axtchain.xml @ 0:ac3bae00a350 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
author | iuc |
---|---|
date | Mon, 26 Aug 2024 17:34:26 +0000 |
parents | |
children | 54a6fb045aea |
rev | line source |
---|---|
0
ac3bae00a350
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"> |
ac3bae00a350
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff
changeset
|
2 <description> |
ac3bae00a350
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 |
ac3bae00a350
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff
changeset
|
4 </description> |
ac3bae00a350
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff
changeset
|
5 <macros> |
ac3bae00a350
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff
changeset
|
6 <token name="@TOOL_VERSION@">455</token> |
ac3bae00a350
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff
changeset
|
7 </macros> |
ac3bae00a350
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff
changeset
|
8 <xrefs> |
ac3bae00a350
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> |
ac3bae00a350
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff
changeset
|
10 </xrefs> |
ac3bae00a350
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff
changeset
|
11 <requirements> |
ac3bae00a350
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> |
ac3bae00a350
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff
changeset
|
13 </requirements> |
ac3bae00a350
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> |
ac3bae00a350
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[ |
ac3bae00a350
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff
changeset
|
16 axtChain |
ac3bae00a350
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff
changeset
|
17 -faQ |
ac3bae00a350
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff
changeset
|
18 -faT |
ac3bae00a350
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 |
ac3bae00a350
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' |
ac3bae00a350
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 |
ac3bae00a350
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 |
ac3bae00a350
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' |
ac3bae00a350
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 |
ac3bae00a350
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" |
ac3bae00a350
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}' |
ac3bae00a350
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff
changeset
|
27 #else |
ac3bae00a350
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 |
ac3bae00a350
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 |
ac3bae00a350
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' |
ac3bae00a350
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' |
ac3bae00a350
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' |
ac3bae00a350
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff
changeset
|
33 '$out' |
ac3bae00a350
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff
changeset
|
34 ]]></command> |
ac3bae00a350
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff
changeset
|
35 <inputs> |
ac3bae00a350
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" /> |
ac3bae00a350
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"/> |
ac3bae00a350
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"/> |
ac3bae00a350
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff
changeset
|
39 |
ac3bae00a350
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"> |
ac3bae00a350
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"> |
ac3bae00a350
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> |
ac3bae00a350
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> |
ac3bae00a350
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> |
ac3bae00a350
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff
changeset
|
45 </param> |
ac3bae00a350
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" /> |
ac3bae00a350
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" /> |
ac3bae00a350
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"> |
ac3bae00a350
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"/> |
ac3bae00a350
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff
changeset
|
50 </when> |
ac3bae00a350
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff
changeset
|
51 </conditional> |
ac3bae00a350
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff
changeset
|
52 |
ac3bae00a350
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" /> |
ac3bae00a350
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" /> |
ac3bae00a350
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff
changeset
|
55 </inputs> |
ac3bae00a350
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff
changeset
|
56 <outputs> |
ac3bae00a350
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" /> |
ac3bae00a350
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff
changeset
|
58 </outputs> |
ac3bae00a350
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff
changeset
|
59 <tests> |
ac3bae00a350
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff
changeset
|
60 <test> |
ac3bae00a350
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" /> |
ac3bae00a350
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" /> |
ac3bae00a350
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" /> |
ac3bae00a350
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"> |
ac3bae00a350
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" /> |
ac3bae00a350
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff
changeset
|
66 </conditional> |
ac3bae00a350
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" /> |
ac3bae00a350
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff
changeset
|
68 </test> |
ac3bae00a350
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff
changeset
|
69 </tests> |
ac3bae00a350
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[ |
ac3bae00a350
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** |
ac3bae00a350
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff
changeset
|
72 |
ac3bae00a350
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff
changeset
|
73 `axtChain`_ is a tool to chain together alignments. The `chain`_ format describes a pairwise alignment that allow gaps in both sequences simultaneously. |
ac3bae00a350
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff
changeset
|
74 |
ac3bae00a350
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff
changeset
|
75 |
ac3bae00a350
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff
changeset
|
76 sample linearGap file (loose):: |
ac3bae00a350
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff
changeset
|
77 |
ac3bae00a350
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff
changeset
|
78 tablesize 11 |
ac3bae00a350
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff
changeset
|
79 smallSize 111 |
ac3bae00a350
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff
changeset
|
80 position 1 2 3 11 111 2111 12111 32111 72111 152111 252111 |
ac3bae00a350
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff
changeset
|
81 qGap 325 360 400 450 600 1100 3600 7600 15600 31600 56600 |
ac3bae00a350
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff
changeset
|
82 tGap 325 360 400 450 600 1100 3600 7600 15600 31600 56600 |
ac3bae00a350
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff
changeset
|
83 bothGap 625 660 700 750 900 1400 4000 8000 16000 32000 57000 |
ac3bae00a350
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff
changeset
|
84 |
ac3bae00a350
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff
changeset
|
85 |
ac3bae00a350
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff
changeset
|
86 .. _axtChain: http://hgdownload.cse.ucsc.edu/admin/exe/linux.x86_64/FOOTER.txt |
ac3bae00a350
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff
changeset
|
87 .. _chain: https://genome.ucsc.edu/goldenPath/help/chain.html |
ac3bae00a350
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff
changeset
|
88 ]]> </help> |
ac3bae00a350
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff
changeset
|
89 <citations> |
ac3bae00a350
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff
changeset
|
90 <citation type="doi">10.1093/bib/bbs038</citation> |
ac3bae00a350
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff
changeset
|
91 </citations> |
ac3bae00a350
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axtchain commit b20df9521808e2519d001b390545667368111964
iuc
parents:
diff
changeset
|
92 </tool> |