Search in Command History

Dear ChimeraX team, Not sure if there is one already, would be great to have a search box in the "Command History" window. Best, Roden -- This message and its contents, including attachments are intended solely for the original recipient. If you are not the intended recipient or have received this message in error, please notify me immediately and delete this message from your computer system. Any unauthorized use or distribution is prohibited. Please consider the environment before printing this email.

Hi Roden, There isn't a search capability and it might be nice to add one. There is a kind of related capability that you might not be aware of that could be helpful. You probably know that if you hit up-arrow in the command line it cycles backwards through the command history. What you might not know is that if you type a few characters in the command line and then hit shift-uparrow, it cycles backwards only through commands that start with those characters. So if you type "open", then shift-uparrow will goes backwards through just your open commands. You might also want to check out the clix bundle <https://cxtoolshed.rbvi.ucsf.edu/apps/chimeraxclix>, which offers an alternative command-line implementation which does have searching the command history, along with a bunch of other neat features. --Eric Eric Pettersen UCSF Computer Graphics Lab
On May 2, 2025, at 5:11 AM, Roden Deng Luo via ChimeraX-users <chimerax-users@cgl.ucsf.edu> wrote:
Dear ChimeraX team,
Not sure if there is one already, would be great to have a search box in the "Command History" window.
Best, Roden
This message and its contents, including attachments are intended solely for the original recipient. If you are not the intended recipient or have received this message in error, please notify me immediately and delete this message from your computer system. Any unauthorized use or distribution is prohibited. Please consider the environment before printing this email._______________________________________________ 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/

Wow! *Shift*-uparrow is amazing! Clix also looks cool! I do not see a high need for a search box now. Many thanks, Roden On Fri, May 2, 2025 at 7:30 PM Eric Pettersen <pett@cgl.ucsf.edu> wrote:
Hi Roden, There isn't a search capability and it might be nice to add one. There is a kind of related capability that you might not be aware of that could be helpful. You probably know that if you hit up-arrow in the command line it cycles backwards through the command history. What you might not know is that if you type a few characters in the command line and then hit *shift*-uparrow, it cycles backwards only through commands that start with those characters. So if you type "open", then shift-uparrow will goes backwards through just your open commands. You might also want to check out the clix bundle <https://urldefense.com/v3/__https://cxtoolshed.rbvi.ucsf.edu/apps/chimeraxcl...>, which offers an alternative command-line implementation which does have searching the command history, along with a bunch of other neat features.
--Eric
Eric Pettersen UCSF Computer Graphics Lab
On May 2, 2025, at 5:11 AM, Roden Deng Luo via ChimeraX-users < chimerax-users@cgl.ucsf.edu> wrote:
Dear ChimeraX team,
Not sure if there is one already, would be great to have a search box in the "Command History" window.
Best, Roden
------------------------------ This message and its contents, including attachments are intended solely for the original recipient. If you are not the intended recipient or have received this message in error, please notify me immediately and delete this message from your computer system. Any unauthorized use or distribution is prohibited. Please consider the environment before printing this email._______________________________________________ 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/ <https://urldefense.com/v3/__https://mail.cgl.ucsf.edu/mailman/archives/list/...>
-- This message and its contents, including attachments are intended solely for the original recipient. If you are not the intended recipient or have received this message in error, please notify me immediately and delete this message from your computer system. Any unauthorized use or distribution is prohibited. Please consider the environment before printing this email.

Hi Eric, I noticed shift up is only matching the first word right after. I finally looked into its implementation today and found it is very straightforward to change it to match all type text from the user. I submitted a bundle for it just now. I do not see why this is not the default shift up behavior. But just in case, I also create a command to disable and enable it. The code is at https://github.com/nanovis/ProteinCraft-ChimeraX-shiftUp. It is monkey-patching the default up and down functions. You might just change the code base too if you find it handy, two lines change in each function. Best, Roden On Fri, May 2, 2025 at 7:44 PM Roden Deng Luo <deng.luo@kaust.edu.sa> wrote:
Wow! *Shift*-uparrow is amazing! Clix also looks cool! I do not see a high need for a search box now.
Many thanks, Roden
On Fri, May 2, 2025 at 7:30 PM Eric Pettersen <pett@cgl.ucsf.edu> wrote:
Hi Roden, There isn't a search capability and it might be nice to add one. There is a kind of related capability that you might not be aware of that could be helpful. You probably know that if you hit up-arrow in the command line it cycles backwards through the command history. What you might not know is that if you type a few characters in the command line and then hit *shift*-uparrow, it cycles backwards only through commands that start with those characters. So if you type "open", then shift-uparrow will goes backwards through just your open commands. You might also want to check out the clix bundle <https://urldefense.com/v3/__https://cxtoolshed.rbvi.ucsf.edu/apps/chimeraxcl...>, which offers an alternative command-line implementation which does have searching the command history, along with a bunch of other neat features.
--Eric
Eric Pettersen UCSF Computer Graphics Lab
On May 2, 2025, at 5:11 AM, Roden Deng Luo via ChimeraX-users < chimerax-users@cgl.ucsf.edu> wrote:
Dear ChimeraX team,
Not sure if there is one already, would be great to have a search box in the "Command History" window.
Best, Roden
------------------------------ This message and its contents, including attachments are intended solely for the original recipient. If you are not the intended recipient or have received this message in error, please notify me immediately and delete this message from your computer system. Any unauthorized use or distribution is prohibited. Please consider the environment before printing this email._______________________________________________ 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/ <https://urldefense.com/v3/__https://mail.cgl.ucsf.edu/mailman/archives/list/...>
-- This message and its contents, including attachments are intended solely for the original recipient. If you are not the intended recipient or have received this message in error, please notify me immediately and delete this message from your computer system. Any unauthorized use or distribution is prohibited. Please consider the environment before printing this email.

Also, I feel it would be great to have a short dedicated page (maybe there is already one but I did not notice) to introduce efficient Human-ChimeraX Interactions (HCI :D): shift up, functionkey, alias. It would be good to have it at the end of every ChimeraX onboarding session. On Thu, May 15, 2025 at 7:37 PM Roden Deng Luo <deng.luo@kaust.edu.sa> wrote:
Hi Eric,
I noticed shift up is only matching the first word right after. I finally looked into its implementation today and found it is very straightforward to change it to match all type text from the user. I submitted a bundle for it just now. I do not see why this is not the default shift up behavior. But just in case, I also create a command to disable and enable it. The code is at https://github.com/nanovis/ProteinCraft-ChimeraX-shiftUp. It is monkey-patching the default up and down functions. You might just change the code base too if you find it handy, two lines change in each function.
Best, Roden
On Fri, May 2, 2025 at 7:44 PM Roden Deng Luo <deng.luo@kaust.edu.sa> wrote:
Wow! *Shift*-uparrow is amazing! Clix also looks cool! I do not see a high need for a search box now.
Many thanks, Roden
On Fri, May 2, 2025 at 7:30 PM Eric Pettersen <pett@cgl.ucsf.edu> wrote:
Hi Roden, There isn't a search capability and it might be nice to add one. There is a kind of related capability that you might not be aware of that could be helpful. You probably know that if you hit up-arrow in the command line it cycles backwards through the command history. What you might not know is that if you type a few characters in the command line and then hit *shift*-uparrow, it cycles backwards only through commands that start with those characters. So if you type "open", then shift-uparrow will goes backwards through just your open commands. You might also want to check out the clix bundle <https://urldefense.com/v3/__https://cxtoolshed.rbvi.ucsf.edu/apps/chimeraxcl...>, which offers an alternative command-line implementation which does have searching the command history, along with a bunch of other neat features.
--Eric
Eric Pettersen UCSF Computer Graphics Lab
On May 2, 2025, at 5:11 AM, Roden Deng Luo via ChimeraX-users < chimerax-users@cgl.ucsf.edu> wrote:
Dear ChimeraX team,
Not sure if there is one already, would be great to have a search box in the "Command History" window.
Best, Roden
------------------------------ This message and its contents, including attachments are intended solely for the original recipient. If you are not the intended recipient or have received this message in error, please notify me immediately and delete this message from your computer system. Any unauthorized use or distribution is prohibited. Please consider the environment before printing this email._______________________________________________ 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/ <https://urldefense.com/v3/__https://mail.cgl.ucsf.edu/mailman/archives/list/...>
-- This message and its contents, including attachments are intended solely for the original recipient. If you are not the intended recipient or have received this message in error, please notify me immediately and delete this message from your computer system. Any unauthorized use or distribution is prohibited. Please consider the environment before printing this email.

These ways to navigate and search previous commands are all described in the Command Line and Command History help pages: <https://rbvi.ucsf.edu/chimerax/docs/user/tools/cli.html> <https://rbvi.ucsf.edu/chimerax/docs/user/tools/cli.html#history> Elaine ----- Elaine C. Meng, Ph.D. UCSF Chimera(X) team Resource for Biocomputing, Visualization, and Informatics Department of Pharmaceutical Chemistry University of California, San Francisco
On May 15, 2025, at 9:44 AM, Roden Deng Luo via ChimeraX-users <chimerax-users@cgl.ucsf.edu> wrote:
Also, I feel it would be great to have a short dedicated page (maybe there is already one but I did not notice) to introduce efficient Human-ChimeraX Interactions (HCI :D): shift up, functionkey, alias. It would be good to have it at the end of every ChimeraX onboarding session.
On Thu, May 15, 2025 at 7:37 PM Roden Deng Luo <deng.luo@kaust.edu.sa> wrote: Hi Eric,
I noticed shift up is only matching the first word right after. I finally looked into its implementation today and found it is very straightforward to change it to match all type text from the user. I submitted a bundle for it just now. I do not see why this is not the default shift up behavior. But just in case, I also create a command to disable and enable it. The code is at https://github.com/nanovis/ProteinCraft-ChimeraX-shiftUp. It is monkey-patching the default up and down functions. You might just change the code base too if you find it handy, two lines change in each function.
Best, Roden
On Fri, May 2, 2025 at 7:44 PM Roden Deng Luo <deng.luo@kaust.edu.sa> wrote: Wow! Shift-uparrow is amazing! Clix also looks cool! I do not see a high need for a search box now.
Many thanks, Roden
On Fri, May 2, 2025 at 7:30 PM Eric Pettersen <pett@cgl.ucsf.edu> wrote: Hi Roden, There isn't a search capability and it might be nice to add one. There is a kind of related capability that you might not be aware of that could be helpful. You probably know that if you hit up-arrow in the command line it cycles backwards through the command history. What you might not know is that if you type a few characters in the command line and then hit shift-uparrow, it cycles backwards only through commands that start with those characters. So if you type "open", then shift-uparrow will goes backwards through just your open commands. You might also want to check out the clix bundle, which offers an alternative command-line implementation which does have searching the command history, along with a bunch of other neat features.
--Eric
Eric Pettersen UCSF Computer Graphics Lab
On May 2, 2025, at 5:11 AM, Roden Deng Luo via ChimeraX-users <chimerax-users@cgl.ucsf.edu> wrote:
Dear ChimeraX team,
Not sure if there is one already, would be great to have a search box in the "Command History" window.
Best, Roden
This message and its contents, including attachments are intended solely for the original recipient. If you are not the intended recipient or have received this message in error, please notify me immediately and delete this message from your computer system. Any unauthorized use or distribution is prohibited. Please consider the environment before printing this email._______________________________________________ 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/
This message and its contents, including attachments are intended solely for the original recipient. If you are not the intended recipient or have received this message in error, please notify me immediately and delete this message from your computer system. Any unauthorized use or distribution is prohibited. Please consider the environment before printing this email._______________________________________________ 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/

Different people (and different use cases) have completely different ideas of how to interact efficiently. For example, I think I interact pretty efficiently with the program, but I never use command search or functionkey. That's why we provide a lot of different approaches: icons, ability to truncate essentially any command, command search, custom presets for your own "macros," alias command, etc. I try to crossreference all the related topics, and to describe them in the logical location (e.g. command search is in Command History). As time permits, there are a few dedicated pages such as "making movies" and "measurements" but these are for relatively clear-cut, objective subject areas. If you have a bigger list of what you think are the efficiency items, however, feel free to send it to me. Thanks, Elaine ----- Elaine C. Meng, Ph.D. UCSF Chimera(X) team Resource for Biocomputing, Visualization, and Informatics Department of Pharmaceutical Chemistry University of California, San Francisco
On May 15, 2025, at 9:44 AM, Roden Deng Luo via ChimeraX-users <chimerax-users@cgl.ucsf.edu> wrote:
Also, I feel it would be great to have a short dedicated page (maybe there is already one but I did not notice) to introduce efficient Human-ChimeraX Interactions (HCI :D): shift up, functionkey, alias. It would be good to have it at the end of every ChimeraX onboarding session.
On Thu, May 15, 2025 at 7:37 PM Roden Deng Luo <deng.luo@kaust.edu.sa> wrote: Hi Eric,
I noticed shift up is only matching the first word right after. I finally looked into its implementation today and found it is very straightforward to change it to match all type text from the user. I submitted a bundle for it just now. I do not see why this is not the default shift up behavior. But just in case, I also create a command to disable and enable it. The code is at https://github.com/nanovis/ProteinCraft-ChimeraX-shiftUp. It is monkey-patching the default up and down functions. You might just change the code base too if you find it handy, two lines change in each function.
Best, Roden
On Fri, May 2, 2025 at 7:44 PM Roden Deng Luo <deng.luo@kaust.edu.sa> wrote: Wow! Shift-uparrow is amazing! Clix also looks cool! I do not see a high need for a search box now.
Many thanks, Roden
On Fri, May 2, 2025 at 7:30 PM Eric Pettersen <pett@cgl.ucsf.edu> wrote: Hi Roden, There isn't a search capability and it might be nice to add one. There is a kind of related capability that you might not be aware of that could be helpful. You probably know that if you hit up-arrow in the command line it cycles backwards through the command history. What you might not know is that if you type a few characters in the command line and then hit shift-uparrow, it cycles backwards only through commands that start with those characters. So if you type "open", then shift-uparrow will goes backwards through just your open commands. You might also want to check out the clix bundle, which offers an alternative command-line implementation which does have searching the command history, along with a bunch of other neat features.
--Eric
Eric Pettersen UCSF Computer Graphics Lab
On May 2, 2025, at 5:11 AM, Roden Deng Luo via ChimeraX-users <chimerax-users@cgl.ucsf.edu> wrote:
Dear ChimeraX team,
Not sure if there is one already, would be great to have a search box in the "Command History" window.
Best, Roden
This message and its contents, including attachments are intended solely for the original recipient. If you are not the intended recipient or have received this message in error, please notify me immediately and delete this message from your computer system. Any unauthorized use or distribution is prohibited. Please consider the environment before printing this email._______________________________________________ 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/
This message and its contents, including attachments are intended solely for the original recipient. If you are not the intended recipient or have received this message in error, please notify me immediately and delete this message from your computer system. Any unauthorized use or distribution is prohibited. Please consider the environment before printing this email._______________________________________________ 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/

Hi Roden, Your change seems like basically a strict improvement on what shift-arrow currently does (since the search is still looking at the start of the line), so I see no reason not to directly incorporate it. I’ll do that later today. Therefore I will be declining the bundle you submitted. Also, in the future if you have suggested improvements to the ChimeraX code base you might consider submitting them as pull requests on the GitHub repository, where we could evaluate them, offer feedback, and easily incorporate them if we like them. —Eric
On May 15, 2025, at 9:37 AM, Roden Deng Luo via ChimeraX-users <chimerax-users@cgl.ucsf.edu> wrote:
Hi Eric,
I noticed shift up is only matching the first word right after. I finally looked into its implementation today and found it is very straightforward to change it to match all type text from the user. I submitted a bundle for it just now. I do not see why this is not the default shift up behavior. But just in case, I also create a command to disable and enable it. The code is at https://github.com/nanovis/ProteinCraft-ChimeraX-shiftUp. It is monkey-patching the default up and down functions. You might just change the code base too if you find it handy, two lines change in each function.
Best, Roden
On Fri, May 2, 2025 at 7:44 PM Roden Deng Luo <deng.luo@kaust.edu.sa <mailto:deng.luo@kaust.edu.sa>> wrote:
Wow! Shift-uparrow is amazing! Clix also looks cool! I do not see a high need for a search box now.
Many thanks, Roden
On Fri, May 2, 2025 at 7:30 PM Eric Pettersen <pett@cgl.ucsf.edu <mailto:pett@cgl.ucsf.edu>> wrote:
Hi Roden, There isn't a search capability and it might be nice to add one. There is a kind of related capability that you might not be aware of that could be helpful. You probably know that if you hit up-arrow in the command line it cycles backwards through the command history. What you might not know is that if you type a few characters in the command line and then hit shift-uparrow, it cycles backwards only through commands that start with those characters. So if you type "open", then shift-uparrow will goes backwards through just your open commands. You might also want to check out the clix bundle <https://urldefense.com/v3/__https://cxtoolshed.rbvi.ucsf.edu/apps/chimeraxcl...>, which offers an alternative command-line implementation which does have searching the command history, along with a bunch of other neat features.
--Eric
Eric Pettersen UCSF Computer Graphics Lab
On May 2, 2025, at 5:11 AM, Roden Deng Luo via ChimeraX-users <chimerax-users@cgl.ucsf.edu <mailto:chimerax-users@cgl.ucsf.edu>> wrote:
Dear ChimeraX team,
Not sure if there is one already, would be great to have a search box in the "Command History" window.
Best, Roden
This message and its contents, including attachments are intended solely for the original recipient. If you are not the intended recipient or have received this message in error, please notify me immediately and delete this message from your computer system. Any unauthorized use or distribution is prohibited. Please consider the environment before printing this email._______________________________________________ ChimeraX-users mailing list -- chimerax-users@cgl.ucsf.edu <mailto:chimerax-users@cgl.ucsf.edu> To unsubscribe send an email to chimerax-users-leave@cgl.ucsf.edu <mailto:chimerax-users-leave@cgl.ucsf.edu> Archives: https://mail.cgl.ucsf.edu/mailman/archives/list/chimerax-users@cgl.ucsf.edu/ <https://urldefense.com/v3/__https://mail.cgl.ucsf.edu/mailman/archives/list/...>
This message and its contents, including attachments are intended solely for the original recipient. If you are not the intended recipient or have received this message in error, please notify me immediately and delete this message from your computer system. Any unauthorized use or distribution is prohibited. Please consider the environment before printing this email._______________________________________________ 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/

Hi Elaine, Fully agree. With shift up, I do not really crave for search. Right after knowing functionkey, I set F12 for "toolshed uninstall ..; devel build ...; devel install ... " a bundle development and F11 for open test data. Then, I am developing a non-covalent (pseudo) bond style switching between real atoms with all atoms showing and between CA atoms with cartoons. I set F2 for that switching, as my F1 is occupied by another program. It helped a lot in dev and debug. I believe it will help later in real use. I think something requiring somewhat frequent switching between mouse and command is a good candidate to promote to F keys. I did check alias and functionkey pages and saw the "see also" before. It is probably the first time I opened the cmd page just now as I now usually search for a specific command and was not that aware of the tools doc pages, especially not for commandline tool itself. I believe what you have mentioned are mostly all use case compatible efficient helpers. Intermediate level users could be introduced to a short page focused on "efficient items." Hi Eric, Sure. Will do. Roden On Thu, May 15, 2025 at 9:11 PM Eric Pettersen <pett@cgl.ucsf.edu> wrote:
Hi Roden, Your change seems like basically a strict improvement on what shift-arrow currently does (since the search is still looking at the start of the line), so I see no reason not to directly incorporate it. I’ll do that later today. Therefore I will be declining the bundle you submitted. Also, in the future if you have suggested improvements to the ChimeraX code base you might consider submitting them as pull requests on the GitHub repository, where we could evaluate them, offer feedback, and easily incorporate them if we like them.
—Eric
On May 15, 2025, at 9:37 AM, Roden Deng Luo via ChimeraX-users < chimerax-users@cgl.ucsf.edu> wrote:
Hi Eric,
I noticed shift up is only matching the first word right after. I finally looked into its implementation today and found it is very straightforward to change it to match all type text from the user. I submitted a bundle for it just now. I do not see why this is not the default shift up behavior. But just in case, I also create a command to disable and enable it. The code is at https://github.com/nanovis/ProteinCraft-ChimeraX-shiftUp <https://urldefense.com/v3/__https://github.com/nanovis/ProteinCraft-ChimeraX...>. It is monkey-patching the default up and down functions. You might just change the code base too if you find it handy, two lines change in each function.
Best, Roden
On Fri, May 2, 2025 at 7:44 PM Roden Deng Luo <deng.luo@kaust.edu.sa> wrote:
Wow! *Shift*-uparrow is amazing! Clix also looks cool! I do not see a high need for a search box now.
Many thanks, Roden
On Fri, May 2, 2025 at 7:30 PM Eric Pettersen <pett@cgl.ucsf.edu> wrote:
Hi Roden, There isn't a search capability and it might be nice to add one. There is a kind of related capability that you might not be aware of that could be helpful. You probably know that if you hit up-arrow in the command line it cycles backwards through the command history. What you might not know is that if you type a few characters in the command line and then hit *shift*-uparrow, it cycles backwards only through commands that start with those characters. So if you type "open", then shift-uparrow will goes backwards through just your open commands. You might also want to check out the clix bundle <https://urldefense.com/v3/__https://cxtoolshed.rbvi.ucsf.edu/apps/chimeraxcl...>, which offers an alternative command-line implementation which does have searching the command history, along with a bunch of other neat features.
--Eric
Eric Pettersen UCSF Computer Graphics Lab
On May 2, 2025, at 5:11 AM, Roden Deng Luo via ChimeraX-users < chimerax-users@cgl.ucsf.edu> wrote:
Dear ChimeraX team,
Not sure if there is one already, would be great to have a search box in the "Command History" window.
Best, Roden
------------------------------ This message and its contents, including attachments are intended solely for the original recipient. If you are not the intended recipient or have received this message in error, please notify me immediately and delete this message from your computer system. Any unauthorized use or distribution is prohibited. Please consider the environment before printing this email._______________________________________________ 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/ <https://urldefense.com/v3/__https://mail.cgl.ucsf.edu/mailman/archives/list/...>
This message and its contents, including attachments are intended solely for the original recipient. If you are not the intended recipient or have received this message in error, please notify me immediately and delete this message from your computer system. Any unauthorized use or distribution is prohibited. Please consider the environment before printing this email._______________________________________________ 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/ <https://urldefense.com/v3/__https://mail.cgl.ucsf.edu/mailman/archives/list/...>
-- This message and its contents, including attachments are intended solely for the original recipient. If you are not the intended recipient or have received this message in error, please notify me immediately and delete this message from your computer system. Any unauthorized use or distribution is prohibited. Please consider the environment before printing this email.
participants (3)
-
Elaine Meng
-
Eric Pettersen
-
Roden Deng Luo