├── COPYRIGHT ├── README.md ├── all_atom.pdb ├── funnel_code ├── FPS.cpp └── Funnel.cpp ├── funnel_gui ├── ffs.tcl └── funnel.tcl ├── input_example.zip └── input_example ├── plumed.dat └── start.pdb /COPYRIGHT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limresgrp/FMAP_v1/HEAD/COPYRIGHT -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limresgrp/FMAP_v1/HEAD/README.md -------------------------------------------------------------------------------- /all_atom.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limresgrp/FMAP_v1/HEAD/all_atom.pdb -------------------------------------------------------------------------------- /funnel_code/FPS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limresgrp/FMAP_v1/HEAD/funnel_code/FPS.cpp -------------------------------------------------------------------------------- /funnel_code/Funnel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limresgrp/FMAP_v1/HEAD/funnel_code/Funnel.cpp -------------------------------------------------------------------------------- /funnel_gui/ffs.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limresgrp/FMAP_v1/HEAD/funnel_gui/ffs.tcl -------------------------------------------------------------------------------- /funnel_gui/funnel.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limresgrp/FMAP_v1/HEAD/funnel_gui/funnel.tcl -------------------------------------------------------------------------------- /input_example.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limresgrp/FMAP_v1/HEAD/input_example.zip -------------------------------------------------------------------------------- /input_example/plumed.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limresgrp/FMAP_v1/HEAD/input_example/plumed.dat -------------------------------------------------------------------------------- /input_example/start.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limresgrp/FMAP_v1/HEAD/input_example/start.pdb --------------------------------------------------------------------------------