mdpocket on aligned AMBER trajectory in pdb format
debarati31 opened this issue · 1 comments
debarati31 commented
pschmidtke commented
The supported trajectory formats for the trajectory_format flag are:
Supported trajectory formats
Trajectory format :
Amber MDCRD without box information (crd)
Amber MDCRD with box information (crdbox)
NetCDF (netcdf)
DCD (dcd)
DESRES DTR (dtr)
Gromacs TRR (trr)
Gromacs XTC (xtc)
as stated when you trigger the help in the CLI or in the documentation. If you want to use a list of pdb files, you have to write them out separately and use a text file listing these by order (timeframe) with the mdpocket --pdb_list file.txt
Hope that helps