annotate bam_to_bigwig/README.txt @ 1:2f3ae18f13ed

Uploaded
author g2cmnty@test-web1.g2.bx.psu.edu
date Tue, 21 Jun 2011 09:44:13 -0400
parents bc71417f212c
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 Convert a BAM file into a BigWig coverage file. This can be used directly from
bc71417f212c Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
2 Galaxy for display at UCSC. The advantage over standard Wiggle format is that
bc71417f212c Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
3 the data is stored in a compressed format and can be retrieved by genome
bc71417f212c Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
4 region. This allows you to view regions of arbitrarily large Wiggle file data
bc71417f212c Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
5 at UCSC while avoiding the upload costs.
bc71417f212c Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
6
bc71417f212c Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
7 The latest version of the bam_to_wiggle.py script is available at:
bc71417f212c Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
8
bc71417f212c Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
9 https://github.com/chapmanb/bcbb/blob/master/nextgen/scripts/bam_to_wiggle.py
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 Place the script in the same directory as the XML configuration file, or
bc71417f212c Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
12 provide a soft link to it.
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 This requires:
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 Python2, version 2.6 or better
bc71417f212c Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
17 pysam (http://code.google.com/p/pysam/)
bc71417f212c Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
18 wigToBigWig from UCSC (http://hgdownload.cse.ucsc.edu/admin/exe/)