Skip to content

Commit

Permalink
Update bwase.c
Browse files Browse the repository at this point in the history
  • Loading branch information
nh13 authored Jan 17, 2025
1 parent 413dfa3 commit d5947b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bwase.c
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ void bwa_correct_trimmed(bwa_seq_t *s)
s->len = s->full_len;
}

void bwa_refine_gapped(const bntseq_t *bns, int n_seqs, bwa_seq_t *seqs, ubyte_t *_pacseq, , int with_md)
void bwa_refine_gapped(const bntseq_t *bns, int n_seqs, bwa_seq_t *seqs, ubyte_t *_pacseq, int with_md)
{
ubyte_t *pacseq;
int i, j, k;
Expand Down

0 comments on commit d5947b5

Please sign in to comment.