Downloading PROMALS3D in local server
1
0
Entering edit mode
5.5 years ago

Hi, I am trying to download the following software in our server. http://prodata.swmed.edu/promals3d/promals3d.php The software requires Dalilite and Fast to be installed locally. http://prodata.swmed.edu/promals3d/info/readme.html The link they provided is obsolete ( I tried to open with 2 different browsers: safari and google chrome, but can't connect with server). Even wget command also didn't work for that.

Any suggestions to solve the issue?

PROMALS3D • 1.3k views
ADD COMMENT
0
Entering edit mode
5.1 years ago
enhancerfg • 0

Try with this link:

http://ekhidna2.biocenter.helsinki.fi/dali/README.html

In point 3 "configure" that say: Edit the paths of $MPIDALI_BIN and $MPIRUN_EXE at the top of /home/you/DaliLite.v4/bin/mpidali.pm

You must to open the archive "mpidali.pm" in the bin directory (follow your own path) with gedit that allow do certain changes in $MPIDALI_BIN and $MPIRUN_EXE.

You must to be sure that $MPIDALI_BIN have your right path (specially in "you"): my $MPIDALI_BIN="/home/you/DaliLite.v4/bin";

And chain $MPIRUN_EXE, the right line is like: my $MPIRUN_EXE="/usr/bin/mpirun -output-filename x "; If you dont have "mprium" in this line , you need to install that package, and delete all that apear after you/ TO -output, and replace this space with "mpirun" to obtain finally: my $MPIRUN_EXE="/usr/bin/mpirun -output-filename x

Dalilite need that mpirum be installed.

After that, go to the DaliLite.v4 directory and run the test:

cd /home/you/DaliLite.v4 ./test.csh

Regards.

ADD COMMENT

Login before adding your answer.

Traffic: 1709 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6