Skip to content

Commit

Permalink
Adjust unimportant parameter in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Donaim committed Oct 23, 2023
1 parent 2609208 commit 86fb348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion micall/tests/test_consensus_aligner.py
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ def test_start_contig_insertion_minimap2(projects):
r_en=2060,
q_st=0,
q_en=63,
mapq=9,
mapq=8,
cigar=[[30, CigarActions.MATCH],
[3, CigarActions.INSERT],
[30, CigarActions.MATCH]],
Expand Down

0 comments on commit 86fb348

Please sign in to comment.