-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
86 lines (82 loc) · 2.72 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
81
82
83
84
85
86
##### input information #####
# Sample info. Includes: reference (path), gtf (path), allSamples (bool), Controls (bool)
mapping_sample: aireTrace
samples:
aireTrace:
reference:
/home/kwells4/kwells4/cellranger/mm10_GFP_RFP
gtf:
/home/kwells4/kwells4/cellranger/mm10_GFP_RFP/genes/genes.gtf
allSamples:
True
Controls:
False
isoControlBeg:
reference:
/home/kwells4/kwells4/cellranger/refdata-cellranger-mm10-1.2.0
gtf:
/home/kwells4/kwells4/cellranger/refdata-cellranger-mm10-1.2.0/genes/genes.gtf
allSamples:
True
Controls:
True
timepoint1:
reference:
/home/kwells4/kwells4/cellranger/refdata-cellranger-mm10-1.2.0
gtf:
/home/kwells4/kwells4/cellranger/refdata-cellranger-mm10-1.2.0/genes/genes.gtf
allSamples:
True
Controls:
False
timepoint2:
reference:
/home/kwells4/kwells4/cellranger/refdata-cellranger-mm10-1.2.0
gtf:
/home/kwells4/kwells4/cellranger/refdata-cellranger-mm10-1.2.0/genes/genes.gtf
allSamples:
True
Controls:
False
timepoint3:
reference:
/home/kwells4/kwells4/cellranger/refdata-cellranger-mm10-1.2.0
gtf:
/home/kwells4/kwells4/cellranger/refdata-cellranger-mm10-1.2.0/genes/genes.gtf
allSamples:
True
Controls:
False
timepoint5:
reference:
/home/kwells4/kwells4/cellranger/refdata-cellranger-mm10-1.2.0
gtf:
/home/kwells4/kwells4/cellranger/refdata-cellranger-mm10-1.2.0/genes/genes.gtf
allSamples:
True
Controls:
False
isoControlEnd:
reference:
/home/kwells4/kwells4/cellranger/refdata-cellranger-mm10-1.2.0
gtf:
/home/kwells4/kwells4/cellranger/refdata-cellranger-mm10-1.2.0/genes/genes.gtf
allSamples:
True
Controls:
True
# seurat project name
project: RankL_ablation
# Path to data_dir
data_dir: /home/kwells4/mTEC_dev/data/
# memory to allow cell ranger to use
mem: 100
# All files required to make the figure. Paths relative to the directory containing the
# Snakefile. Add in progenitor file
fig_files:
- aireTrace/analysis_outs/seurat_aireTrace.rda
- controls/analysis_outs/seurat_controls_merged.rda
- allSamples/analysis_outs/seurat_allSamples_combined.rda
- controls/analysis_outs/controls_merged_slingshot.rda
- allSamples/analysis_outs/allSamples_combined_slingshot.rda
- allSamples/analysis_outs/seurat_allSamples_Early_Aire_combined.rda