Size: 1734
Comment:
|
Size: 1593
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 41: | Line 41: |
python -m emdash.upload --host http://ncmidb.bcm.edu | python -m emdash.upload |
Line 43: | Line 43: |
Use the --host option to specify the URI of your EMEN2 server. |
|
Line 53: | Line 51: |
python -m emdash.upload --host http://ncmidb.bcm.edu -t microscopy -m 110 | python -m emdash.microscopy |
EMDash Installation
EMDash can be installed using "easy_install" or you may download the source and use "setup.py"
Dependencies
Install EMDash
EMDash can be installed using either Python easy_install:
sudo python -m easy_install -U emdash
Note the "-U" flag will upgrade EMDash to the current version if it is already found.
Alternatively, you may install EMDash by downloading the source, unpacking, and running the setup.py script:
python ./setup.py build sudo python ./setup.py install
Running EMDash
EMDash includes several programs. To start a basic upload session:
python -m emdash.upload
EMDash with Microscopy GUI
EMDash takes a "-t <mode>" parameter. One of these modes is "-t microscopy", which will provide a user-interface customized for microscopists.
EMDash microscopy mode also takes a "-m <microscope ID>" parameter, pointing to the record in the database that represents the microscope being used. For instance, record 110 in our system is our JEOL 2010F microscope.
python -m emdash.microscopy