annotate macros.xml @ 7:cdbdce00f5f6 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit ce9efed8c15240a269107ff356aeb18b52eb383f"
author iuc
date Wed, 30 Sep 2020 14:00:40 +0000
parents 91efc13d3ec1
children f4a70882a71b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
bc72094f7ce9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff changeset
1 <?xml version="1.0"?>
bc72094f7ce9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff changeset
2 <macros>
bc72094f7ce9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff changeset
3 <xml name="requirements">
bc72094f7ce9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff changeset
4 <requirements>
5
e6c68525e9ee "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 2dbcf8154aff86b27a1dd535407d20168c4ef697"
iuc
parents: 4
diff changeset
5 <requirement type="package" version="@TOOL_VERSION@">crossmap</requirement>
0
bc72094f7ce9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff changeset
6 <yield/>
bc72094f7ce9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff changeset
7 </requirements>
bc72094f7ce9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff changeset
8 </xml>
5
e6c68525e9ee "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 2dbcf8154aff86b27a1dd535407d20168c4ef697"
iuc
parents: 4
diff changeset
9 <token name="@TOOL_VERSION@">0.3.7</token>
7
cdbdce00f5f6 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit ce9efed8c15240a269107ff356aeb18b52eb383f"
iuc
parents: 6
diff changeset
10 <token name="@WRAPPER_VERSION@">@TOOL_VERSION@+galaxy1</token>
0
bc72094f7ce9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff changeset
11 <xml name="stdio">
bc72094f7ce9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff changeset
12 <stdio>
bc72094f7ce9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff changeset
13 <regex match="Aborted (core dumped)" source="stdout" level="fatal"/>
bc72094f7ce9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff changeset
14 <regex match=".*" source="both" level="log"/>
bc72094f7ce9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff changeset
15 <exit_code range="1:"/>
bc72094f7ce9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff changeset
16 </stdio>
bc72094f7ce9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff changeset
17 </xml>
bc72094f7ce9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff changeset
18 <xml name="version_command">
2
79f9e32b380b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit e365f2835488e73b870c73502c24ff23d28b76a5
iuc
parents: 1
diff changeset
19 <version_command><![CDATA[
79f9e32b380b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit e365f2835488e73b870c73502c24ff23d28b76a5
iuc
parents: 1
diff changeset
20 CrossMap.py 2>&1 | head -n 1 | grep -E --only-matching 'CrossMap.*'
79f9e32b380b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit e365f2835488e73b870c73502c24ff23d28b76a5
iuc
parents: 1
diff changeset
21 ]]></version_command>
0
bc72094f7ce9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff changeset
22 </xml>
bc72094f7ce9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff changeset
23 <xml name="chain">
bc72094f7ce9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff changeset
24 <conditional name="chain_source">
bc72094f7ce9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff changeset
25 <param name="index_source" type="select" label="Source for LiftOver Data (chain file)">
bc72094f7ce9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff changeset
26 <option value="cached">Local data (in galaxy)</option>
bc72094f7ce9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff changeset
27 <option value="history">From History</option>
bc72094f7ce9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff changeset
28 </param>
bc72094f7ce9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff changeset
29 <when value="cached">
bc72094f7ce9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff changeset
30 <param name="input_chain" type="select" label="Lift Over To">
2
79f9e32b380b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit e365f2835488e73b870c73502c24ff23d28b76a5
iuc
parents: 1
diff changeset
31 <options from_data_table="liftOver">
6
91efc13d3ec1 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 851f81495c875ac09d936537ffd2b32e6af2c8c5"
iuc
parents: 5
diff changeset
32 <filter type="data_meta" ref="input" key="dbkey" column="dbkey"/>
0
bc72094f7ce9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff changeset
33 </options>
bc72094f7ce9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff changeset
34 </param>
bc72094f7ce9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff changeset
35 </when>
bc72094f7ce9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff changeset
36 <when value="history">
7
cdbdce00f5f6 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit ce9efed8c15240a269107ff356aeb18b52eb383f"
iuc
parents: 6
diff changeset
37 <param name="input_chain" type="data" format="txt" label="LiftOver chain file"/>
0
bc72094f7ce9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff changeset
38 </when>
bc72094f7ce9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff changeset
39 </conditional>
bc72094f7ce9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff changeset
40 </xml>
bc72094f7ce9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff changeset
41 <token name="@HELP_GENERAL@">
bc72094f7ce9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff changeset
42 CrossMap
bc72094f7ce9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff changeset
43 --------
bc72094f7ce9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff changeset
44 CrossMap is versatile tool to convert genome coordinates or annotation files between genome
bc72094f7ce9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff changeset
45 assemblies. It supports mostly commonly used file types, including BAM, BED,BigWig, GFF,
bc72094f7ce9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff changeset
46 GTF, SAM, Wiggle, and VCF formats. For large plain text file types, such as BED, GFF, GTF
bc72094f7ce9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff changeset
47 and VCF, reading from remote servers and file compression are supported.
bc72094f7ce9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff changeset
48 </token>
bc72094f7ce9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff changeset
49 </macros>