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.

Changes between Initial Version and Version 1 of Ticket #2603


Ignore:
Timestamp:
07/16/10 14:08:56 (14 years ago)
Author:
wmoore
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2603 – Description

    initial v1  
    22 
    33For each EMDB entry, store 
    4  * mrc maps as Images in OMERO 
    5  * emd.xml metadata 
    6  * pdb structures, if maps have been fitted.  
    7  * gif image of structure, for preview 
    8  * bit masks (file.bit) in Ingvar's format  
     4 
     5 * Project, named by EMDB-id. E.g. 1006. Attach to Project: 
     6     * emd.xml metadata 
     7     * pdb structures, if maps have been fitted.  
     8     * gif image of structure, for preview 
     9     * bit masks (file.bit) in Ingvar's format  
     10 * Dataset.  
     11 * Image (mrc map) 
     12 
     13Use curl script (below) to download data from EMDB. 
     14 
     15Use a Python script to populate OMERO with the data. 
     16 
     17{{{ 
     18set -v 
     19 
     20baseurl="ftp://emdb-beta.emdatabank.org/structures" 
     21 
     22for ((i=1001; i<1007; i++))  
     23do  
     24     
     25    echo "downloading $i" 
     26     
     27    curl -O "$baseurl/EMD-$i/header/emd-$i.xml" 
     28    curl -O "$baseurl/EMD-$i/images/$i.gif" 
     29    curl -O "$baseurl/EMD-$i/map/emd_$i.map.gz" 
     30done 
     31}}} 

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

We're Hiring!