Mercurial > repos > bjoern-gruening > bismark
comparison README @ 4:427fb56f2e41 draft default tip
- new options
- fixes
author | bjoern-gruening |
---|---|
date | Fri, 01 Mar 2013 13:39:22 -0500 |
parents | 36d124f44c0a |
children |
comparison
equal
deleted
inserted
replaced
3:7eefe5d6eecd | 4:427fb56f2e41 |
---|---|
1 Bismark uses Bowtie or Bowtie2 to map the reads. | 1 Bismark uses Bowtie or Bowtie2 to map the reads. |
2 Create your reference index with bismark_genome_preparation in your | 2 |
3 normal Bowtie2/Botwie index directory. | 3 Create your reference index with bismark_genome_preparation in your normal Bowtie2/Botwie index directory. |
4 bismark_genome_preparation will create a Bisulfite_Genome folder directly in | 4 bismark_genome_preparation will create a Bisulfite_Genome folder directly in your Bowtie2/Bowtie index directory. If you follow that approach you do not need to specify or modify an extra *.loc file. |
5 your Bowtie2/Bowtie index directory. If you follow that approach you do not | 5 That wrapper will extract the path to the Bisulfite_Genome folder from ./tool-data/bowtie2_indices.loc or ./tool-data/bowtie_indices.loc. |
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. |