forked from bihealth/seasnap-pipeline
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sc_config.yaml
31 lines (19 loc) · 929 Bytes
/
sc_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
#--- organism annotation
organism_defaults: ### FILL HERE ### (e.g. Homo_sapiens.yaml)
organism:
__options__: [name, genus, taxon, files, star_index, salmon_index, R]
### OVERWRITE ### organism defaults (e.g. gtf, genome and indices)
files:
cellranger_transcriptome: "" ### FILL HERE ### (the transcriptome to use with CellRanger)
cellranger_gtf: "" ### FILL HERE ### (the gtf to use with CellRanger)
#--- general pipeline parameters
pipeline_param:
__options__: [out_path_pattern, log_path_pattern, in_path_pattern, feature_ref]
in_path_pattern: ### FILL HERE ### (path pattern where fastq files are stored)
feature_ref: "" ### FILL HERE ### (if feature barcoding was used)
#--- parameters for rules
rule_options:
__options__: [cellranger_count, velocyto_run]
#--- parameters for the jupyter notebook
jupyter_notebook:
__options__: [snippet_parameters, defaults, report_snippets]