It took me a fair while to discover that to read an example ARG from file I had to use the arg_needle_lib.deserialize_arg function. Could this be placed in the arg_needle documentation examples (i.e. on https://palamaralab.github.io/software/argneedle/manual/), as I assume it's a common first step?
Adding the words "load" and "read" into the docstring might also help new users to find it.
It took me a fair while to discover that to read an example ARG from file I had to use the
arg_needle_lib.deserialize_argfunction. Could this be placed in the arg_needle documentation examples (i.e. on https://palamaralab.github.io/software/argneedle/manual/), as I assume it's a common first step?Adding the words "load" and "read" into the docstring might also help new users to find it.