Discngine/fpocket

mdpocket on aligned AMBER trajectory in pdb format

debarati31 opened this issue · 1 comments

Hi,
I am running mdpocket using this command line:

mdpocket --trajectory_file /storage/debarati/all_water_closed.pdb --trajectory_format pdb -f reference_water.pdb
The trajectory has 6500 frames all in that single pdb

How to troubleshoot please help?
Thanks

image

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