Dealing with netcdf trajectories

Dear Chimera-X users ! Typically having loaded pdb of the system I use the following command to load the netcdf file, which replaces current pdb with the trajectory: open ./trajectory_part1.nc structureModel #1 would it be possible to load in the same section the second part of the same trajectory and merge the both into the same ensemble ? E.g. if I run subsequently the same command with another trajectory, it will produce another ensemble related to the second trajectory (and not merge the both together): open ./stripped_*part2.nc structureModel #1 Many thanks in advance! Enrico

Hi Enrico, Add "replace false" to the open command you use when opening the second set of coordinates and it will append those coordinate to the current ones. --Eric Eric Pettersen UCSF Computer Graphics Lab
On Apr 10, 2024, at 2:34 AM, Enrico Martinez via ChimeraX-users <chimerax-users@cgl.ucsf.edu> wrote:
Dear Chimera-X users !
Typically having loaded pdb of the system I use the following command to load the netcdf file, which replaces current pdb with the trajectory: open ./trajectory_part1.nc <http://trajectory_part1.nc/> structureModel #1
would it be possible to load in the same section the second part of the same trajectory and merge the both into the same ensemble ? E.g. if I run subsequently the same command with another trajectory, it will produce another ensemble related to the second trajectory (and not merge the both together): open ./stripped_*part2.nc <http://part2.nc/> structureModel #1
Many thanks in advance!
Enrico _______________________________________________ ChimeraX-users mailing list -- chimerax-users@cgl.ucsf.edu To unsubscribe send an email to chimerax-users-leave@cgl.ucsf.edu Archives: https://mail.cgl.ucsf.edu/mailman/archives/list/chimerax-users@cgl.ucsf.edu/

Thank you very much Eric !! Il giorno mer 10 apr 2024 alle ore 18:24 Eric Pettersen <pett@cgl.ucsf.edu> ha scritto:
Hi Enrico, Add "replace false" to the open command you use when opening the second set of coordinates and it will append those coordinate to the current ones.
--Eric
Eric Pettersen UCSF Computer Graphics Lab
On Apr 10, 2024, at 2:34 AM, Enrico Martinez via ChimeraX-users < chimerax-users@cgl.ucsf.edu> wrote:
Dear Chimera-X users !
Typically having loaded pdb of the system I use the following command to load the netcdf file, which replaces current pdb with the trajectory: open ./trajectory_part1.nc structureModel #1
would it be possible to load in the same section the second part of the same trajectory and merge the both into the same ensemble ? E.g. if I run subsequently the same command with another trajectory, it will produce another ensemble related to the second trajectory (and not merge the both together): open ./stripped_*part2.nc structureModel #1
Many thanks in advance!
Enrico _______________________________________________ ChimeraX-users mailing list -- chimerax-users@cgl.ucsf.edu To unsubscribe send an email to chimerax-users-leave@cgl.ucsf.edu Archives: https://mail.cgl.ucsf.edu/mailman/archives/list/chimerax-users@cgl.ucsf.edu/
participants (2)
-
Enrico Martinez
-
Eric Pettersen