File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -43,11 +43,11 @@ jobs:
4343 run : |
4444 wget https://files.rcsb.org/view/1CRN.pdb
4545 wget https://files.rcsb.org/view/1SSU.cif
46- wget https://alphafold.ebi.ac.uk/files/AF-P31434-F1-model_v4 .pdb
46+ wget https://alphafold.ebi.ac.uk/files/AF-P31434-F1-model_v6 .pdb
4747 - name : Test search
4848 run : time python bin/progres search -q 1CRN.pdb -t scope95
4949 - name : Test domain split
50- run : time python bin/progres search -q AF-P31434-F1-model_v4 .pdb -t cath40 -c
50+ run : time python bin/progres search -q AF-P31434-F1-model_v6 .pdb -t cath40 -c
5151 - name : Test score
5252 run : time python bin/progres score 1CRN.pdb 1SSU.cif > score.txt
5353 - name : Check score
@@ -91,11 +91,11 @@ jobs:
9191 run : |
9292 wget https://files.rcsb.org/view/1CRN.pdb
9393 wget https://files.rcsb.org/view/1SSU.cif
94- wget https://alphafold.ebi.ac.uk/files/AF-P31434-F1-model_v4 .pdb
94+ wget https://alphafold.ebi.ac.uk/files/AF-P31434-F1-model_v6 .pdb
9595 - name : Test search
9696 run : time progres search -q 1CRN.pdb -t scope95
9797 - name : Test domain split
98- run : time progres search -q AF-P31434-F1-model_v4 .pdb -t cath40 -c
98+ run : time progres search -q AF-P31434-F1-model_v6 .pdb -t cath40 -c
9999 - name : Test score
100100 run : time progres score 1CRN.pdb 1SSU.cif > score.txt
101101 - name : Check score
You can’t perform that action at this time.
0 commit comments