Skip to content

Commit

Permalink
Fix spacing
Browse files Browse the repository at this point in the history
Co-authored-by: Matsutomo81 <87012577+matsutomo81@users.noreply.github.com>
  • Loading branch information
athos and matsutomo81 authored Aug 2, 2024
1 parent e21c777 commit cd66f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cljam/io/cram/encode/record_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
(is (= [{:rname "ref", :pos 1, :cigar "5M", :seq "AGAAT", :qual "HFHHH"
::record/flag 0x03, ::record/ref-index 0, ::record/end 5
::record/features [{:code :subst, :pos 3 :subst 0}]}
{:rname "ref", :pos 5, :cigar "2S3M",:seq "CCTGT", :qual "##AAC"
{:rname "ref", :pos 5, :cigar "2S3M", :seq "CCTGT", :qual "##AAC"
::record/flag 0x03, ::record/ref-index 0, ::record/end 7
::record/features [{:code :softclip, :pos 1, :bases [(int \C) (int \C)]}]}
{:rname "ref", :pos 10, :cigar "5M", :seq "GATAA", :qual "CCCFF"
Expand Down

0 comments on commit cd66f85

Please sign in to comment.