File: RunTest.sh

package info (click to toggle)
cpptraj 5.1.0%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 138,900 kB
  • sloc: cpp: 145,621; ansic: 34,635; sh: 11,365; f90: 971; makefile: 770; awk: 242
file content (22 lines) | stat: -rwxr-xr-x 479 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/bin/bash

. ../MasterTest.sh

CleanFiles nastruct.in *.nastruct.dat
TESTNAME='NA test (8OG)'
Requires maxthreads 2

cat > nastruct.in <<EOF
parm nowat.8OG.parm7
trajin nowat.8OG.mdcrd 1 2
nastruct naout nastruct.dat resrange 274-305 resmap 8OG:G
strip !(:274-305)
EOF
INPUT="-i nastruct.in"
RunCpptraj "$TESTNAME"
DoTest BP.nastruct.dat.save BP.nastruct.dat
DoTest BPstep.nastruct.dat.save BPstep.nastruct.dat
DoTest Helix.nastruct.dat.save Helix.nastruct.dat

EndTest
exit 0