Skip to content

Commit

Permalink
Update datafiles.py
Browse files Browse the repository at this point in the history
Added test files
  • Loading branch information
talagayev authored Nov 15, 2024
1 parent 137f69c commit 70b70be
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions testsuite/MDAnalysisTests/datafiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,8 @@
"SURFACE_PDB", # 111 FCC lattice topology for NSGrid bug #2345
"SURFACE_TRR", # full precision coordinates for NSGrid bug #2345
"DSSP", # DSSP test suite
"GLYCAM", # PDB file with GLYCAM sugars
"SUGAR_PDB", # PDB file with PDB abbreviation sugars
]

from importlib import resources
Expand Down Expand Up @@ -671,5 +673,8 @@
# DSSP testing: from https://github.com/ShintaroMinami/PyDSSP
DSSP = (_data_ref / 'dssp').as_posix()

GLYCAM = (_data_ref / 'GLYCAM_sugars.pdb').as_posix()
SUGAR_PDB = (_data_ref / '6kya.pdb').as_posix()

# This should be the last line: clean up namespace
del resources

0 comments on commit 70b70be

Please sign in to comment.