northeyt / TCNlib

A library of perl modules from my PhD, mostly for working with PDB structures
0 stars 0 forks source link

Error during setup #1

Open gf712 opened 7 years ago

gf712 commented 7 years ago

When running setup.pl there is an error and causes the subsequent tests to fail. I am getting the following error message (immediately after calling setup.pl):

Initialising sub-modules ...
Submodule 'smods/SAAP' (git@github.com:northeyt/SAAP.git) registered for path 'smods/SAAP'
Cloning into 'smods/SAAP'...
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
fatal: clone of 'git@github.com:northeyt/SAAP.git' into submodule path 'smods/SAAP' failed

It seems like the SAAP repository does not exist/ is private. The rest of the setup continues, but then runtests.pl fails!

gf712 commented 7 years ago

After creating a repo on my Github account containing the SAAP code and redirecting to it, I did not get any errors during the installation and passed all the tests. I also installed IntPred without any issues. So this seems to be the only issue/bug :+1: