Skip to content

Commit

Permalink
Fixed RMSD check in build-static.yml (-a for decomp AF)
Browse files Browse the repository at this point in the history
  • Loading branch information
khb7840 committed Oct 7, 2022
1 parent dbc4c8d commit 652916f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
./foldcomp compress ../test/test.pdb
./foldcomp decompress ../test/test.fcz
./foldcomp compress ../test/test.cif.gz
./foldcomp decompress ../test/test.cif.fcz
./foldcomp decompress -a ../test/test.cif.fcz
RMSD1=$(./foldcomp rmsd ../test/test.pdb ../test/test_fcz.pdb | cut -f6)
awk -v check=$RMSD1 -v target=0.102262 'BEGIN { diff = check - target; if (diff < 0) diff = -diff; if (diff > 0.001) { print check"!="target; exit 1 } }'
RMSD2=$(./foldcomp rmsd ../test/test.cif.gz ../test/test.cif_fcz.pdb | cut -f6)
Expand Down

0 comments on commit 652916f

Please sign in to comment.