Mercurial > repos > bgruening > bigwig_to_bedgraph
annotate bigwig_to_bedgraph.xml @ 0:3799012ce2ff draft default tip
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/bigwig_to_bedgraph commit b3c2bbc3342107c35a1dee05ccc1e4eddffd8a50-dirty
author | bgruening |
---|---|
date | Tue, 22 Sep 2015 04:12:40 -0400 |
parents | |
children |
rev | line source |
---|---|
0
3799012ce2ff
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/bigwig_to_bedgraph commit b3c2bbc3342107c35a1dee05ccc1e4eddffd8a50-dirty
bgruening
parents:
diff
changeset
|
1 <tool id="bigwig_to_bedgraph" name="bigWigToBedGraph" version="0.1.0"> |
3799012ce2ff
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/bigwig_to_bedgraph commit b3c2bbc3342107c35a1dee05ccc1e4eddffd8a50-dirty
bgruening
parents:
diff
changeset
|
2 <description> |
3799012ce2ff
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/bigwig_to_bedgraph commit b3c2bbc3342107c35a1dee05ccc1e4eddffd8a50-dirty
bgruening
parents:
diff
changeset
|
3 Convert from bigWig to bedGraph format |
3799012ce2ff
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/bigwig_to_bedgraph commit b3c2bbc3342107c35a1dee05ccc1e4eddffd8a50-dirty
bgruening
parents:
diff
changeset
|
4 </description> |
3799012ce2ff
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/bigwig_to_bedgraph commit b3c2bbc3342107c35a1dee05ccc1e4eddffd8a50-dirty
bgruening
parents:
diff
changeset
|
5 <requirements> |
3799012ce2ff
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/bigwig_to_bedgraph commit b3c2bbc3342107c35a1dee05ccc1e4eddffd8a50-dirty
bgruening
parents:
diff
changeset
|
6 <requirement type="package" version="312">ucsc_tools</requirement> |
3799012ce2ff
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/bigwig_to_bedgraph commit b3c2bbc3342107c35a1dee05ccc1e4eddffd8a50-dirty
bgruening
parents:
diff
changeset
|
7 </requirements> |
3799012ce2ff
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/bigwig_to_bedgraph commit b3c2bbc3342107c35a1dee05ccc1e4eddffd8a50-dirty
bgruening
parents:
diff
changeset
|
8 <stdio> |
3799012ce2ff
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/bigwig_to_bedgraph commit b3c2bbc3342107c35a1dee05ccc1e4eddffd8a50-dirty
bgruening
parents:
diff
changeset
|
9 <exit_code range="1:" /> |
3799012ce2ff
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/bigwig_to_bedgraph commit b3c2bbc3342107c35a1dee05ccc1e4eddffd8a50-dirty
bgruening
parents:
diff
changeset
|
10 </stdio> |
3799012ce2ff
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/bigwig_to_bedgraph commit b3c2bbc3342107c35a1dee05ccc1e4eddffd8a50-dirty
bgruening
parents:
diff
changeset
|
11 <command><![CDATA[ |
3799012ce2ff
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/bigwig_to_bedgraph commit b3c2bbc3342107c35a1dee05ccc1e4eddffd8a50-dirty
bgruening
parents:
diff
changeset
|
12 bigWigToBedGraph "${input}" "${output}" |
3799012ce2ff
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/bigwig_to_bedgraph commit b3c2bbc3342107c35a1dee05ccc1e4eddffd8a50-dirty
bgruening
parents:
diff
changeset
|
13 ]]></command> |
3799012ce2ff
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/bigwig_to_bedgraph commit b3c2bbc3342107c35a1dee05ccc1e4eddffd8a50-dirty
bgruening
parents:
diff
changeset
|
14 <inputs> |
3799012ce2ff
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/bigwig_to_bedgraph commit b3c2bbc3342107c35a1dee05ccc1e4eddffd8a50-dirty
bgruening
parents:
diff
changeset
|
15 <param format="bigwig" name="input" type="data" label="bigwig file to convert" help=""/> |
3799012ce2ff
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/bigwig_to_bedgraph commit b3c2bbc3342107c35a1dee05ccc1e4eddffd8a50-dirty
bgruening
parents:
diff
changeset
|
16 </inputs> |
3799012ce2ff
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/bigwig_to_bedgraph commit b3c2bbc3342107c35a1dee05ccc1e4eddffd8a50-dirty
bgruening
parents:
diff
changeset
|
17 <outputs> |
3799012ce2ff
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/bigwig_to_bedgraph commit b3c2bbc3342107c35a1dee05ccc1e4eddffd8a50-dirty
bgruening
parents:
diff
changeset
|
18 <data format="bedgraph" name="output" /> |
3799012ce2ff
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/bigwig_to_bedgraph commit b3c2bbc3342107c35a1dee05ccc1e4eddffd8a50-dirty
bgruening
parents:
diff
changeset
|
19 </outputs> |
3799012ce2ff
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/bigwig_to_bedgraph commit b3c2bbc3342107c35a1dee05ccc1e4eddffd8a50-dirty
bgruening
parents:
diff
changeset
|
20 <tests> |
3799012ce2ff
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/bigwig_to_bedgraph commit b3c2bbc3342107c35a1dee05ccc1e4eddffd8a50-dirty
bgruening
parents:
diff
changeset
|
21 <test> |
3799012ce2ff
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/bigwig_to_bedgraph commit b3c2bbc3342107c35a1dee05ccc1e4eddffd8a50-dirty
bgruening
parents:
diff
changeset
|
22 <param name="input" value="bigWigToBedGraph.bw" ftype="bigwig"/> |
3799012ce2ff
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/bigwig_to_bedgraph commit b3c2bbc3342107c35a1dee05ccc1e4eddffd8a50-dirty
bgruening
parents:
diff
changeset
|
23 <output name="output" file="bigWigToBedGraph_result1.bedgraph" ftype="bedgraph" /> |
3799012ce2ff
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/bigwig_to_bedgraph commit b3c2bbc3342107c35a1dee05ccc1e4eddffd8a50-dirty
bgruening
parents:
diff
changeset
|
24 </test> |
3799012ce2ff
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/bigwig_to_bedgraph commit b3c2bbc3342107c35a1dee05ccc1e4eddffd8a50-dirty
bgruening
parents:
diff
changeset
|
25 <test><!-- The following crashes on old binaries of bigWigToBedGraph --> |
3799012ce2ff
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/bigwig_to_bedgraph commit b3c2bbc3342107c35a1dee05ccc1e4eddffd8a50-dirty
bgruening
parents:
diff
changeset
|
26 <param name="input" value="bigWigToBedGraph_test2.bw" ftype="bigwig"/> |
3799012ce2ff
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/bigwig_to_bedgraph commit b3c2bbc3342107c35a1dee05ccc1e4eddffd8a50-dirty
bgruening
parents:
diff
changeset
|
27 <output name="output" file="bigWigToBedGraph_result2.bedgraph" ftype="bedgraph" /> |
3799012ce2ff
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/bigwig_to_bedgraph commit b3c2bbc3342107c35a1dee05ccc1e4eddffd8a50-dirty
bgruening
parents:
diff
changeset
|
28 </test> |
3799012ce2ff
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/bigwig_to_bedgraph commit b3c2bbc3342107c35a1dee05ccc1e4eddffd8a50-dirty
bgruening
parents:
diff
changeset
|
29 </tests> |
3799012ce2ff
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/bigwig_to_bedgraph commit b3c2bbc3342107c35a1dee05ccc1e4eddffd8a50-dirty
bgruening
parents:
diff
changeset
|
30 <help><![CDATA[ |
3799012ce2ff
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/bigwig_to_bedgraph commit b3c2bbc3342107c35a1dee05ccc1e4eddffd8a50-dirty
bgruening
parents:
diff
changeset
|
31 |
3799012ce2ff
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/bigwig_to_bedgraph commit b3c2bbc3342107c35a1dee05ccc1e4eddffd8a50-dirty
bgruening
parents:
diff
changeset
|
32 **What it does** |
3799012ce2ff
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/bigwig_to_bedgraph commit b3c2bbc3342107c35a1dee05ccc1e4eddffd8a50-dirty
bgruening
parents:
diff
changeset
|
33 |
3799012ce2ff
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/bigwig_to_bedgraph commit b3c2bbc3342107c35a1dee05ccc1e4eddffd8a50-dirty
bgruening
parents:
diff
changeset
|
34 Converts bigWig files to bedGraph format. |
3799012ce2ff
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/bigwig_to_bedgraph commit b3c2bbc3342107c35a1dee05ccc1e4eddffd8a50-dirty
bgruening
parents:
diff
changeset
|
35 |
3799012ce2ff
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/bigwig_to_bedgraph commit b3c2bbc3342107c35a1dee05ccc1e4eddffd8a50-dirty
bgruening
parents:
diff
changeset
|
36 ]]></help> |
3799012ce2ff
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/bigwig_to_bedgraph commit b3c2bbc3342107c35a1dee05ccc1e4eddffd8a50-dirty
bgruening
parents:
diff
changeset
|
37 </tool> |