Only Link to executables in bin

Member Site Forums Rosetta 3 Rosetta 3 – Build/Install Only Link to executables in bin

Viewing 1 reply thread
  • Author
    Posts
    • #2828
      Anonymous

        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

         

      • #13986
        Anonymous

          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.)

      Viewing 1 reply thread
      • You must be logged in to reply to this topic.