Skip to content

Commit

Permalink
Change PyMOL nucleic seln to include other codes
Browse files Browse the repository at this point in the history
Natalie and I have found that DU, BRU, OMC, OMG, OMU appear as nucleic
codes and not labelling them as such makes it hard to hide all nucleic
when rendering superfamily superpositions.
  • Loading branch information
tonyelewis committed Nov 28, 2017
1 parent ab0c204 commit fe0b30b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/uni/display/viewer/chimera_viewer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ set cartoon_smooth_loops,1
show_as sticks, organic
colour black, organic
select organic, organic
select nucleic, resn A+C+G+U+DA+DC+DG+DT
select nucleic, resn A+C+G+U+DA+DC+DG+DT+DU+BRU+OMC+OMG+OMU
reset
set field_of_view, 25
set label_size, -0.6
Expand Down
2 changes: 1 addition & 1 deletion source/uni/display/viewer/pymol_viewer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ set cartoon_smooth_loops,1
show_as sticks, organic
colour black, organic
select organic, organic
select nucleic, resn A+C+G+U+DA+DC+DG+DT
select nucleic, resn A+C+G+U+DA+DC+DG+DT+DU+BRU+OMC+OMG+OMU
deselect
reset
set field_of_view, 25
Expand Down

1 comment on commit fe0b30b

@tonyelewis
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should have included the resulting changes in the testfiles, which were committed in the next commit: d6fc4db

Please sign in to comment.