Warning: Can't synchronize with repository "(default)" (/home/git/ome.git does not appear to be a Git repository.). Look in the Trac log for more information.
Notice: In order to edit this ticket you need to be either: a Product Owner, The owner or the reporter of the ticket, or, in case of a Task not yet assigned, a team_member"

User Story #2603 (closed)

Opened 14 years ago

Closed 10 years ago

EMDB web client

Reported by: wmoore Owned by: wmoore
Priority: major Milestone: Unscheduled
Component: Web Keywords: n.a.
Cc: Story Points: n.a.
Sprint: n.a. Importance: n.a.
Total Remaining Time: 0.0d Estimated Remaining Time: n.a.

Description (last modified by wmoore)

Implement the current functionality and EMDB entries of the EM Data Bank in an OMERO-based web application. Store all metadata for each entry as an emd.xml attached to Project. Also include OpenAstex? Viewer for viewing maps.

For each EMDB entry, store

  • Project, named by EMDB-id. E.g. 1006. Attach to Project:
    • emd.xml metadata
    • pdb structures, if maps have been fitted.
    • gif image of structure, for preview
    • bit masks (file.bit) in Ingvar's format
  • Dataset.
  • Image (mrc map)

Use curl script (below) to download data from EMDB.

Use a Python script to populate OMERO with the data.

set -v

baseurl="ftp://emdb-beta.emdatabank.org/structures"

for ((i=1001; i<1007; i++)) 
do 
    
    echo "downloading $i"
    
    curl -O "$baseurl/EMD-$i/header/emd-$i.xml"
    curl -O "$baseurl/EMD-$i/images/$i.gif"
    curl -O "$baseurl/EMD-$i/map/emd_$i.map.gz"
done

Change History (22)

comment:1 Changed 14 years ago by wmoore

  • Description modified (diff)

comment:2 Changed 14 years ago by wmoore

(In [7716]) Fixed preview gif to use same code as getFile() for EMDB. See #2603

comment:3 Changed 14 years ago by wmoore

(In [7720]) Use 'map replace' to help memory issues of Open Astex viewer. See #2603

comment:4 Changed 14 years ago by wmoore

(In [7721]) Reverting the 'replace' command for Open Astex Viewer and fixing bit mask download. See #2603

comment:5 Changed 14 years ago by jmoore

  • Milestone set to Work in Progress

comment:6 Changed 14 years ago by jmoore

  • Milestone changed from Work in Progress to OMERO-Beta4.2.1

comment:7 Changed 14 years ago by wmoore

(In [7963]) Fixed bug in Map-model page. See #2603

comment:8 Changed 14 years ago by wmoore

(In [8005]) Turning off web emdb for release. See #2603

comment:9 Changed 14 years ago by wmoore

(In [8125]) Fixes for display and download of maps and xml from webemdb. See #2603

comment:10 Changed 14 years ago by jmoore

  • Milestone changed from OMERO-Beta4.2.1 to Unscheduled

comment:11 Changed 14 years ago by wmoore

(In [8197]) webemdb edits related to Jason's e-mail yesterday. See #2603.

comment:12 Changed 14 years ago by wmoore

(In [8207]) Fixed bug in previous commit. See #2603

comment:13 Changed 14 years ago by wmoore

(In [8263]) Removing mean and sum projections from webemdb. See #2603

comment:14 Changed 14 years ago by wmoore

(In [8276]) Added logos and 'About' page to webemdb. See #2603

comment:15 Changed 14 years ago by wmoore

(In [8277]) Adding link to webemdb demo movie in 'about' page. See #2603.

comment:16 Changed 14 years ago by wmoore

(In [8278]) Updating OAV jar to fix bit mask centering bug. See #2603

comment:17 Changed 13 years ago by wmoore

(In [8572]) Fixing EMAN2 import statement in omeroweb/settings.py see #2603

comment:18 Changed 13 years ago by wmoore

(In [8588]) Adding webemdb config instructions to webemdb/README.txt. See #2603

comment:19 Changed 13 years ago by wmoore

(In [8660]) Updating OAV jar for webemdb. Also remove display of docked pdbs. See #2603

comment:20 Changed 13 years ago by wmoore

(In [8934/omero]) Adding multiple datasets handling to Ctf_Correction.py script. See #2603

comment:21 Changed 13 years ago by wmoore

(In [8935/omero]) Small fix to Eman_Filters.py See #2603

comment:22 Changed 10 years ago by wmoore

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets. You may also have a look at Agilo extensions to the ticket.

1.3.13-PRO © 2008-2011 Agilo Software all rights reserved (this page was served in: 0.137649 sec.)

We're Hiring!