Permalink
Browse files
Initial commit with .gitignore
- Loading branch information...
Showing
with
21 additions
and
0 deletions.
-
+1
−0
.gitignore
-
+20
−0
README.md
|
|
@@ -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