Mercurial > repos > iuc > crossmap_region
annotate macros.xml @ 1:eb66d7a04bf8 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit e10d34b547557b2bd4f0be69e31204bd5703e422"
author | iuc |
---|---|
date | Thu, 20 Jan 2022 04:31:00 +0000 |
parents | 8635b6b8a8f2 |
children | a50ef4d58c90 |
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 <?xml version="1.0"?> |
8635b6b8a8f2
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit f436317e2f8d451621e297cfc474e43c20d60bb7"
iuc
parents:
diff
changeset
|
2 <macros> |
8635b6b8a8f2
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit f436317e2f8d451621e297cfc474e43c20d60bb7"
iuc
parents:
diff
changeset
|
3 <xml name="requirements"> |
8635b6b8a8f2
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit f436317e2f8d451621e297cfc474e43c20d60bb7"
iuc
parents:
diff
changeset
|
4 <requirements> |
8635b6b8a8f2
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit f436317e2f8d451621e297cfc474e43c20d60bb7"
iuc
parents:
diff
changeset
|
5 <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
|
6 <yield/> |
8635b6b8a8f2
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit f436317e2f8d451621e297cfc474e43c20d60bb7"
iuc
parents:
diff
changeset
|
7 </requirements> |
8635b6b8a8f2
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit f436317e2f8d451621e297cfc474e43c20d60bb7"
iuc
parents:
diff
changeset
|
8 </xml> |
1
eb66d7a04bf8
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit e10d34b547557b2bd4f0be69e31204bd5703e422"
iuc
parents:
0
diff
changeset
|
9 <token name="@TOOL_VERSION@">0.6.1</token> |
0
8635b6b8a8f2
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit f436317e2f8d451621e297cfc474e43c20d60bb7"
iuc
parents:
diff
changeset
|
10 <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
|
11 <xml name="stdio"> |
8635b6b8a8f2
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit f436317e2f8d451621e297cfc474e43c20d60bb7"
iuc
parents:
diff
changeset
|
12 <stdio> |
8635b6b8a8f2
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit f436317e2f8d451621e297cfc474e43c20d60bb7"
iuc
parents:
diff
changeset
|
13 <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
|
14 <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
|
15 <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
|
16 </stdio> |
8635b6b8a8f2
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit f436317e2f8d451621e297cfc474e43c20d60bb7"
iuc
parents:
diff
changeset
|
17 </xml> |
8635b6b8a8f2
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit f436317e2f8d451621e297cfc474e43c20d60bb7"
iuc
parents:
diff
changeset
|
18 <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
|
19 <version_command><![CDATA[ |
8635b6b8a8f2
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit f436317e2f8d451621e297cfc474e43c20d60bb7"
iuc
parents:
diff
changeset
|
20 CrossMap.py 2>&1 | head -n 1 | grep -E --only-matching 'CrossMap.*' |
8635b6b8a8f2
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit f436317e2f8d451621e297cfc474e43c20d60bb7"
iuc
parents:
diff
changeset
|
21 ]]></version_command> |
8635b6b8a8f2
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit f436317e2f8d451621e297cfc474e43c20d60bb7"
iuc
parents:
diff
changeset
|
22 </xml> |
8635b6b8a8f2
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit f436317e2f8d451621e297cfc474e43c20d60bb7"
iuc
parents:
diff
changeset
|
23 <xml name="chain"> |
8635b6b8a8f2
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit f436317e2f8d451621e297cfc474e43c20d60bb7"
iuc
parents:
diff
changeset
|
24 <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
|
25 <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
|
26 <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
|
27 <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
|
28 </param> |
8635b6b8a8f2
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit f436317e2f8d451621e297cfc474e43c20d60bb7"
iuc
parents:
diff
changeset
|
29 <when value="cached"> |
8635b6b8a8f2
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit f436317e2f8d451621e297cfc474e43c20d60bb7"
iuc
parents:
diff
changeset
|
30 <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
|
31 <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
|
32 <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
|
33 </options> |
8635b6b8a8f2
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit f436317e2f8d451621e297cfc474e43c20d60bb7"
iuc
parents:
diff
changeset
|
34 </param> |
8635b6b8a8f2
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit f436317e2f8d451621e297cfc474e43c20d60bb7"
iuc
parents:
diff
changeset
|
35 </when> |
8635b6b8a8f2
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit f436317e2f8d451621e297cfc474e43c20d60bb7"
iuc
parents:
diff
changeset
|
36 <when value="history"> |
8635b6b8a8f2
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit f436317e2f8d451621e297cfc474e43c20d60bb7"
iuc
parents:
diff
changeset
|
37 <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
|
38 </when> |
8635b6b8a8f2
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit f436317e2f8d451621e297cfc474e43c20d60bb7"
iuc
parents:
diff
changeset
|
39 </conditional> |
8635b6b8a8f2
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit f436317e2f8d451621e297cfc474e43c20d60bb7"
iuc
parents:
diff
changeset
|
40 </xml> |
8635b6b8a8f2
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit f436317e2f8d451621e297cfc474e43c20d60bb7"
iuc
parents:
diff
changeset
|
41 <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
|
42 CrossMap |
8635b6b8a8f2
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit f436317e2f8d451621e297cfc474e43c20d60bb7"
iuc
parents:
diff
changeset
|
43 -------- |
8635b6b8a8f2
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit f436317e2f8d451621e297cfc474e43c20d60bb7"
iuc
parents:
diff
changeset
|
44 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
|
45 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
|
46 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
|
47 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
|
48 </token> |
8635b6b8a8f2
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit f436317e2f8d451621e297cfc474e43c20d60bb7"
iuc
parents:
diff
changeset
|
49 </macros> |