File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed
Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 1+ BASE_MK := $(shell echo $(PWD ) | sed -E 's|(.* example) .*|\1/base.mk|')
2+
3+ # Inclure base.mk si trouvé
4+ ifneq ($(wildcard $(BASE_MK ) ) ,)
5+ include $(BASE_MK )
6+ # $(info Included: $(BASE_MK))
7+ endif
8+
9+
10+ # ------------------------------------------------------------------------------
11+ # Usage: make run / make run_now
12+ # ------------------------------------------------------------------------------
Original file line number Diff line number Diff line change 22
33This a very simple system with 2 particles. The file `model.vmd` is optional and use for a VMD visualization.
44
5- ### Generate the .nc file from the pdb
6-
7- pdb2spn -s 2particles.pdb -o model.nc
8-
95### Launch the simulation
106
11- biospring -s model.nc -c param.msp
7+ make run / make run_now
You can’t perform that action at this time.
0 commit comments