annotate axttomaf.xml @ 0:8990ed3ff747 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
author iuc
date Tue, 27 Aug 2024 07:34:06 +0000
parents
children f063c97a7f8f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
8990ed3ff747 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">
8990ed3ff747 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
2 <description>
8990ed3ff747 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
8990ed3ff747 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
4 </description>
8990ed3ff747 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
5 <macros>
8990ed3ff747 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
6 <token name="@TOOL_VERSION@">377</token>
8990ed3ff747 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
7 </macros>
8990ed3ff747 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
8 <xrefs>
8990ed3ff747 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>
8990ed3ff747 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
10 </xrefs>
8990ed3ff747 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
11 <requirements>
8990ed3ff747 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>
8990ed3ff747 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
13 </requirements>
8990ed3ff747 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>
8990ed3ff747 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[
8990ed3ff747 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
16 axtToMaf
8990ed3ff747 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'
8990ed3ff747 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":
8990ed3ff747 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}'
8990ed3ff747 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
20 #else:
8990ed3ff747 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'
8990ed3ff747 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
8990ed3ff747 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":
8990ed3ff747 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}'
8990ed3ff747 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
25 #else:
8990ed3ff747 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'
8990ed3ff747 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
8990ed3ff747 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
28 '$out'
8990ed3ff747 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
29 ]]></command>
8990ed3ff747 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
30 <inputs>
8990ed3ff747 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" />
8990ed3ff747 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
32
8990ed3ff747 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">
8990ed3ff747 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">
8990ed3ff747 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>
8990ed3ff747 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>
8990ed3ff747 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
37 </param>
8990ed3ff747 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">
8990ed3ff747 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">
8990ed3ff747 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" />
8990ed3ff747 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
41 </param>
8990ed3ff747 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
42 </when>
8990ed3ff747 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">
8990ed3ff747 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." />
8990ed3ff747 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
45 </when>
8990ed3ff747 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
46 </conditional>
8990ed3ff747 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
47
8990ed3ff747 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">
8990ed3ff747 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">
8990ed3ff747 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>
8990ed3ff747 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>
8990ed3ff747 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
52 </param>
8990ed3ff747 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">
8990ed3ff747 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">
8990ed3ff747 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" />
8990ed3ff747 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
56 </param>
8990ed3ff747 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
57 </when>
8990ed3ff747 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">
8990ed3ff747 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." />
8990ed3ff747 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
60 </when>
8990ed3ff747 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
61 </conditional>
8990ed3ff747 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
62
8990ed3ff747 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
63 </inputs>
8990ed3ff747 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
64 <outputs>
8990ed3ff747 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" />
8990ed3ff747 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
66 </outputs>
8990ed3ff747 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
67 <tests>
8990ed3ff747 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
68 <test>
8990ed3ff747 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"/>
8990ed3ff747 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">
8990ed3ff747 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" />
8990ed3ff747 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"/>
8990ed3ff747 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
73 </conditional>
8990ed3ff747 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">
8990ed3ff747 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" />
8990ed3ff747 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"/>
8990ed3ff747 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
77 </conditional>
8990ed3ff747 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"/>
8990ed3ff747 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
79 </test>
8990ed3ff747 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
80 <test>
8990ed3ff747 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"/>
8990ed3ff747 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">
8990ed3ff747 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" />
8990ed3ff747 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"/>
8990ed3ff747 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
85 </conditional>
8990ed3ff747 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">
8990ed3ff747 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" />
8990ed3ff747 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"/>
8990ed3ff747 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
89 </conditional>
8990ed3ff747 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"/>
8990ed3ff747 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
91 </test>
8990ed3ff747 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
92 </tests>
8990ed3ff747 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[
8990ed3ff747 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**
8990ed3ff747 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
95
8990ed3ff747 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`_.
8990ed3ff747 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
97
8990ed3ff747 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
98 .. _axtToMaf: http://hgdownload.cse.ucsc.edu/admin/exe/linux.x86_64/FOOTER.txt
8990ed3ff747 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
99 .. _axt format: https://genome.ucsc.edu/goldenPath/help/axt.html
8990ed3ff747 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
100 .. _MAF format: https://genome.ucsc.edu/FAQ/FAQformat.html#format5
8990ed3ff747 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
101 ]]> </help>
8990ed3ff747 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
102 <citations>
8990ed3ff747 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
103 <citation type="doi">10.1093/bib/bbs038</citation>
8990ed3ff747 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
104 </citations>
8990ed3ff747 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/axttomaf commit 329ba037aa5b42a4fcaf0641d588e3600a1ab8dc
iuc
parents:
diff changeset
105 </tool>