Permalink
Newer
Older
100644 36 lines (18 sloc) 896 Bytes
Nov 6, 2014 @buske Initial commit
1 padlock-pipeline
2 ================
3
4 Pipelines for analyzing padlock-captured DNA sequencing data
Nov 7, 2014 @buske Initial commit with .gitignore
5
6
7
Nov 8, 2014 @buske Updated rST
8 ### 1. Initial configuration:
Nov 7, 2014 @buske Initial commit with .gitignore
9
10
Nov 8, 2014 @buske Updated rST
11 #### Install necessary scripts (bowtie, bismark, trimmomatic):
Nov 7, 2014 @buske Initial commit with .gitignore
12
Nov 9, 2014 @buske Updated rST
13 make install
Nov 7, 2014 @buske Initial commit with .gitignore
14
Nov 8, 2014 @buske Updated rST
15 #### Reference preparation:
Nov 7, 2014 @buske Initial commit with .gitignore
16
Nov 9, 2014 @buske Updated rST
17 * Download fasta files for reference genome into subdirectory of `sequences` folder (or symlink them), e.g.:
Nov 7, 2014 @buske Initial commit with .gitignore
18
Nov 9, 2014 @buske Updated rST
19 mkdir sequences/hg19
20 cd sequences/hg19
21 ln -s /path/to/hg19.fa
Nov 8, 2014 @buske Updated README and renamed pipeline script
22
Nov 9, 2014 @buske Updated rST
23 * Prepare bismark genomic indexes:
Nov 8, 2014 @buske Updated README and renamed pipeline script
24
Nov 9, 2014 @buske Updated rST
25 lib/bismark_v0.12.3/bismark_genome_preparation sequences/phiX
26 lib/bismark_v0.12.3/bismark_genome_preparation sequences/hg19
Nov 7, 2014 @buske Initial commit with .gitignore
27
28
Nov 8, 2014 @buske Updated rST
29 ### 2. Run pipeline on a sample directory
Nov 7, 2014 @buske Initial commit with .gitignore
30
Nov 9, 2014 @buske Updated rST
31 Sample directory should contain paired-end files of the form: `<SAMPLE>_L001_R1_001.fastq.gz`, `<SAMPLE>_L001_R2_001.fastq.gz`)
Nov 8, 2014 @buske Clarified instructions
32
Nov 9, 2014 @buske Updated rST
33 Pipeline can then be run with SGE-compatible command:
Nov 8, 2014 @buske Updated rST
34
Nov 9, 2014 @buske Updated rST
35 src/bis_seq/run_sample.sh hg19 /path/to/sample/