Skip to content

A Scipion plugin to make depositions to EMPIAR

License

Notifications You must be signed in to change notification settings

scipion-em/scipion-em-empiar

Repository files navigation

Scipion Empiar Depositor

This project is a Scipion plugin to make depositions to https://www.ebi.ac.uk/pdbe/emdb/empiar or to download raw data.

PyPI release License Supported Python versions SonarCloud quality gate Downloads

Setup

In order to install the plugin follow these instructions:

  1. Install this plugin:
scipion installp -p scipion-em-empiar

or through the plugin manager by launching Scipion and following Configuration >> Plugins

Alternatively, in devel mode:

git clone -b devel https://github.com/scipion-em/scipion-em-empiar.git
scipion installp -p local/path/to/scipion-em-empiar --devel
  1. Download Aspera Connect:

Go to https://www.ibm.com/aspera/connect/ and download the latest version.

  1. Register an account in the EMPIAR deposition and Segmentation Annotation Tool

Go to https://www.ebi.ac.uk/pdbe/emdb/empiar/deposition/register/ and get an API token at Get empiar-deposition API token section

  1. Open scipion's config file 'scipion3 config --show' and add the following variables:
ASCP = <aspera_binary_path> (usually it is located at $HOME/.aspera/connect/bin/ascp)
ASPERA_SCP_PASS= <aspera_shares_user_password>
EMPIAR_TOKEN = <empiar_token>