Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
biona001 committed Jun 27, 2024
1 parent 57835f7 commit f694021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/make_hdf5.jl
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function get_block(
n = VCFTools.nsamples(vcffile)
nsnps = 0
X = ElasticArray{T}(undef, n, 0)
df = DataFrame("rsid"=>String[], "AF"=>T[], "chr"=>String[], "pos"=> Int[],
df = DataFrame("rsid"=>String[], "AF"=>T[], "chr"=>Int[], "pos"=> Int[],
"ref"=> String[], "alt"=>String[])
model = :additive # additive genetic model
prev_pos = 0
Expand Down

0 comments on commit f694021

Please sign in to comment.