Skip to content

Commit

Permalink
Remove sort
Browse files Browse the repository at this point in the history
  • Loading branch information
CiaranOMara committed May 9, 2024
1 parent 4b8bea4 commit 684f055
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/BedgraphFiles.jl
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ end

function save(file::BedgraphFileFormat, records::Vector{<:Bedgraph.Record}; bump_forward = true)

sort!(records)

header = Bedgraph.generate_basic_header(records, bump_forward = bump_forward) #TODO: consolidate header generation and determine whether there is a need for bump_forward.

return save(file, header, records)
Expand Down

0 comments on commit 684f055

Please sign in to comment.