-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzUMIs.run.yaml
executable file
·74 lines (62 loc) · 1.61 KB
/
zUMIs.run.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
###########################################
#Welcome to zUMIs
#below, please fill the mandatory inputs
#We expect full paths for all files.
###########################################
project: SRR95_raw
sequence_files:
file1:
name: /home/vant/Escritorio/trim/raw_data/SRR12965695/SRR12965695_1.fastq.gz
base_definition:
- BC(1-16)
- UMI(17-28)
file2:
name: /home/vant/Escritorio/trim/raw_data/SRR12965695/SRR12965695_2.fastq.gz
base_definition:
- cDNA(1-99)
#reference genome setup
reference:
STAR_index: /home/vant/Escritorio/genomes/zraw/mus_STAR_idx_NOGTF
GTF_file: /home/vant/Escritorio/genomes/zraw/Mus_musculus.GRCm38.98.gtf
additional_files: ~
additional_STAR_params: ''
#output directory
out_dir: /home/vant/Escritorio/demultiplex/zUMIS/SRR95
#number of processors to use
num_threads: 16
mem_limit: 20
#barcode & UMI filtering options
filter_cutoffs:
BC_filter:
num_bases: 1
phred: 20
UMI_filter:
num_bases: 1
phred: 20
#Options for Barcode handling
barcodes:
barcode_num: ~
barcode_file: ~
automatic: yes
BarcodeBinning: 1
nReadsperCell: 100
#Options related to counting of reads towards expression profiles
counting_opts:
introns: no
downsampling: '0'
strand: 0
Ham_Dist: 1
velocyto: no
primaryHit: yes
twoPass: no
#produce stats files and plots?
make_stats: yes
#Start zUMIs from stage. Possible TEXT(Filtering, Mapping, Counting, Summarising)
which_Stage: Filtering
#define dependencies program paths
zUMIs_directory: /home/vant/zUMIs
read_layout: SE
samtools_exec: samtools
pigz_exec: pigz
STAR_exec: STAR
Rscript_exec: Rscript