Permalink
Browse files

Updated rST

  • Loading branch information...
1 parent 3fe1343 commit 6ea77513eb7ddbdb61f63892fe6856d57fda1af1 @buske committed Nov 9, 2014
Showing with 5 additions and 5 deletions.
  1. +5 −5 README.md
View
@@ -16,14 +16,14 @@ Pipelines for analyzing padlock-captured DNA sequencing data
* Download fasta files for reference genome into subdirectory of `sequences` folder (or symlink them), e.g.:
- mkdir sequences/hg19
- cd sequences/hg19
- ln -s /path/to/hg19.fa
+ mkdir sequences/hg19
+ cd sequences/hg19
+ ln -s /path/to/hg19.fa
* Prepare bismark genomic indexes:
- lib/bismark_v0.12.3/bismark_genome_preparation sequences/phiX
- lib/bismark_v0.12.3/bismark_genome_preparation sequences/hg19
+ lib/bismark_v0.12.3/bismark_genome_preparation sequences/phiX
+ lib/bismark_v0.12.3/bismark_genome_preparation sequences/hg19
### 2. Run pipeline on a sample directory

0 comments on commit 6ea7751

Please sign in to comment.