Skip to content

Commit bca2ad3

Browse files
committed
Updated examples.
1 parent 129f75e commit bca2ad3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

demo/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ $HOME/sire.app/bin/python amber.py
1010

1111
# Run an example NAMD workflow.
1212
$HOME/sire.app/bin/python namd.py
13+
14+
# Run a generic minimisation node using AMBER input files.
15+
$HOME/sire.app/bin/python minimisation.py --steps=1000 --files amber/ala/*
16+
17+
# Run a generic minimisation node using NAMD input files.
18+
$HOME/sire.app/bin/python minimisation.py --steps=1000 --files namd/ala*/*
1319
```
1420

1521
Alternatively, set the `PYTHONPATH` environment so that the python interpreter

0 commit comments

Comments
 (0)