annotate bam_to_bigwig/bam_to_bigwig.xml @ 0:bc71417f212c

Uploaded
author g2cmnty@test-web1.g2.bx.psu.edu
date Fri, 17 Jun 2011 15:25:25 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
bc71417f212c Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
1 <tool id="bam_to_bigwig" name="BAM to BigWig" version="0.0.2">
bc71417f212c Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
2 <description>Calculates coverage from a BAM alignment file</description>
bc71417f212c Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
3 <command interpreter="python">bam_to_wiggle.py $align --outfile=$out</command>
bc71417f212c Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
4 <inputs>
bc71417f212c Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
5 <param format="bam" name="align" type="data" label="BAM alignment file"/>
bc71417f212c Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
6 </inputs>
bc71417f212c Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
7 <outputs>
bc71417f212c Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
8 <data format="bigwig" name="out" />
bc71417f212c Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
9 </outputs>
bc71417f212c Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
10
bc71417f212c Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
11 <help>
bc71417f212c Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
12 **What it does**
bc71417f212c Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
13
bc71417f212c Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
14 Creates a coverage file in BigWig format, given a BAM alignment file.
bc71417f212c Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
15
bc71417f212c Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
16 **Input**
bc71417f212c Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
17
bc71417f212c Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
18 A BAM alignment file. This needs to have the genome database build used in alignment annotated. If your file has '?' for the database build, click on the pencil icon to edit the alignment attributes, and specify the organism used to align against.
bc71417f212c Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
19
bc71417f212c Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
20 **Output**
bc71417f212c Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
21
bc71417f212c Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
22 BigWig files can be loaded directly from Galaxy into the UCSC browser. They can be loaded incrementally by UCSC, so a single file can be used to represent the entire genome without having to upload the entire thing as a custom track.
bc71417f212c Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
23 </help>
bc71417f212c Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
24
bc71417f212c Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
25 </tool>