Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
lh3 committed Mar 20, 2024
2 parents c7433c2 + 5279377 commit 12d441e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion format.c
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ static void write_cs_ds_or_MD(void *km, kstring_t *s, const mm_idx_t *mi, const
}
}
}
if (is_MD == 1) write_MD_core(s, tseq, qseq, r, tmp, write_tag);
if (is_MD) write_MD_core(s, tseq, qseq, r, tmp, write_tag);
else write_cs_ds_core(s, tseq, qseq, r, tmp, no_iden, is_ds, write_tag);
kfree(km, qseq); kfree(km, tseq); kfree(km, tmp);
}
Expand Down

0 comments on commit 12d441e

Please sign in to comment.