Pymol-Scripts / Pymol-script-repo

Collected scripts for Pymol
http://www.pymolwiki.org/index.php/Git_intro
445 stars 258 forks source link

Add output message for findseq + don't create empty selection when seq was not found #141

Closed jrom99 closed 4 months ago

jrom99 commented 7 months ago

The current behavior doesn't output any message whether a sequence was found or not, so the only way to check is by noticing that the selection is empty.

I think a better method would be to not create an empty selection, as well as printing messages for both cases.