Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Outputing replica trajectories from simulation output #3

Open
covo6734 opened this issue Jan 16, 2020 · 0 comments
Open

Outputing replica trajectories from simulation output #3

covo6734 opened this issue Jan 16, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@covo6734
Copy link
Contributor

covo6734 commented Jan 16, 2020

The script scan_torsions.py ( foldamers/examples/varying_model_parameters/scan_torsions ) is outputting raw trajectory data (.nc files) into files organized by the angles of sc_bb_bb_sc and sc_bb_bb_bb. PDB files are extracted from these the .nc files and are classified as native or non-native, based on how well they match a determined native structure (I think established before the simulation). The files output into these directories are pdb files from all replicas, but individual replicas are not evident from the native/non-native classification. The values necessary to be considered a native contact and the range of angles used for the sc_bb_bb_sc and sc_bb_bb_bb are both defined in the script.

We want to be able to visualize the individual trajectories of each replica without the extra step of native/non-native classification, so the full of the trajectory of a given replica can be visualized in one file.

Currently, I'm making changes to the file mentioned above and running using the following command.

python scan_torsions.py
@covo6734 covo6734 added enhancement New feature or request help wanted Extra attention is needed labels Jan 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants