Permalink
Browse files

Initial commit with .gitignore

  • Loading branch information...
1 parent 60435bd commit 2ba988b60d1ea052f5e126b6a09dd125f4929133 @buske committed Nov 7, 2014
Showing with 21 additions and 0 deletions.
  1. +1 −0 .gitignore
  2. +20 −0 README.md
View
@@ -0,0 +1 @@
+*~
View
@@ -2,3 +2,23 @@ padlock-pipeline
================
Pipelines for analyzing padlock-captured DNA sequencing data
+
+
+
+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`
+
+2) Prepare bismark genomic indexes:
+
+ e.g. `$ lib/bismark_v0.12.3/bismark_genome_preparation refs/hg19`
+
+3) Install necessary scripts:
+
+ `$ make install`
+
+
+Running a sample:
+

0 comments on commit 2ba988b

Please sign in to comment.