Opened 6 years ago
Closed 6 years ago
#3009 closed defect (fixed)
add ability to add software citations to mmCIF files
| Reported by: | Greg Couch | Owned by: | Greg Couch |
|---|---|---|---|
| Priority: | blocker | Milestone: | 1.1 |
| Component: | Input/Output | Version: | |
| Keywords: | Cc: | Tristan Croll, Eric Pettersen | |
| Blocked By: | Blocking: | ||
| Notify when closed: | Platform: | all | |
| Project: | ChimeraX |
Description
Make it so tools can add citations to model metadata so it will be written in mmCIF citation table.
Change History (4)
comment:1 by , 6 years ago
| Cc: | added |
|---|---|
| Component: | Unassigned → Input/Output |
comment:2 by , 6 years ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:3 by , 6 years ago
| Milestone: | 1.0 → 1.1 |
|---|
comment:4 by , 6 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Was already working on this. Added chimerax.atomic.mmcif.add_citation() and .add_software() to update the citation and software metadata, respectively. And sped up mmCIF writing by 20% or so. And sped up mmCIF reading a little bit too.