-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
29 lines (19 loc) · 823 Bytes
/
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
## the index folder for STAR, change to mm9 if it is mouse
STARINDEX: "/home/deepSeq/STAR_index_HS_38.86_small/"
## gtf file for annotation and number of threads used for sorting
MYGTF: "/home/deepSeq/ENSEMBL_GRCH38/transcripts/Homo_sapiens.GRCh38.86.gtf"
StarThreads: "22"
SortThreads: "4"
## start from bam or start from fastq
from_fastq: True
## use which program to count
htseq: True
GroupdFile: False #Groupfile should list the Sample Directories and pheno data in separate columns
## Plots
HcCores: 22 #Number of cores for clustering
Plots: True #True to get PCAs,boxplots, and Clusters
GeneBootStraps: 25 #Number of Bootstraps for Hierarchical clustering
TxBootStraps: 25
# Path to a JSON file with samples and their corresponding FASTQ files.
SAMPLES_JSON: './samples.json'
CLUSTER_JSON: './cluster.json'