Skip to content

Commit

Permalink
Make lint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseEspinosa committed Sep 20, 2024
1 parent a0d8e55 commit be7a7e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/nf-core/kalign/align/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ process KALIGN_ALIGN {
error_handler() {
exit_code=\$?
if [ \$exit_code -eq 132 ]; then
echo "\n\nKALIGN failed because is incompatible with some CPU types.\n\n"
echo "\n\nKALIGN failed because is incompatible with some CPU types, see https://github.com/TimoLassmann/kalign/issues/46.\n\n"
else
trap - ERR
return \$exit_code
fi
}
unpigz -cdf $fasta | \\
kalign \\
$args \\
Expand Down

0 comments on commit be7a7e8

Please sign in to comment.