Skip to content

Commit

Permalink
updated test-suite/mmtf files
Browse files Browse the repository at this point in the history
  • Loading branch information
arose committed Jun 4, 2016
1 parent 7de29ce commit 7768921
Show file tree
Hide file tree
Showing 23 changed files with 25 additions and 0 deletions.
Binary file modified test-suite/mmtf/173D.mmtf
Binary file not shown.
Binary file modified test-suite/mmtf/1AA6.mmtf
Binary file not shown.
Binary file modified test-suite/mmtf/1BNA.mmtf
Binary file not shown.
Binary file modified test-suite/mmtf/1CAG.mmtf
Binary file not shown.
Binary file modified test-suite/mmtf/1HTQ.mmtf
Binary file not shown.
Binary file modified test-suite/mmtf/1IGT.mmtf
Binary file not shown.
Binary file modified test-suite/mmtf/1L2Q.mmtf
Binary file not shown.
Binary file modified test-suite/mmtf/1LPV.mmtf
Binary file not shown.
Binary file modified test-suite/mmtf/1MSH.mmtf
Binary file not shown.
Binary file modified test-suite/mmtf/1O2F.mmtf
Binary file not shown.
Binary file modified test-suite/mmtf/1R9V.mmtf
Binary file not shown.
Binary file modified test-suite/mmtf/1SKM.mmtf
Binary file not shown.
Binary file modified test-suite/mmtf/3NJW.mmtf
Binary file not shown.
Binary file modified test-suite/mmtf/3ZYB.mmtf
Binary file not shown.
Binary file modified test-suite/mmtf/4CK4.mmtf
Binary file not shown.
Binary file modified test-suite/mmtf/4CUP.mmtf
Binary file not shown.
Binary file modified test-suite/mmtf/4OPJ.mmtf
Binary file not shown.
Binary file modified test-suite/mmtf/4P3R.mmtf
Binary file not shown.
Binary file modified test-suite/mmtf/4V5A.mmtf
Binary file not shown.
Binary file modified test-suite/mmtf/4Y60.mmtf
Binary file not shown.
Binary file modified test-suite/mmtf/5EMG.mmtf
Binary file not shown.
Binary file modified test-suite/mmtf/5ESW.mmtf
Binary file not shown.
25 changes: 25 additions & 0 deletions test-suite/update.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

cd ./mmtf/;
curl http://mmtf.rcsb.org/v0.2/full/173D.mmtf.gz -o 173D.mmtf.gz && gzip -df 173D.mmtf.gz;
curl http://mmtf.rcsb.org/v0.2/full/1AA6.mmtf.gz -o 1AA6.mmtf.gz && gzip -df 1AA6.mmtf.gz;
curl http://mmtf.rcsb.org/v0.2/full/1BNA.mmtf.gz -o 1BNA.mmtf.gz && gzip -df 1BNA.mmtf.gz;
curl http://mmtf.rcsb.org/v0.2/full/1CAG.mmtf.gz -o 1CAG.mmtf.gz && gzip -df 1CAG.mmtf.gz;
curl http://mmtf.rcsb.org/v0.2/full/1HTQ.mmtf.gz -o 1HTQ.mmtf.gz && gzip -df 1HTQ.mmtf.gz;
curl http://mmtf.rcsb.org/v0.2/full/1IGT.mmtf.gz -o 1IGT.mmtf.gz && gzip -df 1IGT.mmtf.gz;
curl http://mmtf.rcsb.org/v0.2/full/1L2Q.mmtf.gz -o 1L2Q.mmtf.gz && gzip -df 1L2Q.mmtf.gz;
curl http://mmtf.rcsb.org/v0.2/full/1LPV.mmtf.gz -o 1LPV.mmtf.gz && gzip -df 1LPV.mmtf.gz;
curl http://mmtf.rcsb.org/v0.2/full/1MSH.mmtf.gz -o 1MSH.mmtf.gz && gzip -df 1MSH.mmtf.gz;
curl http://mmtf.rcsb.org/v0.2/full/1O2F.mmtf.gz -o 1O2F.mmtf.gz && gzip -df 1O2F.mmtf.gz;
curl http://mmtf.rcsb.org/v0.2/full/1R9V.mmtf.gz -o 1R9V.mmtf.gz && gzip -df 1R9V.mmtf.gz;
curl http://mmtf.rcsb.org/v0.2/full/1SKM.mmtf.gz -o 1SKM.mmtf.gz && gzip -df 1SKM.mmtf.gz;
curl http://mmtf.rcsb.org/v0.2/full/3NJW.mmtf.gz -o 3NJW.mmtf.gz && gzip -df 3NJW.mmtf.gz;
curl http://mmtf.rcsb.org/v0.2/full/3ZYB.mmtf.gz -o 3ZYB.mmtf.gz && gzip -df 3ZYB.mmtf.gz;
curl http://mmtf.rcsb.org/v0.2/full/4CK4.mmtf.gz -o 4CK4.mmtf.gz && gzip -df 4CK4.mmtf.gz;
curl http://mmtf.rcsb.org/v0.2/full/4CUP.mmtf.gz -o 4CUP.mmtf.gz && gzip -df 4CUP.mmtf.gz;
curl http://mmtf.rcsb.org/v0.2/full/4OPJ.mmtf.gz -o 4OPJ.mmtf.gz && gzip -df 4OPJ.mmtf.gz;
curl http://mmtf.rcsb.org/v0.2/full/4P3R.mmtf.gz -o 4P3R.mmtf.gz && gzip -df 4P3R.mmtf.gz;
curl http://mmtf.rcsb.org/v0.2/full/4V5A.mmtf.gz -o 4V5A.mmtf.gz && gzip -df 4V5A.mmtf.gz;
curl http://mmtf.rcsb.org/v0.2/full/4Y60.mmtf.gz -o 4Y60.mmtf.gz && gzip -df 4Y60.mmtf.gz;
curl http://mmtf.rcsb.org/v0.2/full/5EMG.mmtf.gz -o 5EMG.mmtf.gz && gzip -df 5EMG.mmtf.gz;
curl http://mmtf.rcsb.org/v0.2/full/5ESW.mmtf.gz -o 5ESW.mmtf.gz && gzip -df 5ESW.mmtf.gz;
cd ../;

0 comments on commit 7768921

Please sign in to comment.