From 1d2e953cb99185ad05c08a9e4f57e2a95ca808cf Mon Sep 17 00:00:00 2001 From: Olivier Date: Thu, 19 Oct 2023 10:41:09 +0200 Subject: [PATCH] Update test_msf.sh --- tests/test_msf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_msf.sh b/tests/test_msf.sh index e947f58..807355c 100755 --- a/tests/test_msf.sh +++ b/tests/test_msf.sh @@ -2,4 +2,4 @@ cd ../src -./meanSquareFluctuations.py --pdb output/ComplexCG4.pdb --wMatrix output/W_values.txt --vtMatrix output/VT_values.txt --atomType CB +./meanSquareFluctuations.py --pdb ../output/ComplexCG4.pdb --wMatrix ../output/W_values.txt --vtMatrix ../output/VT_values.txt --atomType CB