annotate maftoaxt.xml @ 2:bb486fb0103d draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftoaxt commit 90f598156d927cb63d1666dc011a49286cd0c705
author iuc
date Wed, 09 Jul 2025 09:45:08 +0000
parents a6540beef35f
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
3a4256d4f079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/maftoaxt commit f12613ba8034a78d45054ec07a7cd6853dbb62aa
iuc
parents:
diff changeset
1 <tool id="maftoaxt" name="mafToAxt" version="@TOOL_VERSION@+galaxy0" profile="21.05" license="MIT">
3a4256d4f079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/maftoaxt commit f12613ba8034a78d45054ec07a7cd6853dbb62aa
iuc
parents:
diff changeset
2 <description>
3a4256d4f079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/maftoaxt commit f12613ba8034a78d45054ec07a7cd6853dbb62aa
iuc
parents:
diff changeset
3 Convert file from MAF to axt format
3a4256d4f079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/maftoaxt commit f12613ba8034a78d45054ec07a7cd6853dbb62aa
iuc
parents:
diff changeset
4 </description>
3a4256d4f079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/maftoaxt commit f12613ba8034a78d45054ec07a7cd6853dbb62aa
iuc
parents:
diff changeset
5 <macros>
2
bb486fb0103d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftoaxt commit 90f598156d927cb63d1666dc011a49286cd0c705
iuc
parents: 1
diff changeset
6 <token name="@TOOL_VERSION@">482</token>
0
3a4256d4f079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/maftoaxt commit f12613ba8034a78d45054ec07a7cd6853dbb62aa
iuc
parents:
diff changeset
7 </macros>
3a4256d4f079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/maftoaxt commit f12613ba8034a78d45054ec07a7cd6853dbb62aa
iuc
parents:
diff changeset
8 <xrefs>
3a4256d4f079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/maftoaxt commit f12613ba8034a78d45054ec07a7cd6853dbb62aa
iuc
parents:
diff changeset
9 <xref type="bio.tools">UCSC_Genome_Browser_Utilities</xref>
3a4256d4f079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/maftoaxt commit f12613ba8034a78d45054ec07a7cd6853dbb62aa
iuc
parents:
diff changeset
10 </xrefs>
3a4256d4f079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/maftoaxt commit f12613ba8034a78d45054ec07a7cd6853dbb62aa
iuc
parents:
diff changeset
11 <requirements>
3a4256d4f079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/maftoaxt commit f12613ba8034a78d45054ec07a7cd6853dbb62aa
iuc
parents:
diff changeset
12 <requirement type="package" version="@TOOL_VERSION@">ucsc-maftoaxt</requirement>
3a4256d4f079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/maftoaxt commit f12613ba8034a78d45054ec07a7cd6853dbb62aa
iuc
parents:
diff changeset
13 </requirements>
3a4256d4f079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/maftoaxt commit f12613ba8034a78d45054ec07a7cd6853dbb62aa
iuc
parents:
diff changeset
14 <version_command><![CDATA[ echo "@TOOL_VERSION@" ]]></version_command>
3a4256d4f079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/maftoaxt commit f12613ba8034a78d45054ec07a7cd6853dbb62aa
iuc
parents:
diff changeset
15 <command detect_errors="exit_code"><![CDATA[
3a4256d4f079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/maftoaxt commit f12613ba8034a78d45054ec07a7cd6853dbb62aa
iuc
parents:
diff changeset
16 mafToAxt
3a4256d4f079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/maftoaxt commit f12613ba8034a78d45054ec07a7cd6853dbb62aa
iuc
parents:
diff changeset
17 '$in_maf'
3a4256d4f079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/maftoaxt commit f12613ba8034a78d45054ec07a7cd6853dbb62aa
iuc
parents:
diff changeset
18 #if $tar_seq.tarSeq == "customTar"
3a4256d4f079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/maftoaxt commit f12613ba8034a78d45054ec07a7cd6853dbb62aa
iuc
parents:
diff changeset
19 '$tar_seq.targetSeq'
3a4256d4f079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/maftoaxt commit f12613ba8034a78d45054ec07a7cd6853dbb62aa
iuc
parents:
diff changeset
20 #else
3a4256d4f079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/maftoaxt commit f12613ba8034a78d45054ec07a7cd6853dbb62aa
iuc
parents:
diff changeset
21 first
3a4256d4f079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/maftoaxt commit f12613ba8034a78d45054ec07a7cd6853dbb62aa
iuc
parents:
diff changeset
22 #end if
3a4256d4f079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/maftoaxt commit f12613ba8034a78d45054ec07a7cd6853dbb62aa
iuc
parents:
diff changeset
23 '$querySeq'
3a4256d4f079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/maftoaxt commit f12613ba8034a78d45054ec07a7cd6853dbb62aa
iuc
parents:
diff changeset
24 '$out'
3a4256d4f079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/maftoaxt commit f12613ba8034a78d45054ec07a7cd6853dbb62aa
iuc
parents:
diff changeset
25 $stripDb
3a4256d4f079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/maftoaxt commit f12613ba8034a78d45054ec07a7cd6853dbb62aa
iuc
parents:
diff changeset
26 ]]></command>
3a4256d4f079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/maftoaxt commit f12613ba8034a78d45054ec07a7cd6853dbb62aa
iuc
parents:
diff changeset
27 <inputs>
1
a6540beef35f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftoaxt commit 303002db06287fb25306020c4391626842f52162
iuc
parents: 0
diff changeset
28 <param name="in_maf" format="maf" type="data" label="MAF dataset" />
0
3a4256d4f079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/maftoaxt commit f12613ba8034a78d45054ec07a7cd6853dbb62aa
iuc
parents:
diff changeset
29
3a4256d4f079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/maftoaxt commit f12613ba8034a78d45054ec07a7cd6853dbb62aa
iuc
parents:
diff changeset
30 <conditional name="tar_seq">
3a4256d4f079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/maftoaxt commit f12613ba8034a78d45054ec07a7cd6853dbb62aa
iuc
parents:
diff changeset
31 <param name="tarSeq" type="select" label="Select target sequence" optional="false" help="Which sequence from the MAF file should be used as the target sequence. ">
3a4256d4f079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/maftoaxt commit f12613ba8034a78d45054ec07a7cd6853dbb62aa
iuc
parents:
diff changeset
32 <option value="" selected="true">Use the first sequence of the block as the target</option>
3a4256d4f079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/maftoaxt commit f12613ba8034a78d45054ec07a7cd6853dbb62aa
iuc
parents:
diff changeset
33 <option value="customTar">Specify the target sequence by name</option>
3a4256d4f079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/maftoaxt commit f12613ba8034a78d45054ec07a7cd6853dbb62aa
iuc
parents:
diff changeset
34 </param>
3a4256d4f079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/maftoaxt commit f12613ba8034a78d45054ec07a7cd6853dbb62aa
iuc
parents:
diff changeset
35 <when value="customTar">
3a4256d4f079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/maftoaxt commit f12613ba8034a78d45054ec07a7cd6853dbb62aa
iuc
parents:
diff changeset
36 <param optional="false" name="targetSeq" type="text" label="Name of sequence that should be used as target sequence" help="Must be present in the MAF file." />
3a4256d4f079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/maftoaxt commit f12613ba8034a78d45054ec07a7cd6853dbb62aa
iuc
parents:
diff changeset
37 </when>
3a4256d4f079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/maftoaxt commit f12613ba8034a78d45054ec07a7cd6853dbb62aa
iuc
parents:
diff changeset
38 <when value="" />
3a4256d4f079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/maftoaxt commit f12613ba8034a78d45054ec07a7cd6853dbb62aa
iuc
parents:
diff changeset
39 </conditional>
3a4256d4f079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/maftoaxt commit f12613ba8034a78d45054ec07a7cd6853dbb62aa
iuc
parents:
diff changeset
40
3a4256d4f079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/maftoaxt commit f12613ba8034a78d45054ec07a7cd6853dbb62aa
iuc
parents:
diff changeset
41 <param name="querySeq" type="text" optional="false" label="Name of sequence that should be used as the query sequence" help="Must be present in the MAF file." />
3a4256d4f079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/maftoaxt commit f12613ba8034a78d45054ec07a7cd6853dbb62aa
iuc
parents:
diff changeset
42 <param argument="-stripDb" type="boolean" truevalue="-stripDb" falsevalue="" label="Strip names from start to the first period" help="'hg38.chr19' becomes 'chr19'" />
3a4256d4f079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/maftoaxt commit f12613ba8034a78d45054ec07a7cd6853dbb62aa
iuc
parents:
diff changeset
43
3a4256d4f079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/maftoaxt commit f12613ba8034a78d45054ec07a7cd6853dbb62aa
iuc
parents:
diff changeset
44 </inputs>
3a4256d4f079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/maftoaxt commit f12613ba8034a78d45054ec07a7cd6853dbb62aa
iuc
parents:
diff changeset
45 <outputs>
3a4256d4f079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/maftoaxt commit f12613ba8034a78d45054ec07a7cd6853dbb62aa
iuc
parents:
diff changeset
46 <data name="out" format="axt" />
3a4256d4f079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/maftoaxt commit f12613ba8034a78d45054ec07a7cd6853dbb62aa
iuc
parents:
diff changeset
47 </outputs>
3a4256d4f079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/maftoaxt commit f12613ba8034a78d45054ec07a7cd6853dbb62aa
iuc
parents:
diff changeset
48 <tests>
3a4256d4f079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/maftoaxt commit f12613ba8034a78d45054ec07a7cd6853dbb62aa
iuc
parents:
diff changeset
49 <test>
3a4256d4f079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/maftoaxt commit f12613ba8034a78d45054ec07a7cd6853dbb62aa
iuc
parents:
diff changeset
50 <param name="in_maf" value="1.maf"/>
3a4256d4f079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/maftoaxt commit f12613ba8034a78d45054ec07a7cd6853dbb62aa
iuc
parents:
diff changeset
51 <param name="querySeq" value="panTro1"/>
3a4256d4f079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/maftoaxt commit f12613ba8034a78d45054ec07a7cd6853dbb62aa
iuc
parents:
diff changeset
52 <output name="out" file="1.axt"/>
3a4256d4f079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/maftoaxt commit f12613ba8034a78d45054ec07a7cd6853dbb62aa
iuc
parents:
diff changeset
53 </test>
3a4256d4f079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/maftoaxt commit f12613ba8034a78d45054ec07a7cd6853dbb62aa
iuc
parents:
diff changeset
54 <test>
3a4256d4f079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/maftoaxt commit f12613ba8034a78d45054ec07a7cd6853dbb62aa
iuc
parents:
diff changeset
55 <param name="in_maf" value="1.maf"/>
3a4256d4f079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/maftoaxt commit f12613ba8034a78d45054ec07a7cd6853dbb62aa
iuc
parents:
diff changeset
56 <param name="tarSeq" value="customTar"/>
3a4256d4f079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/maftoaxt commit f12613ba8034a78d45054ec07a7cd6853dbb62aa
iuc
parents:
diff changeset
57 <param name="targetSeq" value="panTro1"/>
3a4256d4f079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/maftoaxt commit f12613ba8034a78d45054ec07a7cd6853dbb62aa
iuc
parents:
diff changeset
58 <param name="querySeq" value="rn3"/>
3a4256d4f079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/maftoaxt commit f12613ba8034a78d45054ec07a7cd6853dbb62aa
iuc
parents:
diff changeset
59 <output name="out" file="2.axt"/>
3a4256d4f079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/maftoaxt commit f12613ba8034a78d45054ec07a7cd6853dbb62aa
iuc
parents:
diff changeset
60 </test>
3a4256d4f079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/maftoaxt commit f12613ba8034a78d45054ec07a7cd6853dbb62aa
iuc
parents:
diff changeset
61 </tests>
3a4256d4f079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/maftoaxt commit f12613ba8034a78d45054ec07a7cd6853dbb62aa
iuc
parents:
diff changeset
62 <help><![CDATA[
3a4256d4f079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/maftoaxt commit f12613ba8034a78d45054ec07a7cd6853dbb62aa
iuc
parents:
diff changeset
63 **What it does**
3a4256d4f079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/maftoaxt commit f12613ba8034a78d45054ec07a7cd6853dbb62aa
iuc
parents:
diff changeset
64
1
a6540beef35f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftoaxt commit 303002db06287fb25306020c4391626842f52162
iuc
parents: 0
diff changeset
65 `mafToAxt`_ is a tool to convert `MAF`_ dataset to `axt`_ format. Depending on parameters and the number of alignments in the MAF file this can be a full conversion or data extraction.
a6540beef35f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftoaxt commit 303002db06287fb25306020c4391626842f52162
iuc
parents: 0
diff changeset
66
a6540beef35f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftoaxt commit 303002db06287fb25306020c4391626842f52162
iuc
parents: 0
diff changeset
67 For implementation details see mafToAxt's `source code`_.
0
3a4256d4f079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/maftoaxt commit f12613ba8034a78d45054ec07a7cd6853dbb62aa
iuc
parents:
diff changeset
68
3a4256d4f079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/maftoaxt commit f12613ba8034a78d45054ec07a7cd6853dbb62aa
iuc
parents:
diff changeset
69 .. _mafToAxt: http://hgdownload.cse.ucsc.edu/admin/exe/linux.x86_64/FOOTER.txt
1
a6540beef35f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftoaxt commit 303002db06287fb25306020c4391626842f52162
iuc
parents: 0
diff changeset
70 .. _axt: https://genome.ucsc.edu/goldenPath/help/axt.html
a6540beef35f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftoaxt commit 303002db06287fb25306020c4391626842f52162
iuc
parents: 0
diff changeset
71 .. _MAF: https://genome.ucsc.edu/FAQ/FAQformat.html#format5
a6540beef35f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftoaxt commit 303002db06287fb25306020c4391626842f52162
iuc
parents: 0
diff changeset
72 .. _source code: https://github.com/ucscGenomeBrowser/kent/blob/master/src/hg/mouseStuff/mafToAxt/mafToAxt.c
0
3a4256d4f079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/maftoaxt commit f12613ba8034a78d45054ec07a7cd6853dbb62aa
iuc
parents:
diff changeset
73 ]]> </help>
3a4256d4f079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/maftoaxt commit f12613ba8034a78d45054ec07a7cd6853dbb62aa
iuc
parents:
diff changeset
74 <citations>
3a4256d4f079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/maftoaxt commit f12613ba8034a78d45054ec07a7cd6853dbb62aa
iuc
parents:
diff changeset
75 <citation type="doi">10.1093/bib/bbs038</citation>
3a4256d4f079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/maftoaxt commit f12613ba8034a78d45054ec07a7cd6853dbb62aa
iuc
parents:
diff changeset
76 </citations>
3a4256d4f079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/maftoaxt commit f12613ba8034a78d45054ec07a7cd6853dbb62aa
iuc
parents:
diff changeset
77 </tool>