Skip to content

Commit

Permalink
🐛 fix parallel_macsyfinder.nf
Browse files Browse the repository at this point in the history
  • Loading branch information
bneron committed Feb 14, 2024
1 parent 566ae69 commit b68c5b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parallel_macsyfinder.nf
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ workflow {
hmmer, e_value_search, no_cut_ga, i_value_sel, coverage_profile,
mandatory_weight, accessory_weight, exchangeable_weight, redundancy_penalty, out_of_cluster,
models_dir, index_dir, res_search_suffix, res_extract_suffix,profile_suffix,
cfg_file, debug)
cfg_file, debug, timeout)

results = merge_results(results_per_replicon.toList())
}
Expand Down

0 comments on commit b68c5b1

Please sign in to comment.