source:
util/src/convertpdb.sh.in@
3b470f
Last change on this file since 3b470f was bad406, checked in by , 17 years ago | |
---|---|
|
|
File size: 105 bytes |
Rev | Line | |
---|---|---|
[bad406] | 1 | #!@SHELL@ |
2 | # | |
3 | # converts pdb to xyz via babel | |
4 | ||
[a0bcf1] | 5 | if [ ! -z "$1" ]; then |
6 | babel -ipdb $1.pdb -oxyz $1.xyz | |
7 | fi |
Note:
See TracBrowser
for help on using the repository browser.