SAMSON Forum
    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • SAMSON Connect
    • Get SAMSON
    1. Home
    2. Recent
    Log in to post
    • All categories
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • E

      Problem with Ramachandran Plot
      SAMSON • • Emmanuel

      8
      0
      Votes
      8
      Posts
      4420
      Views

      DmitriyMarin

      Currently, it is not possible because the selection filter functionality is not exposed to external elements. We will update it in the upcoming release of SAMSON.

    • E

      Colorize a protein
      SAMSON • • Emmanuel

      4
      0
      Votes
      4
      Posts
      2589
      Views

      DmitriyMarin

      @emmanuel
      For now, you can just reapply the Hydrophobicity color scheme (Biology menu > Colorize > Hydrophobicity).

    • O

      Library not loaded in Mac Developer version 0.11.0
      Getting started • • Oliver

      4
      0
      Votes
      4
      Posts
      3191
      Views

      DmitriyMarin

      Dear @Oliver ,

      We expect it to be fixed in a few weeks.

    • P

      Adenita installation
      SAMSON Extensions • • Phuong

      24
      0
      Votes
      24
      Posts
      22154
      Views

      DmitriyMarin

      Dear @charlie,

      For now, Adenita is provided only for SAMSON with version not higher than 0.8.5, (see Latest versions section on the module's web-page). So, to use Adenita you will need to install SAMSON 0.8.5.

      You can request the newer version from the Adenita developer ( @Elisa ) here: https://forum.samson-connect.net/topic/139/user-support-adenita .

    • P

      Create GMX data file, problem with GROMACS Model Generator
      SAMSON • • Patrik

      8
      0
      Votes
      8
      Posts
      4499
      Views

      P

      Yes, I could already run it.
      Thank you!

    • P

      GRO2LAM integration in SAMSON
      Feature requests • • Patrik

      3
      0
      Votes
      3
      Posts
      2236
      Views

      P

      Dear @DmitriyMarin
      Thank you for your reply!
      Yes, that LAMMPS wizard would be wonderful.

      Best regards,
      Patrik Molnár

    • Rahad

      Problem during minimization and molecular docking
      SAMSON • • Rahad

      2
      0
      Votes
      2
      Posts
      1934
      Views

      DmitriyMarin

      Thank you @Rahad !
      Do you mean the minimization step in the AutoDock Vina Extended module? What error does it show?

      As for ligand libraries, AutoDock Vina Extended module supports libraries with ligands in formats that can be opened in SAMSON, including .pdb, .mol2, .sdf, .xyz, etc, but not .mol and .pdbqt for now. You do not need to import all the ligands in SAMSON, you just need to provide the path to the folder with a ligand library.

    • R

      Win10 system cannot start Samson
      Getting started • • rong

      3
      0
      Votes
      3
      Posts
      2408
      Views

      Stephane

      Hello,

      The issue is that SAMSON was installed as Administor. Can you please try to activate User Access Control (UAC) so that Windows does not install SAMSON as admin? Here's a link about how to do that: https://www.technipages.com/windows-enable-disable-user-account-control-uac

      Please set UAC to e.g. "Always notify" (you can set it back to the previous setting afterwards).

      0_1586188022427_b58888db-0b85-4f3f-8459-6d51649a09ab-image.png

      Then, please restart your computer, and install SAMSON again.

      Please let me know how this goes.

      Thanks,

      Stephane

    • Z

      Hello everyone ,i just installed Samson on windows but when i try starting the application i got a message...
      Getting started • run windows error • • ZEUGMA

      13
      0
      Votes
      13
      Posts
      6467
      Views

      Z

      Thank you.I will contact.

    • T

      How to compute molecular properties like logP & logD - hydrophobicity
      SAMSON Extensions • • Thanos

      5
      0
      Votes
      5
      Posts
      2621
      Views

      T

      @dmitriymarin Wow this is really great, thank you!!!

    • T

      I want to create a structure in SMILES Manager
      SAMSON Extensions • • Thanos

      1
      0
      Votes
      1
      Posts
      1152
      Views

      No one has replied

    • Đ

      Missing SBCLibraryConfig.cmake in SDK 0.11.0
      Getting started • • Đông

      3
      0
      Votes
      3
      Posts
      2125
      Views

      Đ

      Thank you so much for helping me. I tried to link exactly Qt5.12.5 (my own version is 5.14.1) so it works now. Again, thank you so much.

      Best regards,

      Dong.

    • J

      SAMSON-Core.command file missing in MacOS
      Getting started • • Jean-Luc

      2
      0
      Votes
      2
      Posts
      1888
      Views

      J

      Hi,
      Sorry for the issue the file was not shipped with the SDK.
      See : https://documentation.samson-connect.net/developers/latest/page_installation.html
      To launch SAMSON just execute SAMSON-Core after doing the step inside the previous link.

      If the file is absent you can create SAMSON-Core.command with the following content

      #!/bin/sh

      echo "saving context"
      SAVED_DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH
      SAVED_DYLD_FRAMEWORK_PATH=$DYLD_FRAMEWORK_PATH
      SAVED_DYLD_FALLBACK_LIBRARY_PATH=$DYLD_FALLBACK_LIBRARY_PATH

      echo "launching SAMSON-Core"
      script_dir=$(cd "$(dirname "$0")";pwd)
      cd "$script_dir"

      echo "You need to add ~/Qt5.12.5/5.12.5/clang_64/lib folder in your DYLD_FRAMEWORK_PATH or edit this file"

      #export DYLD_FRAMEWORK_PATH=~/Qt5.12.5/5.12.5/clang_64/lib or the one corresponding to your setup
      export DYLD_LIBRARY_PATH=$script_dir
      export DYLD_FALLBACK_LIBRARY_PATH=$script_dir

      ./SAMSON-Core #available flags --disablenetwork /--import /--logconsole /--logfile "file" /--logdefaultfile

      echo "restoring context"
      export DYLD_LIBRARY_PATH=$SAVED_DYLD_LIBRARY_PATH
      export DYLD_FRAMEWORK_PATH=$SAVED_DYLD_FRAMEWORK_PATH
      export DYLD_FALLBACK_LIBRARY_PATH=$SAVED_DYLD_FALLBACK_LIBRARY_PATH

      then execute chmod +x SAMSON-Core.command
      then execute chmod +x SAMSON-Core

      Jocelyn

    • Stephane

      Builders in SAMSON 0.8.0
      Brainstorm • • Stephane

      3
      0
      Votes
      3
      Posts
      4126
      Views

      Stephane

      Thanks Ibrahima! Let us know if we can help in any way.

    • I

      Capsaicine, Dihydrocapsaicine, Gingerol and Shogaol against COVID 19 ?
      Brainstorm • • Ibrahima

      1
      0
      Votes
      1
      Posts
      1746
      Views

      No one has replied

    • M

      Apps not showing.
      SAMSON Extensions • apps • • Matteo 1

      12
      0
      Votes
      12
      Posts
      6075
      Views

      DmitriyMarin

      @Matteo-1

      Great! Thank you very much for informing! I am glad it solved the issue.

    • P

      How to connect two atoms by a new bond?
      Getting started • • Prokop

      2
      0
      Votes
      2
      Posts
      2076
      Views

      DmitriyMarin

      Hello @Prokop ,

      To connect two atoms with a bond, use the Add editor: press on the first atom and draw a bond to the second one and then release. Please see the gif below:
      0_1583572262919_Connecting with a bond.gif

    • Admin

      SAMSON 2020 is out!
      Announcements • • Admin

      1
      1
      Votes
      1
      Posts
      2009
      Views

      No one has replied

    • OneAngstrom

      New major release of SAMSON!
      Announcements • • OneAngstrom

      3
      1
      Votes
      3
      Posts
      2909
      Views

      Admin

      Sorry, SAMSON needs a 64-bit computer to run.

    • Y

      Adenita exporting to oxDNA
      SAMSON Extensions • • Yair Augusto

      3
      1
      Votes
      3
      Posts
      2122
      Views

      E

      Dear @Yair-Augusto, Adenita was just updated and this problem should have been fixed. Please let me know if it persists or you find new ones.

      Best regards,

      Elisa