Skip to content

Commit

Permalink
tng format no longer supported by mdtraj
Browse files Browse the repository at this point in the history
  • Loading branch information
stefdoerr committed Jun 4, 2024
1 parent 57c349c commit a9ce3c5
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions moleculekit/writers.py
Original file line number Diff line number Diff line change
Expand Up @@ -903,15 +903,7 @@ def INPCRDwrite(mol, filename):

# Taken from trajectory.py Trajectory()._savers() method of MDtraj

_MDTRAJ_SAVERS = (
"h5",
"ncrst",
"mdcrd",
"lammpstrj",
"gro",
"rst7",
"tng",
)
_MDTRAJ_SAVERS = ("h5", "ncrst", "mdcrd", "lammpstrj", "gro", "rst7")


def MDTRAJwrite(mol, filename):
Expand Down Expand Up @@ -1397,7 +1389,6 @@ def test_writers(self):
"nc",
"netcdf",
"ncdf",
"tng",
"xyz.gz",
"xyz",
)
Expand Down

0 comments on commit a9ce3c5

Please sign in to comment.