-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
43 lines (32 loc) · 1.05 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
# Critical: input files for HSDSnake, please only substitute the species name to yours, keep the input file format, such as Arabidopsis_thaliana.fa, Arabidopsis_thaliana.interproscan.tsv, Arabidopsis_thaliana.ko.txt
samples:
- Arabidopsis_thaliana
- Chlamydomonas_reinhardtii
genomes:
Arabidopsis_thaliana:
proteins: "data/Arabidopsis_thaliana.fa"
interproscan: "data/Arabidopsis_thaliana.interproscan.tsv"
KEGG: "data/Arabidopsis_thaliana.ko.txt"
Chlamydomonas_reinhardtii:
proteins: "data/Chlamydomonas_reinhardtii.fa"
interproscan: "data/Chlamydomonas_reinhardtii.interproscan.tsv"
KEGG: "data/Chlamydomonas_reinhardtii.ko.txt"
################Above are the directories for fasta, interproscan, ko result you shall modify ##########
HSDFinder:
- "/scripts/hsdfinder/"
HSD_identity:
- 90
- 80
- 70
- 60
- 50
HSD_variance:
- 100
- 70
- 50
- 30
- 10
HSDecipher: "/scripts/hsdecipher/"
########Feel free to modidy the heatmap hight and width depending on your dataset scale ###############
heatmap_hight: 20
heatmap_width: 30