-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathzUMIs_yaml_example.yaml
53 lines (53 loc) · 1.01 KB
/
zUMIs_yaml_example.yaml
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
project: SAMPLE
sequence_files:
file1:
name: /PATH/SAMPLE_R1.fastq.gz
base_definition: cDNA(1-61)
file2:
name: /PATH/SAMPLE_R2.fastq.gz
base_definition: BC(1-8)
file3:
name: /PATH/SAMPLE_R3.fastq.gz
base_definition: BC(1-8)
file4:
name: /PATH/SAMPLE_R4.fastq.gz
base_definition:
- BC(1-8)
- UMI(9-14)
reference:
STAR_index: /PATH/STAR_MM99
GTF_file: /PATH/Mus_musculus.GRCm38.99.gtf
additional_STAR_params: ''
additional_files: ~
out_dir: /PATH/SAMPLE_Out
num_threads: 8
mem_limit: 20
filter_cutoffs:
BC_filter:
num_bases: 1
phred: 20
UMI_filter:
num_bases: 1
phred: 20
barcodes:
barcode_num: ~
barcode_file: ~
automatic: yes
BarcodeBinning: 0
nReadsperCell: 100
counting_opts:
introns: yes
downsampling: '0'
strand: 1
Ham_Dist: 0
velocyto: yes
primaryHit: no
twoPass: yes
make_stats: yes
which_Stage: Filtering
Rscript_exec: Rscript
STAR_exec: STAR
pigz_exec: pigz
samtools_exec: samtools
zUMIs_directory: /PATH/zUMIs
read_layout: SE