Mercurial > repos > bjoern-gruening > bismark
comparison bismark_wrapper/README @ 1:183de9d00131 draft
add indices.loc files
author | bjoern-gruening |
---|---|
date | Tue, 25 Dec 2012 05:52:28 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
0:36d124f44c0a | 1:183de9d00131 |
---|---|
1 Bismark uses Bowtie or Bowtie2 to map the reads. | |
2 Create your reference index with bismark_genome_preparation in your | |
3 normal Bowtie2/Botwie index directory. | |
4 bismark_genome_preparation will create a Bisulfite_Genome folder directly in | |
5 your Bowtie2/Bowtie index directory. If you follow that approach you do not | |
6 need to specify or modify an extra *.loc file. | |
7 That wrapper will extract the path to the Bisulfite_Genome folder from | |
8 ./tool-data/bowtie2_indices.loc or ./tool-data/bowtie_indices.loc. |