Skip to content

Commit

Permalink
rming unneeded params
Browse files Browse the repository at this point in the history
  • Loading branch information
toniher committed Nov 28, 2024
1 parent 3b75ed9 commit df7e1d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/exorthist/collapse_matches.nf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ process COLLAPSE_OVERLAPPING_MATCHES {
path "overlapping_EXs_by_species.tab", emit: overlapping_exs

script:
def bonafide = bonafide_pairs.name != 'NO_FILE' ? "-b ${bonafide_pairs}" : ''
def bonafide = bonafide_pairs.name != 'NO_FILE' ? "${bonafide_pairs}" : ''
"""
C3_count_matches_by_EX.pl ${scores} EX_matches_count_by_species.tab ${bonafide}
C4_get_overlapping_EXs.pl -i EX_matches_count_by_species.tab -o overlapping_EXs_by_species.tab
Expand Down

0 comments on commit df7e1d3

Please sign in to comment.