fanjingrong

Results 3 issues of fanjingrong

The wrong file as follows: #Generate PC1 eigenvectors evect = pca.eigenvectors PC1 = np.reshape(evect[0,:],(1300, 3)) np.savetxt("PC1_eigenVectors.dat", PC1, delimiter=" ", fmt="%8.5f") The wrong file has been changed as follows: #Generate PC1...

When I tried to install dockingML using "pip install ./", I got these error messages: Collecting modeller (from dockingML==1.0) Could not find a version that satisfies the requirement modeller (from...

conda env create -f onionnet_environment.yml should be revised "conda env create -f onionnet_environments.yml"