Opened 4 years ago
Closed 4 years ago
#5561 closed enhancement (fixed)
include query model name in Blast results window
Reported by: | Elaine Meng | Owned by: | Zach Pearson |
---|---|---|---|
Priority: | moderate | Milestone: | |
Component: | Sequence | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Notify when closed: | Platform: | all | |
Project: | ChimeraX |
Description
From: Elaine Meng <meng@…>
Date: November 3, 2021 at 5:44:16 PM PDT
Would be helpful to show the model name in the info/parameters line at top, e.g.
where it says "Query: chain #5/B" could instead say something like
Query: 1t2p chain B [...]
...or if you don't want to lose the model number, something like
Query chain: 1t2p #5/B [...]
where 1t2p is the name of model #5 as shown in the Model Panel.
From: Eric Pettersen <pett@…>
Date: November 3, 2021 at 5:53:46 PM PDT
Hi Zach, FYI to get what Elaine wants you would use chain.string(include_structure=True) instead of str(chain).
--Eric
Should be fixed in this commit (also merged to release/v1.3).