Skip to content
/ SIS Public

Coarse-grained molecular dynamics simulation with the Single-Interaction-Site RNA model

License

Notifications You must be signed in to change notification settings

Hori-Lab/SIS

Repository files navigation

sis

Clone

git clone git://github.com/naotohori/sis.git

Required submodules will be automatically installed via cmake when build. If it does not work, use the following git command.

git clone --recurse-submodules -j8 git://github.com/naotohori/sis.git

Compile

mkdir -p ./build && cd ./build
cmake ..
make -j12
cd ..
ln -s build/sis