Mercurial > repos > iuc > crossmap_wig
annotate crossmap_wig.xml @ 10:754f70dd85ae draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 1b4c5b184b10336bca092cf347019c4368a7771c
| author | iuc |
|---|---|
| date | Wed, 09 Jul 2025 11:13:03 +0000 |
| parents | f7229c8445da |
| children |
| rev | line source |
|---|---|
|
7
282a658c6569
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit f436317e2f8d451621e297cfc474e43c20d60bb7"
iuc
parents:
3
diff
changeset
|
1 <tool id="crossmap_wig" name="CrossMap Wig" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.05"> |
|
0
0e6f675cea09
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff
changeset
|
2 <description>Convert genome coordinates or annotation files between genome assemblies</description> |
|
0e6f675cea09
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff
changeset
|
3 <macros> |
|
0e6f675cea09
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff
changeset
|
4 <import>macros.xml</import> |
|
0e6f675cea09
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff
changeset
|
5 </macros> |
|
0e6f675cea09
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff
changeset
|
6 <expand macro="requirements"/> |
|
0e6f675cea09
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff
changeset
|
7 <expand macro="stdio"/> |
|
0e6f675cea09
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff
changeset
|
8 <expand macro="version_command"/> |
|
0e6f675cea09
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff
changeset
|
9 <command><![CDATA[ |
|
9
f7229c8445da
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit ad4d739b4837dd61abc85614568d22f271f14568
iuc
parents:
7
diff
changeset
|
10 CrossMap wig |
|
1
81986a56b281
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit e365f2835488e73b870c73502c24ff23d28b76a5
iuc
parents:
0
diff
changeset
|
11 '${chain_source.input_chain}' |
|
81986a56b281
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit e365f2835488e73b870c73502c24ff23d28b76a5
iuc
parents:
0
diff
changeset
|
12 '${input}' |
|
3
8c26026e7ad9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 23fab16cd40acbd5b0e9d640ed3858040db7a622
iuc
parents:
2
diff
changeset
|
13 output |
|
0
0e6f675cea09
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff
changeset
|
14 ]]></command> |
|
0e6f675cea09
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff
changeset
|
15 <inputs> |
|
1
81986a56b281
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit e365f2835488e73b870c73502c24ff23d28b76a5
iuc
parents:
0
diff
changeset
|
16 <param name="input" type="data" format="wig" label="Wiggle file"/> |
|
9
f7229c8445da
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit ad4d739b4837dd61abc85614568d22f271f14568
iuc
parents:
7
diff
changeset
|
17 <expand macro="chain"/> |
|
0
0e6f675cea09
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff
changeset
|
18 </inputs> |
|
0e6f675cea09
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff
changeset
|
19 <outputs> |
|
9
f7229c8445da
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit ad4d739b4837dd61abc85614568d22f271f14568
iuc
parents:
7
diff
changeset
|
20 <data name="output" format="bigwig" label="${tool.name} on ${on_string}" from_work_dir="output.bw"/> |
|
f7229c8445da
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit ad4d739b4837dd61abc85614568d22f271f14568
iuc
parents:
7
diff
changeset
|
21 <data name="output2" format="bedgraph" label="${tool.name} (bedgraph) on ${on_string}" from_work_dir="output.sorted.bgr"/> |
|
0
0e6f675cea09
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff
changeset
|
22 </outputs> |
|
0e6f675cea09
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff
changeset
|
23 <tests> |
|
9
f7229c8445da
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit ad4d739b4837dd61abc85614568d22f271f14568
iuc
parents:
7
diff
changeset
|
24 <!-- WIG - Doesn't understand fixedStep --> |
|
0
0e6f675cea09
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff
changeset
|
25 <test> |
|
0e6f675cea09
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff
changeset
|
26 <param name="input" value="test_wig_01_input_a.wig" ftype="wig"/> |
|
1
81986a56b281
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit e365f2835488e73b870c73502c24ff23d28b76a5
iuc
parents:
0
diff
changeset
|
27 <param name="index_source" value="history"/> |
|
0
0e6f675cea09
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff
changeset
|
28 <param name="input_chain" value="aToB.over.chain" ftype="csv"/> |
|
0e6f675cea09
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff
changeset
|
29 <output name="output" file="test_wig_01_output_a.bw"/> |
|
0e6f675cea09
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff
changeset
|
30 <output name="output2" file="test_wig_01_output_a.sorted.bgr"/> |
|
0e6f675cea09
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff
changeset
|
31 </test> |
|
9
f7229c8445da
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit ad4d739b4837dd61abc85614568d22f271f14568
iuc
parents:
7
diff
changeset
|
32 <test> |
|
f7229c8445da
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit ad4d739b4837dd61abc85614568d22f271f14568
iuc
parents:
7
diff
changeset
|
33 <!-- cached reference genome --> |
|
f7229c8445da
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit ad4d739b4837dd61abc85614568d22f271f14568
iuc
parents:
7
diff
changeset
|
34 <param name="input" value="test_wig_01_input_a.wig" ftype="wig" dbkey="hg18"/> |
|
1
81986a56b281
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit e365f2835488e73b870c73502c24ff23d28b76a5
iuc
parents:
0
diff
changeset
|
35 <param name="index_source" value="cached"/> |
|
81986a56b281
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit e365f2835488e73b870c73502c24ff23d28b76a5
iuc
parents:
0
diff
changeset
|
36 <output name="output" file="test_wig_01_output_a.bw"/> |
|
81986a56b281
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit e365f2835488e73b870c73502c24ff23d28b76a5
iuc
parents:
0
diff
changeset
|
37 <output name="output2" file="test_wig_01_output_a.sorted.bgr"/> |
|
81986a56b281
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit e365f2835488e73b870c73502c24ff23d28b76a5
iuc
parents:
0
diff
changeset
|
38 </test> |
|
0
0e6f675cea09
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff
changeset
|
39 </tests> |
|
0e6f675cea09
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff
changeset
|
40 <help><![CDATA[ |
|
0e6f675cea09
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff
changeset
|
41 @HELP_GENERAL@ |
|
0e6f675cea09
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff
changeset
|
42 |
|
0e6f675cea09
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff
changeset
|
43 Wig |
|
0e6f675cea09
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff
changeset
|
44 --- |
|
0e6f675cea09
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff
changeset
|
45 |
|
1
81986a56b281
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit e365f2835488e73b870c73502c24ff23d28b76a5
iuc
parents:
0
diff
changeset
|
46 Input wiggle data can be in variableStep (for data with irregular |
|
81986a56b281
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit e365f2835488e73b870c73502c24ff23d28b76a5
iuc
parents:
0
diff
changeset
|
47 intervals) or fixedStep (for data with regular intervals). Regardless of |
|
81986a56b281
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit e365f2835488e73b870c73502c24ff23d28b76a5
iuc
parents:
0
diff
changeset
|
48 the input, the output will always in bedGraph format. bedGraph format is |
|
81986a56b281
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit e365f2835488e73b870c73502c24ff23d28b76a5
iuc
parents:
0
diff
changeset
|
49 similar to wiggle format and can be converted into BigWig format using UCSC |
|
81986a56b281
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit e365f2835488e73b870c73502c24ff23d28b76a5
iuc
parents:
0
diff
changeset
|
50 wigToBigWig tool. We export files in bedGraph because it is usually much |
|
81986a56b281
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit e365f2835488e73b870c73502c24ff23d28b76a5
iuc
parents:
0
diff
changeset
|
51 smaller than file in wiggle format, and more importantly, CrossMap |
|
81986a56b281
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit e365f2835488e73b870c73502c24ff23d28b76a5
iuc
parents:
0
diff
changeset
|
52 internally transforms wiggle into bedGraph to increase running speed. |
|
81986a56b281
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit e365f2835488e73b870c73502c24ff23d28b76a5
iuc
parents:
0
diff
changeset
|
53 ]]></help> |
|
0
0e6f675cea09
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff
changeset
|
54 <citations> |
|
0e6f675cea09
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff
changeset
|
55 <citation type="doi">10.1093/bioinformatics/btt730</citation> |
|
0e6f675cea09
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff
changeset
|
56 </citations> |
|
0e6f675cea09
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
diff
changeset
|
57 </tool> |
