-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
38 lines (32 loc) · 1.27 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
##############################################################################
# Genomes and annotation files
##############################################################################
# GTF file for genome build ensembl 90
gtf_file:
/home/groups/CEDAR/callahro/cfrna_references/ensembl_109/gencode.v43.chr_patch_hapl_scaff.annotation.gtf
#prebuilt star index
star_index:
/home/groups/CEDAR/callahro/cfrna_references/ensembl_109/STAR_index
#genome location
genome:
/home/groups/CEDAR/callahro/cfrna_references/ensembl_109/GRCh38.p13.genome.fa
####################################################################
# TOOLS
####################################################################
#star tool location
star_tool:
/home/groups/CEDAR/tools/STAR/tags/2.5.3a/bin/Linux_x86_64/STAR
#picart tool location
picard_tool:
/home/groups/CEDAR/tools/picard-tools-1.119/MarkDuplicates.jar
sickle_tool:
/home/groups/CEDAR/tools/sickle
#############################################################################################
# Overall roject information
#############################################################################################
project_name:
"florian_pipeline_run"
glob_path:
"samples/raw/{sample}_R1.fq"
gscratch_path:
"/your/gscratch/path/here/or/rds"