Skip to content

Commit

Permalink
fixed ANM test
Browse files Browse the repository at this point in the history
  • Loading branch information
oliserand committed Oct 19, 2023
1 parent 30c803a commit 2af0436
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified src/ANM
Binary file not shown.
2 changes: 1 addition & 1 deletion tests/test_anm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ cd ../src

g++ -I cpp/src/ ANM.cpp -o ANM

./ANM --pdb ../output/ComplexCG4.pdb --cutoff 24 --atomType CB
../src/ANM --pdb ../outdir/ComplexCG4.pdb --cutoff 24 --atomType CB
2 changes: 1 addition & 1 deletion tests/test_cg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ done <${file}

cd ../src

./coarseGrain.py --pdb ../tests/${prot}.pdb --cg 4 --atomType CB --outdir ../outdir/
./coarseGrain.py --pdb ../tests/${prot}.pdb --cg 4 --atomType CB --outdir ../output/

0 comments on commit 2af0436

Please sign in to comment.