Skip to content

Commit

Permalink
add NaturalSort
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimens committed Jul 20, 2021
1 parent df904cf commit 4113132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PopGen.jl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module PopGen
# O | | o O | | o O | | o O | | o O | | o
# O o O o O o O o O o

using CSV, Distributions, DataFrames, PooledArrays, StaticArrays
using CSV, Distributions, DataFrames, PooledArrays, StaticArrays, NaturalSort
using Requires, ProgressMeter
using MultipleTesting, Random, StatsBase
using RandomNumbers.Xorshifts
Expand Down

1 comment on commit 4113132

@pdimens
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixes #74

Please sign in to comment.