We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 071b6cd commit 1d85604Copy full SHA for 1d85604
2 files changed
FastOMA.nf
@@ -237,6 +237,7 @@ process infer_roothogs{
237
--hogmap hogmaps \
238
--splice ${splice_folder} \
239
--out-rhog-folder "omamer_rhogs" \
240
+ --min-sequence-length ${params.min_sequence_length} \
241
-vv
242
"""
243
}
nextflow.config
@@ -24,7 +24,7 @@ params {
24
filter_gap_ratio_row = 0.3
25
filter_gap_ratio_col = 0.5
26
nr_repr_per_hog = 5
27
- min_sequence_length = 40
+ min_sequence_length = 20
28
force_pairwise_ortholog_generation = false
29
30
output_folder = "Output"
0 commit comments