Skip to content

Commit

Permalink
Change precompile script to use new output format
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 Dec 29, 2021
1 parent 068ad65 commit 93c91c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion precompile_app.jl
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ clear_args()

push!(ARGS, "sequences")
push!(ARGS, "--haplotypes")
push!(ARGS, "example/sample.yaml")
push!(ARGS, "example/output.yaml")
push!(ARGS, "--reference")
push!(ARGS, "example/reference.fasta")
push!(ARGS, "--output")
Expand Down

0 comments on commit 93c91c4

Please sign in to comment.