-
Notifications
You must be signed in to change notification settings - Fork 122
/
Copy pathtemplate.json
26 lines (20 loc) · 1013 Bytes
/
template.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"chip.title" : "Example (paired-end)",
"chip.description" : "This is an template input JSON for paired-end sample.",
"chip.pipeline_type" : "tf",
"chip.aligner" : "bowtie2",
"chip.align_only" : false,
"chip.true_rep_only" : false,
"chip.genome_tsv" : "/path_to_genome_data/hg38/hg38.tsv",
"chip.paired_end" : true,
"chip.ctl_paired_end" : true,
"chip.always_use_pooled_ctl" : true,
"chip.fastqs_rep1_R1" : [ "rep1_R1_L1.fastq.gz", "rep1_R1_L2.fastq.gz", "rep1_R1_L3.fastq.gz" ],
"chip.fastqs_rep1_R2" : [ "rep1_R2_L1.fastq.gz", "rep1_R2_L2.fastq.gz", "rep1_R2_L3.fastq.gz" ],
"chip.fastqs_rep2_R1" : [ "rep2_R1_L1.fastq.gz", "rep2_R1_L2.fastq.gz" ],
"chip.fastqs_rep2_R2" : [ "rep2_R2_L1.fastq.gz", "rep2_R2_L2.fastq.gz" ],
"chip.ctl_fastqs_rep1_R1" : [ "ctl1_R1.fastq.gz" ],
"chip.ctl_fastqs_rep1_R2" : [ "ctl1_R2.fastq.gz" ],
"chip.ctl_fastqs_rep2_R1" : [ "ctl2_R1.fastq.gz" ],
"chip.ctl_fastqs_rep2_R2" : [ "ctl2_R2.fastq.gz" ]
}