Skip to main content

Topaz ready to use in scipion.

Project description

Topaz plugin

This plugin allows to use Topaz programs within the Scipion framework. It will allow to pre-process micrographs and pick particles within Scipion.

Topaz is a pipeline for particle detection in cryo-electron microscopy images which uses convolutional neural networks trained from positive and unlabeled examples.

Setup

For Users

Install Scipion2, follow the ‘Topaz integration’ instructions below and install the Topaz plugin.

For developers

  1. For testing and develop this plugin, you need to use the Scipion v2.0 in devel. For that, just install Scipion from GitHub, using the ‘devel’ branch.

  2. Follow the ‘Topaz integration’ instructions below.

  3. Clone this repository in you system:

    cd
    git clone https://github.com/scipion-em/scipion-em-topaz
  4. Install the Topaz plugin in devel mode:

    scipion installp -p ~/scipion-em-topaz --devel

Topaz integration

The following steps presuppose that you have Anaconda or Miniconda installed on your computer.

In ~/.config/scipion/scipion.conf:
Set CONDA_ACTIVATION_CMD variable in the Packages section.
For example: CONDA_ACTIVATION_CMD = . ~/anaconda2/etc/profile.d/conda.sh
Notice the command starts with a period! This will source the conda.sh script. This is needed to activate the conda environment.
For further information please visit the following website:
Set TOPAZ_ACTIVATION_CMD variable in the Packages section.
For example: TOPAZ_ACTIVATION_CMD = conda activate topaz
This will activate the conda environment with the default name topaz.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

scipion-em-topaz-1.1.tar.gz (34.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page