forked from jkimlab/msPIPE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
params_format.conf
34 lines (26 loc) · 1.03 KB
/
params_format.conf
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
27
28
29
30
31
32
### INPUT PARAMETER FILE FORMAT ###
## [DMR]
## ANALYSIS1 = sample1, sample2 (Two sample names for DMR analysis)
## ANALYSIS2 = sample1, sample3 (Two sample names for DMR analysis)
## [REFERENCE]
## UCSC_NAME = UCSC reference version name
## FASTA = [path to reference fasta file (not required)]
## GTF= [path to reference gtf file (not required)]
## [LIB1]
## SAMPLE_NAME = sample name
## LIB_NAME = library name
## LIB_TYPE = P or S (Paired-End or Single-Read)
## FILE_1 = [path to sequencing read file]
## FILE_2 = [path to sequencing read file]
### INPUT WITH SKIP OPTIONS ###
## [LIB1]
## SAMPLE_NAME = sample name
## LIB_NAME = library name
## LIB_TYPE = P or S (Paired-End or Single-Read)
## TRIMMED_FILE_1 = [path to preprocessed read file (with --skip_trimming option)]
## TRIMMED_FILE_2 = [path to preprocessed read file (with --skip_trimming option)]
## [LIB2]
## SAMPLE_NAME = sample name
## LIB_NAME = library name
## LIB_TYPE = P or S (Paired-End or Single-Read)
## BAM_FILE = [path to bismark mapping file (with --skip_mapping option)]