-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig.yaml
69 lines (69 loc) · 1.8 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
# EDIT THIS FILE ACCORDING TO YOUR EXPERIMENTAL SETUP
# PLEASE REFER TO THE WIKI FOR MORE INFORMATION ABOUT INDIVIDUAL PARAMETERS
# https://github.com/SiWolf/SCORE/wiki
# --------------
# BASIC SETTINGS
# --------------
analysis_name: A1
analysis_input_dir: raw/
analysis_output_dir: deg/
metadata_file: raw/Metadata.tsv
param_threshold: 0.05
param_total_genes: 5000
ref_annotation_file: references/REF.gff
ref_annotation_feature: gene
ref_annotation_identifier: locus_tag
ref_genome: references/REF.fasta
genescf_organism: prokaryota
genescf_go_db: ecocyc
genescf_kegg_db: eco
# -----------------
# ADVANCED SETTINGS
# -----------------
# FLEXBAR
flexbar_max_uncalled: 20
flexbar_min_length: 20
flexbar_min_qual: 20
# MISCELLANEOUS
featurecounts_level: gene
kallisto_bootstrap: 100
kallisto_length_deviation: 5
kallisto_read_length: 150
genescf_path: ./libraries/geneSCF/geneSCF
ncbi_genetic_code_table: 11
noiseq_biological_replicates: TRUE
# REFERENCES
ref_go_obo: references/go.obo
ref_index: REF_INDEX
ref_tigrfam_library: references/tigrfam/TIGRFAMs_15.0_HMM.LIB
ref_tigrfam_links: references/tigrfam/TIGRFAMS_ROLE_LINK
ref_tigrfam_roles: references/tigrfam/TIGR_ROLE_NAMES
ref_transcriptome: references/REF.ffn
# SCORE
score_benchmarking: FALSE
score_generate_transcriptome: TRUE
score_low_expression_count: 10
score_merge_plots: TRUE
score_strict_mode: TRUE
score_threshold: 0.5
# WEIGHTS - DEFAULT - MAJORITY VOTE
# weight_bayseq: 1.0
# weight_deseq2: 1.0
# weight_edger: 1.0
# weight_limma: 1.0
# weight_noiseq: 1.0
# weight_sleuth: 1.0
# WEIGHTS - DEFAULT - STABLE
weight_bayseq: 0.5
weight_deseq2: 1.5
weight_edger: 0.5
weight_limma: 1.5
weight_noiseq: 0.5
weight_sleuth: 1.5
# WEIGHTS - DEFAULT - EXPERIMENTAL
# weight_bayseq: 0.5
# weight_deseq2: 1.0
# weight_edger: 0.5
# weight_limma: 1.0
# weight_noiseq: 0.5
# weight_sleuth: 2.5