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