Skip to content

Commit 1d85604

Browse files
committed
reintroduce --min-sequence-length paraameter
set default to 20 AA.
1 parent 071b6cd commit 1d85604

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

FastOMA.nf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ process infer_roothogs{
237237
--hogmap hogmaps \
238238
--splice ${splice_folder} \
239239
--out-rhog-folder "omamer_rhogs" \
240+
--min-sequence-length ${params.min_sequence_length} \
240241
-vv
241242
"""
242243
}

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ params {
2424
filter_gap_ratio_row = 0.3
2525
filter_gap_ratio_col = 0.5
2626
nr_repr_per_hog = 5
27-
min_sequence_length = 40
27+
min_sequence_length = 20
2828
force_pairwise_ortholog_generation = false
2929

3030
output_folder = "Output"

0 commit comments

Comments
 (0)