-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.missing_expression_id.yaml
More file actions
55 lines (47 loc) · 1.31 KB
/
Copy pathconfig.missing_expression_id.yaml
File metadata and controls
55 lines (47 loc) · 1.31 KB
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
project:
name: missing_expression_id_run
mode: strict
goal: high_precision
allow_no_unique_hit: true
return_single_best_only_if_unique: true
paths:
query_fasta: ./test_data/query_test.fa
target_proteome: ./test_data/target_test.fa
target_blastdb_prefix: ./test_data/blastdb/target_test_db
reference_proteome: ./test_data/target_test.fa
reference_blastdb_prefix: ./test_data/blastdb/target_test_db
pfam_db: /path/to/Pfam-A.hmm
output_dir: results/missing_expression_id_run
thresholds:
evalue_cutoff: 1.0e-5
query_cov_cutoff: 0.70
subject_cov_cutoff: 0.70
reciprocal_query_cov_cutoff: 0.70
reciprocal_subject_cov_cutoff: 0.70
top1_ratio_cutoff: 0.90
breakpoint_drop_cutoff: 0.10
breakpoint_median_multiplier: 2.0
reciprocal_top_gap_cutoff: 0.05
max_hits_to_keep: 10
domain:
require_core_domain: true
require_domain_architecture_match: true
allow_domain_partial_for_single_best: false
family:
mode: simple
rationale: minimal synthetic test
expression:
enabled: true
matrix_file: test_data/expression/expression_missing_id.tsv
gene_id_column: gene_id
expression_metric: FPKM
target_samples:
- petal_1
- petal_2
background_samples:
- leaf_1
- leaf_2
ranking_strategy: combined
min_expression_threshold: 0.0
include_no_valid_hit: true
pseudocount: 1.0