forked from tnchen/ucb-seq-processing
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTC014AFinal.yaml
More file actions
92 lines (77 loc) · 3.65 KB
/
TC014AFinal.yaml
File metadata and controls
92 lines (77 loc) · 3.65 KB
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
###########################################
#Welcome to zUMIs
#below, please fill the mandatory inputs
#We expect full paths for all files.
###########################################
#define a project name that will be used to name output files
project: TC014A
#Sequencing File Inputs:
#For each input file, make one list object & define path and barcode ranges
#base definition vocabulary: BC(n) UMI(n) cDNA(n).
#Barcode range definition needs to account for all ranges. You can give several comma-separated ranges for BC & UMI sequences, eg. BC(1-6,20-26)
#you can specify between 1 and 4 input files
sequence_files:
file1:
name: /Data/TC014/TC014A_S19_L001_R1_001.fastq.gz
base_definition:
- BC(1-8)
- UMI(9-18)
file2:
name: /Data/TC014/TC014A_S19_L001_R2_001.fastq.gz
base_definition: cDNA(1-76)
#reference genome setup
reference:
STAR_index: /Data/genomes/GRCh38_zumis/star_indices
GTF_file: /Data/genomes/GRCh38_zumis/annotation/10xgenes.gtf
additional_STAR_params: ''
additional_files: ~
#output directory
out_dir: /Data/out/TC014A
###########################################
#below, you may optionally change default parameters
###########################################
#number of processors to use
num_threads: 24
mem_limit: 50 #Memory limit in Gigabytes, null meaning unlimited RAM usage.
#barcode & UMI filtering options
#number of bases under the base quality cutoff that should be filtered out.
#Phred score base-cutoff for quality control.
filter_cutoffs:
BC_filter:
num_bases: 1
phred: 20
UMI_filter:
num_bases: 1
phred: 20
#Options for Barcode handling
#You can give either number of top barcodes to use or give an annotation of cell barcodes.
#If you leave both barcode_num and barcode_file empty, zUMIs will perform automatic cell barcode selection for you!
barcodes:
barcode_num: null
barcode_file: /Data/barcodes/m-scape/m-scape-barcodes.txt
automatic: yes #Give yes/no to this option. If the cell barcodes should be detected automatically. If the barcode file is given in combination with automatic barcode detection, the list of given barcodes will be used as whitelist.
BarcodeBinning: 0 #Hamming distance binning of close cell barcode sequences.
nReadsperCell: 100 #Keep only the cell barcodes with atleast n number of reads.
#Options related to counting of reads towards expression profiles
counting_opts:
introns: yes #can be set to no for exon-only counting.
downsampling: '3000000,2000000,1000000,500000,250000,200000,175000,150000,125000,100000,75000,50000,40000,30000,20000,10000,7500,5000,2500,1000' #Number of reads to downsample to. This value can be a fixed number of reads (e.g. 10000) or a desired range (e.g. 10000-20000) Barcodes with less than <d> will not be reported. 0 means adaptive downsampling. Default: 0.
strand: 0 #Is the library stranded? 0 = unstranded, 1 = positively stranded, 2 = negatively stranded
Ham_Dist: 1 #Hamming distance collapsing of UMI sequences.
velocyto: no #Would you like velocyto to do counting of intron-exon spanning reads
primaryHit: yes #Do you want to count the primary Hits of multimapping reads towards gene expression levels?
twoPass: no #perform basic STAR twoPass mapping
#produce stats files and plots?
make_stats: yes
#Start zUMIs from stage. Possible TEXT(Filtering, Mapping, Counting, Summarising). Default: Filtering.
which_Stage: Filtering
#define dependencies program paths
samtools_exec: samtools #samtools executable
Rscript_exec: Rscript #Rscript executable
STAR_exec: STAR #STAR executable
pigz_exec: pigz #pigz executable
zUMIs_directory: /home/ec2-user/programs/zUMIs
#below, fqfilter will add a read_layout flag defining SE or PE
#
#
read_layout: SE