From 6ea77513eb7ddbdb61f63892fe6856d57fda1af1 Mon Sep 17 00:00:00 2001 From: Orion Buske Date: Sat, 8 Nov 2014 19:05:17 -0500 Subject: [PATCH] Updated rST --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 19ad8b8..1619ea6 100644 --- a/README.md +++ b/README.md @@ -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