annotate bigwig_to_wig.xml @ 0:ee2fbee916f7 draft

planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/bigwig_to_wig commit 5baa8e0a6a2bf65e58972c19b636ff4789c25b56
author artbio
date Tue, 25 Sep 2018 17:41:20 -0400
parents
children ac8ea1ca115d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
ee2fbee916f7 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/bigwig_to_wig commit 5baa8e0a6a2bf65e58972c19b636ff4789c25b56
artbio
parents:
diff changeset
1 <tool id="bigwig_to_wig" name="BigWig to Wig" version="2.0.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[
ee2fbee916f7 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/bigwig_to_wig commit 5baa8e0a6a2bf65e58972c19b636ff4789c25b56
artbio
parents:
diff changeset
11 sh $__tool_directory__/bigwig_to_wig.sh -f $input -b $bin_size -l $mylab > $output
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" />
ee2fbee916f7 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/bigwig_to_wig commit 5baa8e0a6a2bf65e58972c19b636ff4789c25b56
artbio
parents:
diff changeset
26 <output name="output" file="1.wig" />
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" />
ee2fbee916f7 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/bigwig_to_wig commit 5baa8e0a6a2bf65e58972c19b636ff4789c25b56
artbio
parents:
diff changeset
32 <output name="output" file="2.wig" />
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>