Skip to content

Commit

Permalink
Update precompile script to use new example files
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas A. Christensen II <[email protected]>
  • Loading branch information
MillironX committed Apr 28, 2022
1 parent 47a7484 commit 67a6668
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions precompile_app.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ push!(ARGS, "--output")
push!(ARGS, "example/output.vcf")
push!(ARGS, "--quality")
push!(ARGS, "12")
push!(ARGS, "--frequency")
push!(ARGS, "0.001")
push!(ARGS, "--position")
push!(ARGS, "0.001")
push!(ARGS, "--significance")
push!(ARGS, "0.5")
push!(ARGS, "--depth")
push!(ARGS, "1")

HapLink.haplink()
clear_args()
Expand Down Expand Up @@ -42,9 +50,9 @@ push!(ARGS, "example/reference.fasta")
push!(ARGS, "--output")
push!(ARGS, "example/output.yaml")
push!(ARGS, "--significance")
push!(ARGS, "0.05")
push!(ARGS, "0.5")
push!(ARGS, "--depth")
push!(ARGS, "50")
push!(ARGS, "1")
push!(ARGS, "--method")
push!(ARGS, "raw")

Expand Down

0 comments on commit 67a6668

Please sign in to comment.