-
Notifications
You must be signed in to change notification settings - Fork 174
/
Copy pathtemplate.json
26 lines (20 loc) · 1.02 KB
/
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
{
"atac.title" : "Example (paired end)",
"atac.description" : "This is a template input JSON for paired ended sample.",
"atac.pipeline_type" : "atac",
"atac.align_only" : false,
"atac.true_rep_only" : false,
"atac.genome_tsv" : "/path_to_genome_data/hg38/hg38.tsv",
"atac.paired_end" : true,
"atac.fastqs_rep1_R1" : [ "rep1_R1_L1.fastq.gz", "rep1_R1_L2.fastq.gz", "rep1_R1_L3.fastq.gz" ],
"atac.fastqs_rep1_R2" : [ "rep1_R2_L1.fastq.gz", "rep1_R2_L2.fastq.gz", "rep1_R2_L3.fastq.gz" ],
"atac.fastqs_rep2_R1" : [ "rep2_R1_L1.fastq.gz", "rep2_R1_L2.fastq.gz" ],
"atac.fastqs_rep2_R2" : [ "rep2_R2_L1.fastq.gz", "rep2_R2_L2.fastq.gz" ],
"atac.auto_detect_adapter" : false,
"atac.adapter" : "AATTCCGG",
"atac.adapters_rep1_R1" : [ "AATTCCGG", "AATTCCGG", "AATTCCGG" ],
"atac.adapters_rep1_R2" : [ "AATTCCGG", "AATTCCGG" ],
"atac.adapters_rep2_R1" : [ "AATTCCGG", "AATTCCGG", "AATTCCGG" ],
"atac.adapters_rep2_R2" : [ "AATTCCGG", "AATTCCGG" ],
"atac.multimapping" : 4
}