forked from rnabioco/antigen-tracking
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
83 lines (64 loc) · 2.54 KB
/
config.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
75
76
77
78
79
80
# ==== Config file for running the 10x Cell Ranger pipeline ====================
# Path to the fastq directory, multiple directories can be given.
RAW_DATA:
- "data/200109_A00405_0194_AHNM2VDSXX"
- "data/200129_A00405_0201_AH2FHWDSXY"
- "data/200710_A00405_0247_AHCLTKDSXY"
# Path to the output directory.
RESULTS:
"results"
# Sample names for gene expression fastqs. If the same libraries were
# sequenced multiple times, just include all the fastq directories in the
# RAW_DATA list and make sure the fastqs from all runs begin with the
# sample name. If gene expression fastqs are not being processed, leave
# this blank.
RNA_SAMPLES:
- "GEX_CD45neg_d2"
- "GEX_CD45neg_d14"
- "GEX_CD45pos_d2"
- "GEX_CD45pos_d14"
# Sample groups that should be used with cellranger aggr. Include the gene
# expression names separated by commas for samples that should be
# aggregated together. If only ADT fastqs are being processed, list the
# ADT names. Include multiple entries if multiple groups of samples are
# being aggregated. Leave blank to skip this step.
GROUPS:
# Path to the Cell Ranger genome reference.
GENOME:
"/beevol/home/walshs/analysis/references/vaccinia_mm10_ref/vaccinia.mm10"
# Sample names for CITE-seq and cell hashing fastqs. If both methods were
# used, include both names separated by a comma. CITE-seq and cell hashing
# fastqs will be combined for each sample before running Cell Ranger. If
# the libraries were sequenced multiple times, just make sure the fastqs
# from all runs begin with the sample name. If CITE-seq or cell hashing
# was not performed, leave this blank.
ADT_SAMPLES:
- "ADT_CD45neg_d2"
- "ADT_CD45neg_d14"
- "ADT_CD45pos_d2"
- "ADT_CD45pos_d14"
# Path to the antibody reference table used to extract the antibody name
# and barcode. If CITE-seq or cell hashing was not performed, leave this
# blank.
ADT_REF:
"ref/feature_ref.csv"
# List the TotalSeq catalog numbers for all antibodies used in the
# experiment. If CITE-seq or cell hashing was not performed, leave this
# blank.
ANTIBODIES:
- "ova"
- "P_DNA"
- "Ps_DNA"
# Sample names for VDJ fastqs. Follow the same parameters required for gene
# expression fastqs. If VDJ sequencing was not performed, leave this blank.
VDJ_SAMPLES:
# Path to the Cell Ranger VDJ reference. If VDJ sequencing was not performed,
# leave this blank.
VDJ_REF:
# Maximum number of jobs per sample that can be submitted by Cell Ranger
# at a time.
MAX_JOBS:
50
# Path to an LSF template, this is optional.
LSF_TEMPLATE:
src/lsf.template