Permalink
Browse files

Updated README and renamed pipeline script

  • Loading branch information...
1 parent 91a1070 commit c86a62b7f221febe28ad33f7c1deae3d4574fab8 @buske committed Nov 8, 2014
Showing with 13 additions and 8 deletions.
  1. +13 −8 README.md
  2. 0 src/bis_seq/{run_bismark.sh → run_sample.sh}
View
@@ -5,20 +5,25 @@ Pipelines for analyzing padlock-captured DNA sequencing data
-Initial configuration:
+1) Initial configuration:
-1) Download fasta files for reference genome into subdirectory of `sequences` folder (or symlink them)
- e.g. `$ mkdir sequences/hg19; cd sequences/hg19; wget ....fq.gz`
+a) Install necessary scripts (bowtie, bismark, trimmomatic):
-2) Prepare bismark genomic indexes:
+ `$ make install`
- e.g. `$ lib/bismark_v0.12.3/bismark_genome_preparation refs/hg19`
+b) Reference preparation:
-3) Install necessary scripts:
+- Download fasta files for reference genome into subdirectory of `sequences` folder (or symlink them)
- `$ make install`
+ e.g. `$ 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`
-Running a sample:
+2) Running a sample:
+ `$ src/bis_seq/run_sample.sh hg19 /path/to/sample/`
File renamed without changes.

0 comments on commit c86a62b

Please sign in to comment.