Mercurial > repos > lparsons > bam_to_bigwig
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 |
rev | line source |
---|---|
0 | 1 Galaxy tool wrapper to generate BigWig coverage files from BAM files. BigWig |
2 files can be displaye at UCSC directly from Galaxy. Allows user to split gapped | |
3 reads (particularly useful for RNA-Seq with large splice regions). | |
4 | |
5 Requirements | |
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 | 12 |
13 Installation | |
14 ------------ | |
15 | |
16 1 - Install genomeCoverageBed and bedGraphToBigWig and make sure they in the PATH | |
17 2 - Copy bam_to_bigwig.xml to $GALAXY_HOME/tools/bam_to_bigwig | |
18 3 - Add the tool to the $GALAXY_HOME/tool_conf.xml tool-registry file |