#!/bin/csh

# GTPases
./bin/sipris examples/GTPASES/Rho1_3refB.sprs B | & grep -v -i '^[ A-Z]'
./bin/sipris examples/GTPASES/Rho1_3refB.sprs C | & grep -v -i '^[ A-Z]'

./bin/sipris examples/GTPASES/Rab4_1z0kAC.sprs S | & grep -v -i '^[ A-Z]'
./bin/sipris examples/GTPASES/Rab4_1z0kAC.sprs C | & grep -v -i '^[ A-Z]'
./bin/sipris examples/GTPASES/Rab4_1z0kAC.sprs P=B | & grep -v -i '^[ A-Z]'

./bin/sipris examples/GTPASES/Rab8a_3qbtA.sprs P=B | & grep -v -i '^[ A-Z]'
./bin/sipris examples/GTPASES/Rab8a_4lhwB.sprs P=A | & grep -v -i '^[ A-Z]'

./bin/sipris examples/GTPASES/EFTu_1ob5A.sprs S | & grep -v -i '^[ A-Z]'
./bin/sipris examples/GTPASES/EFTu_1ob5A.sprs S -K=1B  | & grep -v -i '^[ A-Z]'
./bin/sipris examples/GTPASES/EFTu_1ob5A.sprs S -K=2B  | & grep -v -i '^[ A-Z]'
./bin/sipris examples/GTPASES/EFTu_1ob5A.sprs S -K=1B -M20 | & grep -v -i '^[ A-Z]'
./bin/sipris examples/GTPASES/EFTu_1ob5A.sprs S -K=2B -M20 | & grep -v -i '^[ A-Z]'

./bin/sipris examples/GTPASES/EFTu_1efuA.sprs S -K=81B  | & grep -v -i '^[ A-Z]'
# ./bin/sipris examples/GTPASES/EFTu_1efuA.sprs S  | & grep -v -i '^[ A-Z]'

./bin/sipris examples/GTPASES/EFTu_4zv4A.sprs S -K=291C | & grep -v -i '^[ A-Z]'

./bin/sipris examples/GTPASES/CysN_1zunB.sprs S | & grep -v -i '^[ A-Z]'

