From 65142489bc02d66c26230b157f08e2fcb8909ccc Mon Sep 17 00:00:00 2001 From: Mieczyslaw Torchala Date: Fri, 25 Sep 2020 04:58:26 +0100 Subject: [PATCH] Add examples of selecting groups from other groups * Fixes issue #100 * adds examples of selecting residues from each segment, or atoms from each residue --- doc/source/AUTHORS | 2 +- doc/source/groups_of_atoms.rst | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/source/AUTHORS b/doc/source/AUTHORS index a6e8066fb..8792b6767 100644 --- a/doc/source/AUTHORS +++ b/doc/source/AUTHORS @@ -29,4 +29,4 @@ Chronological list of authors - Yuxuan Zhuang - Mieczyslaw Torchala 2021 - - Paul Smith \ No newline at end of file + - Paul Smith diff --git a/doc/source/groups_of_atoms.rst b/doc/source/groups_of_atoms.rst index 1c73ad2d1..8cf91604a 100644 --- a/doc/source/groups_of_atoms.rst +++ b/doc/source/groups_of_atoms.rst @@ -139,7 +139,10 @@ Use case: Atoms list grouped by residues In order to list all the heavy protein backbone and sidechain atoms in every residue, one needs to call: .. ipython:: python +<<<<<<< HEAD :okwarning: +======= +>>>>>>> 6fbcdd6 (Add examples of selecting groups from other groups) atoms_in_residues = list() for seg in u.segments: