Mercurial > repos > artbio > bigwig_to_wig
annotate bigwig_to_wig.xml @ 1:ac8ea1ca115d draft default tip
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/main/tools/bigwig_to_wig commit 85bdb086a4aa403465844a0b10399440b31b65a7
author | artbio |
---|---|
date | Fri, 06 Oct 2023 00:19:35 +0000 |
parents | ee2fbee916f7 |
children |
rev | line source |
---|---|
1
ac8ea1ca115d
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/main/tools/bigwig_to_wig commit 85bdb086a4aa403465844a0b10399440b31b65a7
artbio
parents:
0
diff
changeset
|
1 <tool id="bigwig_to_wig" name="BigWig to Wig" version="@VERSION@"> |
0
ee2fbee916f7
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/bigwig_to_wig commit 5baa8e0a6a2bf65e58972c19b636ff4789c25b56
artbio
parents:
diff
changeset
|
2 <description>converter</description> |
ee2fbee916f7
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/bigwig_to_wig commit 5baa8e0a6a2bf65e58972c19b636ff4789c25b56
artbio
parents:
diff
changeset
|
3 <macros> |
ee2fbee916f7
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/bigwig_to_wig commit 5baa8e0a6a2bf65e58972c19b636ff4789c25b56
artbio
parents:
diff
changeset
|
4 <import>macros.xml</import> |
ee2fbee916f7
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/bigwig_to_wig commit 5baa8e0a6a2bf65e58972c19b636ff4789c25b56
artbio
parents:
diff
changeset
|
5 </macros> |
ee2fbee916f7
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/bigwig_to_wig commit 5baa8e0a6a2bf65e58972c19b636ff4789c25b56
artbio
parents:
diff
changeset
|
6 <expand macro="requirements"/> |
ee2fbee916f7
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/bigwig_to_wig commit 5baa8e0a6a2bf65e58972c19b636ff4789c25b56
artbio
parents:
diff
changeset
|
7 <stdio> |
ee2fbee916f7
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/bigwig_to_wig commit 5baa8e0a6a2bf65e58972c19b636ff4789c25b56
artbio
parents:
diff
changeset
|
8 <exit_code range="1:" level="fatal" description="Tool exception" /> |
ee2fbee916f7
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/bigwig_to_wig commit 5baa8e0a6a2bf65e58972c19b636ff4789c25b56
artbio
parents:
diff
changeset
|
9 </stdio> |
ee2fbee916f7
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/bigwig_to_wig commit 5baa8e0a6a2bf65e58972c19b636ff4789c25b56
artbio
parents:
diff
changeset
|
10 <command detect_errors="exit_code"><![CDATA[ |
1
ac8ea1ca115d
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/main/tools/bigwig_to_wig commit 85bdb086a4aa403465844a0b10399440b31b65a7
artbio
parents:
0
diff
changeset
|
11 bash $__tool_directory__/bigwig_to_wig.sh -f $input -b $bin_size -l $mylab > $output |
0
ee2fbee916f7
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/bigwig_to_wig commit 5baa8e0a6a2bf65e58972c19b636ff4789c25b56
artbio
parents:
diff
changeset
|
12 ]]></command> |
ee2fbee916f7
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/bigwig_to_wig commit 5baa8e0a6a2bf65e58972c19b636ff4789c25b56
artbio
parents:
diff
changeset
|
13 <inputs> |
ee2fbee916f7
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/bigwig_to_wig commit 5baa8e0a6a2bf65e58972c19b636ff4789c25b56
artbio
parents:
diff
changeset
|
14 <param name="input" format="bigwig" type="data" label="BigWig file to convert" /> |
ee2fbee916f7
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/bigwig_to_wig commit 5baa8e0a6a2bf65e58972c19b636ff4789c25b56
artbio
parents:
diff
changeset
|
15 <param name="bin_size" size="4" type="integer" value="500" label="Bin size" help="Choose the resolution (in bp) of your wig file. Must be an even integer > 100." /> |
ee2fbee916f7
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/bigwig_to_wig commit 5baa8e0a6a2bf65e58972c19b636ff4789c25b56
artbio
parents:
diff
changeset
|
16 <param name="mylab" type="text" value="wiggle_file" label="Output file prefix" help="" /> |
ee2fbee916f7
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/bigwig_to_wig commit 5baa8e0a6a2bf65e58972c19b636ff4789c25b56
artbio
parents:
diff
changeset
|
17 </inputs> |
ee2fbee916f7
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/bigwig_to_wig commit 5baa8e0a6a2bf65e58972c19b636ff4789c25b56
artbio
parents:
diff
changeset
|
18 <outputs> |
ee2fbee916f7
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/bigwig_to_wig commit 5baa8e0a6a2bf65e58972c19b636ff4789c25b56
artbio
parents:
diff
changeset
|
19 <data format="wig" name="output" label="${mylab}_density_bin${bin_size}.wig" /> |
ee2fbee916f7
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/bigwig_to_wig commit 5baa8e0a6a2bf65e58972c19b636ff4789c25b56
artbio
parents:
diff
changeset
|
20 </outputs> |
ee2fbee916f7
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/bigwig_to_wig commit 5baa8e0a6a2bf65e58972c19b636ff4789c25b56
artbio
parents:
diff
changeset
|
21 <tests> |
ee2fbee916f7
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/bigwig_to_wig commit 5baa8e0a6a2bf65e58972c19b636ff4789c25b56
artbio
parents:
diff
changeset
|
22 <test> |
ee2fbee916f7
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/bigwig_to_wig commit 5baa8e0a6a2bf65e58972c19b636ff4789c25b56
artbio
parents:
diff
changeset
|
23 <param name="input" value="1.bigwig" /> |
ee2fbee916f7
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/bigwig_to_wig commit 5baa8e0a6a2bf65e58972c19b636ff4789c25b56
artbio
parents:
diff
changeset
|
24 <param name="bin_size" value="500" /> |
ee2fbee916f7
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/bigwig_to_wig commit 5baa8e0a6a2bf65e58972c19b636ff4789c25b56
artbio
parents:
diff
changeset
|
25 <param name="mylab" value="wiggle_file" /> |
1
ac8ea1ca115d
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/main/tools/bigwig_to_wig commit 85bdb086a4aa403465844a0b10399440b31b65a7
artbio
parents:
0
diff
changeset
|
26 <output name="output" file="1.wig" compare="sim_size" /> |
0
ee2fbee916f7
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/bigwig_to_wig commit 5baa8e0a6a2bf65e58972c19b636ff4789c25b56
artbio
parents:
diff
changeset
|
27 </test> |
ee2fbee916f7
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/bigwig_to_wig commit 5baa8e0a6a2bf65e58972c19b636ff4789c25b56
artbio
parents:
diff
changeset
|
28 <test> |
ee2fbee916f7
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/bigwig_to_wig commit 5baa8e0a6a2bf65e58972c19b636ff4789c25b56
artbio
parents:
diff
changeset
|
29 <param name="input" value="2.bigwig" /> |
ee2fbee916f7
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/bigwig_to_wig commit 5baa8e0a6a2bf65e58972c19b636ff4789c25b56
artbio
parents:
diff
changeset
|
30 <param name="bin_size" value="2000" /> |
ee2fbee916f7
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/bigwig_to_wig commit 5baa8e0a6a2bf65e58972c19b636ff4789c25b56
artbio
parents:
diff
changeset
|
31 <param name="mylab" value="wiggle_file" /> |
1
ac8ea1ca115d
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/main/tools/bigwig_to_wig commit 85bdb086a4aa403465844a0b10399440b31b65a7
artbio
parents:
0
diff
changeset
|
32 <output name="output" file="2.wig" compare="sim_size" /> |
0
ee2fbee916f7
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/bigwig_to_wig commit 5baa8e0a6a2bf65e58972c19b636ff4789c25b56
artbio
parents:
diff
changeset
|
33 </test> |
ee2fbee916f7
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/bigwig_to_wig commit 5baa8e0a6a2bf65e58972c19b636ff4789c25b56
artbio
parents:
diff
changeset
|
34 </tests> |
ee2fbee916f7
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/bigwig_to_wig commit 5baa8e0a6a2bf65e58972c19b636ff4789c25b56
artbio
parents:
diff
changeset
|
35 <help><![CDATA[ |
ee2fbee916f7
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/bigwig_to_wig commit 5baa8e0a6a2bf65e58972c19b636ff4789c25b56
artbio
parents:
diff
changeset
|
36 |
ee2fbee916f7
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/bigwig_to_wig commit 5baa8e0a6a2bf65e58972c19b636ff4789c25b56
artbio
parents:
diff
changeset
|
37 @HELP_CONTENT@ |
ee2fbee916f7
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/bigwig_to_wig commit 5baa8e0a6a2bf65e58972c19b636ff4789c25b56
artbio
parents:
diff
changeset
|
38 |
ee2fbee916f7
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/bigwig_to_wig commit 5baa8e0a6a2bf65e58972c19b636ff4789c25b56
artbio
parents:
diff
changeset
|
39 @TOOL_ATTRIBUTION@ |
ee2fbee916f7
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/bigwig_to_wig commit 5baa8e0a6a2bf65e58972c19b636ff4789c25b56
artbio
parents:
diff
changeset
|
40 |
ee2fbee916f7
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/bigwig_to_wig commit 5baa8e0a6a2bf65e58972c19b636ff4789c25b56
artbio
parents:
diff
changeset
|
41 ]]></help> |
ee2fbee916f7
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/bigwig_to_wig commit 5baa8e0a6a2bf65e58972c19b636ff4789c25b56
artbio
parents:
diff
changeset
|
42 <expand macro="citation"/> |
ee2fbee916f7
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/bigwig_to_wig commit 5baa8e0a6a2bf65e58972c19b636ff4789c25b56
artbio
parents:
diff
changeset
|
43 </tool> |