-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Hi,
Just trying to run the example on Ubuntu 20.10
Julia Version 1.4.1
Installed julia packages
This is what I get when I run the example:
~/CAMEOS-master/main$ julia main.jl example.txt
┌ Warning: `@add_arg_table` is deprecated, use `@add_arg_table!` instead
└ @ ArgParse :-1
The random barcode on this run is: EXkVziIh
CAMEOS tensor built
Evaluating HMM seeds
Error encountered while load FileIO.File{FileIO.DataFormat{:JLD},String}("jlds/infA.jld").
When I modify the one instance of '@add_arg_table' to '@add_arg_table!' in the main.jl file (renaming to main2.jl), I get this.
~/CAMEOS-master/main$ julia main2.jl example.txt
The random barcode on this run is: HXRNIMN9
CAMEOS tensor built
Evaluating HMM seeds
Error encountered while load FileIO.File{FileIO.DataFormat{:JLD},String}("jlds/infA.jld").
Fatal error:
Any ideas what is going wrong for me?
Thanks!
Paul
Metadata
Metadata
Assignees
Labels
No labels