Skip to content

Commit 6fedfc2

Browse files
authored
Update _config.py
1 parent 4f6ac9f commit 6fedfc2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

FastOMA/_config.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
mergHOG_ratioMax_thresh = 0.8
2626
mergHOG_ratioMin_thresh = 0.9
27-
mergHOG_shared_thresh = 50
27+
mergHOG_shared_thresh = 10
2828
threshod_f_score_merging = 70
2929
mergHOG_mean_thresh=5000*1000
3030

@@ -42,7 +42,7 @@
4242
seed_random=1234
4343

4444
big_rhog_size = 50 * 1000
45-
omamer_family_threshold = 95
45+
omamer_family_threshold = 95 # for big rhog
4646

4747
subsampling_hogclass = True
4848
hogclass_max_num_seq = 20 # 40 subsampling in msa # ver very 2
@@ -63,8 +63,8 @@
6363
mmseqs_executable_path ="mmseqs"
6464

6565

66-
inferhog_tresh_ratio_gap_row =0.3 # 0.6 # to have more proteins in the ortho groups 0.1
67-
inferhog_tresh_ratio_gap_col =0.5 # 0.6 # ver very 0.8
66+
inferhog_tresh_ratio_gap_row =0.3 # to have more proteins in the ortho groups 0.1
67+
inferhog_tresh_ratio_gap_col =0.5 # 0.1
6868
inferhog_min_cols_msa_to_filter = 50 #300 #50 # used for msa before gene tree inference and saving msa in hog class
6969

7070
inferhog_filter_all_msas_row = True

0 commit comments

Comments
 (0)