Closed kool7d closed 2 years ago
I'm not sure why you're having this error. I've re-installed a fresh copy of ProtoSyn (on a Windows machine, using Julia 1.6.1) and didn't find this error. Here are my steps.
On a command line:
$ git clone https://github.com/sergio-santos-group/ProtoSyn.jl.git
$ cd ProtoSyn.jl
$ julia
On the Julia REPL, inside the ProtoSyn.jl/ directory:
(@v1.6) pkg> add .
julia> using ProtoSyn
The add .
command installs all necessary dependencies. In specific, check if you have both the Polynomials
and Serialization
packages installed. After, you can test loading the phi and psi potentials using the snippet bellow. If this works, we'll have to think on another solution to debug this issue.
shell> cd resources\\Peptides\\ramachandran\\
C:\Users\User\Desktop\ProtoSyn.jl\resources\Peptides\ramachandran
julia> using Serialization
julia> using Polynomials
julia> open(deserialize, "phi-potential.jls")
Polynomial(...)
Looks like it is working now! Thanks.
Happy to help, closing this one!
I get this error when I do
using ProtoSyn
, it appears to be an error with a peptide calculator method:Here is where the error is pointing: