Skip to content

Commit

Permalink
Fix spacing
Browse files Browse the repository at this point in the history
Co-authored-by: ToshimitsuArai <90292441+ToshimitsuArai@users.noreply.github.com>
  • Loading branch information
athos and ToshimitsuArai committed Aug 9, 2024
1 parent 114982e commit 3ae3e52
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 @@ -162,7 +162,7 @@
:cigar "1M1I1M1D2M", :rnext "=", :pnext 5, :tlen -15, :seq "GAAAG", :qual "EBBFF"
:options [{:RG {:type "Z", :value "rg002"}}
{:MD {:type "Z", :value "3^T2"}}
{:NM {:type "c", :value 2}}]}
{:NM {:type "c", :value 2}}]}
{:qname "q005", :flag 73, :rname "ref", :pos 20, :end 24, :mapq 0,
:cigar "5M", :rnext "*", :pnext 0, :tlen 0, :seq "CTGTG", :qual "AEEEE"
:options []}])
Expand Down

0 comments on commit 3ae3e52

Please sign in to comment.