You are here

Only Link to executables in bin

2 posts / 0 new
Last post
Only Link to executables in bin
#1

Hi

Im new to Ubuntu and Rosetta. Installed Rosetta as per the guildelines and released bin by

./scons.py -j2 mode=release

But the bin only contains link to executables and hence when I try to run the De novo structure prediction tutorials, getting error message,

AbinitioRelax.default.linuxgccrelease: No such file or directory

can you please help.

Many thanks

Siaseb
 

Category: 
Post Situation: 
Tue, 2018-01-09 08:36
Siaseb

In order to actually build the contents of the bin directory, you need to specify 'bin' as a target on the build commandline:

./scons.py -j2 mode=release bin

This will indeed place just symlinks in the Rosetta bin directory, but they should be linked to the actual versions of the binaries.

 

The other thing to be aware of is that the Rosetta bin directory will not be in your path by default. Instead, you'll need to give the path to the binaries instead. Something like "/home/siaseb/Rosetta/main/source/bin/AbinitioRelax.default.linuxgccrelease" rather than just "AbinitioRelax.default.linuxgccrelease"  (Change paths as appropriate.)

Mon, 2018-01-15 14:00
rmoretti