Mercurial > repos > bgruening > bismark
comparison README @ 17:73508c5b4273 draft
Uploaded
author | bgruening |
---|---|
date | Sun, 24 Feb 2013 14:49:36 -0500 |
parents | 221e740377ca |
children |
comparison
equal
deleted
inserted
replaced
16:c066c09db337 | 17:73508c5b4273 |
---|---|
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. |