Skip to content

Commit

Permalink
Merge pull request #92 from pjotrp/main
Browse files Browse the repository at this point in the history
Minor typos in output message
  • Loading branch information
smarco authored Apr 25, 2024
2 parents cf3eb92 + 2ca54fa commit 61eab9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wavefront/wavefront_penalties.c
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ void wavefront_penalties_set_affine2p(
affine2p_penalties->gap_extension1 <= 0 ||
affine2p_penalties->gap_opening2 < 0 ||
affine2p_penalties->gap_extension2 <= 0) {
fprintf(stderr,"[WFA::Penalties] Penalties (X=%d,O1=%d,E1=%d,O2=%d,E2=%d) must be (X>0,O1>=0,E1>0,O1>=0,E1>0)\n",
fprintf(stderr,"[WFA::Penalties] Penalties (X=%d,O1=%d,E1=%d,O2=%d,E2=%d) must be (X>0,O1>=0,E1>0,O2>=0,E2>0)\n",
affine2p_penalties->mismatch,
affine2p_penalties->gap_opening1,
affine2p_penalties->gap_extension1,
Expand Down

0 comments on commit 61eab9b

Please sign in to comment.