Task #2642 (closed)
Opened 9 years ago
Closed 9 years ago
Check all parts of every entry
| Reported by: | wmoore | Owned by: | wmoore |
|---|---|---|---|
| Priority: | major | Milestone: | OMERO-Beta4.2.1 |
| Component: | Web | Version: | n.a. |
| Keywords: | n.a. | Cc: | |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | 2010-07-29 (13) |
Description
Make sure that all gifs, pdb, xml, bit etc are imported for each EMDB entry.
Need to be sure that gifs are valid (visible).
Attachments (1)
Change History (4)
comment:1 Changed 9 years ago by wmoore
- Status changed from new to assigned
comment:2 Changed 9 years ago by wmoore
comment:3 Changed 9 years ago by wmoore
- Resolution set to fixed
- Status changed from assigned to closed
Only import entries for which we have the xml, map, 50-gif and 400 gif. See attached import script.
Previously removed all invalid gifs with a python script using:
try:
a = Image.open(gifName)
except:
os.path.remove(gifPath)
which also deleted the script itself!
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
(In [7701]) Use 400 gif for EMDB entry preview. See #2642