annotate README @ 5:5b40b93ebae3 default tip

Added advanced settings
author Lance Parsons <lparsons@princeton.edu>
date Wed, 24 Aug 2011 16:44:28 -0400
parents b8525303b945
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
b4f96d5456b3 Uploaded initial version
lparsons
parents:
diff changeset
1 Galaxy tool wrapper to generate BigWig coverage files from BAM files. BigWig
b4f96d5456b3 Uploaded initial version
lparsons
parents:
diff changeset
2 files can be displaye at UCSC directly from Galaxy. Allows user to split gapped
b4f96d5456b3 Uploaded initial version
lparsons
parents:
diff changeset
3 reads (particularly useful for RNA-Seq with large splice regions).
b4f96d5456b3 Uploaded initial version
lparsons
parents:
diff changeset
4
b4f96d5456b3 Uploaded initial version
lparsons
parents:
diff changeset
5 Requirements
b4f96d5456b3 Uploaded initial version
lparsons
parents:
diff changeset
6 ------------
2
ed97c3e7e0bd Clarified use of sam_fa_indices.loc file in README
Lance Parsons <lparsons@princeton.edu>
parents: 0
diff changeset
7 genomeCoverageBed - part of BedTools (http://code.google.com/p/bedtools/)
ed97c3e7e0bd Clarified use of sam_fa_indices.loc file in README
Lance Parsons <lparsons@princeton.edu>
parents: 0
diff changeset
8 bedGraphToBigWig - from UCSC (http://hgdownload.cse.ucsc.edu/admin/exe/)
ed97c3e7e0bd Clarified use of sam_fa_indices.loc file in README
Lance Parsons <lparsons@princeton.edu>
parents: 0
diff changeset
9
ed97c3e7e0bd Clarified use of sam_fa_indices.loc file in README
Lance Parsons <lparsons@princeton.edu>
parents: 0
diff changeset
10 This tool also uses the samtools fai fasta index files stored in Galaxy's shared
ed97c3e7e0bd Clarified use of sam_fa_indices.loc file in README
Lance Parsons <lparsons@princeton.edu>
parents: 0
diff changeset
11 tool data directory. A sample version of this file is included for completeness.
0
b4f96d5456b3 Uploaded initial version
lparsons
parents:
diff changeset
12
b4f96d5456b3 Uploaded initial version
lparsons
parents:
diff changeset
13 Installation
b4f96d5456b3 Uploaded initial version
lparsons
parents:
diff changeset
14 ------------
b4f96d5456b3 Uploaded initial version
lparsons
parents:
diff changeset
15
b4f96d5456b3 Uploaded initial version
lparsons
parents:
diff changeset
16 1 - Install genomeCoverageBed and bedGraphToBigWig and make sure they in the PATH
b4f96d5456b3 Uploaded initial version
lparsons
parents:
diff changeset
17 2 - Copy bam_to_bigwig.xml to $GALAXY_HOME/tools/bam_to_bigwig
b4f96d5456b3 Uploaded initial version
lparsons
parents:
diff changeset
18 3 - Add the tool to the $GALAXY_HOME/tool_conf.xml tool-registry file