Geostas with ensemble

Issue #781 new
Former user created an issue

Hi, I have an error like this:

the command used

gs <- geostas(pdbs, k=4)

Error that is being outputted

.. 5238 non-gap positions selected Error in geostas.xyz(xyz, verbose = verbose, ...) : provide a trajectory (e.g xyz object) with multiple (>2) frames

I am trying to align pdbs to visualize PCs with the domain chains. Any tips on tackling this error? Thank you in advanced.

Comments (1)

  1. Xinqiu Yao

    The error message says the number of frames (number of rows in ‘xyz’) is no greater than 2. Please check you ‘pdbs’ object and make sure it has at least three structures.

  2. Log in to comment