annotate axttomaf.xml @ 1:a030255ee7eb draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/axttomaf commit 303002db06287fb25306020c4391626842f52162
author iuc
date Sun, 22 Sep 2024 07:25:16 +0000
parents 57053821bd4a
children 021202bf325f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
1 <tool id="ucsc_axtomaf" name="axtToMaf" version="@TOOL_VERSION@+galaxy0" profile="21.05" license="MIT">
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
2 <description>
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
3 Convert dataset from axt to MAF format
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
4 </description>
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
5 <macros>
1
a030255ee7eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/axttomaf commit 303002db06287fb25306020c4391626842f52162
iuc
parents: 0
diff changeset
6 <token name="@TOOL_VERSION@">469</token>
0
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
7 </macros>
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
8 <xrefs>
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
9 <xref type="bio.tools">UCSC_Genome_Browser_Utilities</xref>
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
10 </xrefs>
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
11 <requirements>
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
12 <requirement type="package" version="@TOOL_VERSION@">ucsc-axttomaf</requirement>
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
13 </requirements>
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
14 <version_command><![CDATA[ echo "@TOOL_VERSION@" ]]></version_command>
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
15 <command detect_errors="exit_code"><![CDATA[
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
16 axtToMaf
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
17 '$in_axt'
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
18 #if str( $target_reference_index_source.target_reference_index_source_selector ) == "history":
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
19 '${target_reference_index_source.in_tar_ref_index}'
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
20 #else:
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
21 '$target_reference_index_source.tar_ref_index_file.fields.path'
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
22 #end if
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
23 #if str( $query_reference_index_source.query_reference_index_source_selector ) == "history":
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
24 '${query_reference_index_source.in_que_ref_index}'
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
25 #else:
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
26 '$query_reference_index_source.que_ref_index_file.fields.path'
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
27 #end if
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
28 '$out'
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
29 ]]></command>
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
30 <inputs>
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
31 <param name="in_axt" format="axt" type="data" label="axt file" />
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
32
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
33 <conditional name="target_reference_index_source">
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
34 <param name="target_reference_index_source_selector" type="select" label="Choose the source for the target reference genome index">
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
35 <option value="cached">Built-in</option>
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
36 <option value="history">My history</option>
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
37 </param>
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
38 <when value="cached">
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
39 <param name="tar_ref_index_file" type="select" label="Using reference genome index">
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
40 <options from_data_table="fasta_indexes" />
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
41 </param>
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
42 </when>
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
43 <when value="history">
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
44 <param name="in_tar_ref_index" format="tabular" type="data" label="Dataset with chrom sizes for target sequence. Typically a '.fai' file." />
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
45 </when>
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
46 </conditional>
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
47
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
48 <conditional name="query_reference_index_source">
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
49 <param name="query_reference_index_source_selector" type="select" label="Choose the source for the target reference genome index">
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
50 <option value="cached">Built-in</option>
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
51 <option value="history">My history</option>
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
52 </param>
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
53 <when value="cached">
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
54 <param name="que_ref_index_file" type="select" label="Using reference genome index">
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
55 <options from_data_table="fasta_indexes" />
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
56 </param>
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
57 </when>
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
58 <when value="history">
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
59 <param name="in_que_ref_index" format="tabular" type="data" label="Dataset with chrom sizes for query sequence. Typically a '.fai' file." />
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
60 </when>
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
61 </conditional>
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
62
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
63 </inputs>
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
64 <outputs>
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
65 <data name="out" format="maf" />
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
66 </outputs>
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
67 <tests>
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
68 <test>
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
69 <param name="in_axt" value="1.axt"/>
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
70 <conditional name="target_reference_index_source">
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
71 <param name="target_reference_index_source_selector" value="history" />
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
72 <param name="in_tar_ref_index" value="hg38.fasta.fai"/>
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
73 </conditional>
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
74 <conditional name="query_reference_index_source">
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
75 <param name="query_reference_index_source_selector" value="history" />
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
76 <param name="in_que_ref_index" value="mm39.fasta.fai"/>
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
77 </conditional>
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
78 <output name="out" file="1.maf"/>
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
79 </test>
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
80 <test>
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
81 <param name="in_axt" value="1.axt"/>
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
82 <conditional name="target_reference_index_source">
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
83 <param name="target_reference_index_source_selector" value="cached" />
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
84 <param name="tar_ref_index_file" value="hg38"/>
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
85 </conditional>
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
86 <conditional name="query_reference_index_source">
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
87 <param name="query_reference_index_source_selector" value="cached" />
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
88 <param name="que_ref_index_file" value="mm39"/>
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
89 </conditional>
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
90 <output name="out" file="1.maf"/>
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
91 </test>
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
92 </tests>
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
93 <help><![CDATA[
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
94 **What it does**
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
95
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
96 `axtToMaf`_ is a tool to convert dataset from `axt format`_ to `MAF format`_.
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
97
1
a030255ee7eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/axttomaf commit 303002db06287fb25306020c4391626842f52162
iuc
parents: 0
diff changeset
98 For implementation details see axtToMaf's `source code`_.
a030255ee7eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/axttomaf commit 303002db06287fb25306020c4391626842f52162
iuc
parents: 0
diff changeset
99
0
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
100 .. _axtToMaf: http://hgdownload.cse.ucsc.edu/admin/exe/linux.x86_64/FOOTER.txt
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
101 .. _axt format: https://genome.ucsc.edu/goldenPath/help/axt.html
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
102 .. _MAF format: https://genome.ucsc.edu/FAQ/FAQformat.html#format5
1
a030255ee7eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/axttomaf commit 303002db06287fb25306020c4391626842f52162
iuc
parents: 0
diff changeset
103 .. _source code: https://github.com/ucscGenomeBrowser/kent/blob/master/src/hg/mouseStuff/axtToMaf/axtToMaf.c
0
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
104 ]]> </help>
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
105 <citations>
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
106 <citation type="doi">10.1093/bib/bbs038</citation>
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
107 </citations>
57053821bd4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
108 </tool>