Skip to content

Commit

Permalink
Correct scope
Browse files Browse the repository at this point in the history
  • Loading branch information
dialvarezs authored and CiaranOMara committed Jul 8, 2020
1 parent eb11106 commit 639b823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bam/record.jl
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ end
Test if the mate/next read of `record` is mapped.
"""
function isnextmapped(record::Record)::Bool
return isfilled(record) && (flag(record) & FLAG_MUNMAP == 0)
return isfilled(record) && (flag(record) & SAM.FLAG_MUNMAP == 0)
end

"""
Expand Down

0 comments on commit 639b823

Please sign in to comment.