Topaz ready to use in scipion.
Project description
This plugin allows to use Topaz programs within the Scipion framework. It can denoise, 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.
Installation
You will need to use 3.0+ version of Scipion to be able to run these protocols. To install the plugin, you have two options:
Stable version
It can be installed in user mode via Scipion plugin manager (Configuration > Plugins) or using the command line:
scipion installp -p scipion-em-topaz
Developer’s version
download repository
git clone -b devel https://github.com/scipion-em/scipion-em-topaz.git
install
scipion installp -p /path/to/scipion-em-topaz --devel
Topaz software will be installed automatically with the plugin but you can also use an existing installation by providing TOPAZ_ENV_ACTIVATION (see below).
Important: you need to have conda (miniconda3 or anaconda3) pre-installed to use this program.
To check the installation you can run the plugin’s tests:
scipion tests topaz.tests.test_protocol_topaz.TestTopaz
Configuration variables
CONDA_ACTIVATION_CMD: If undefined, it will rely on conda command being in the PATH (not recommended), which can lead to execution problems mixing scipion python with conda ones. One example of this could can be seen below but depending on your conda version and shell you will need something different:
CONDA_ACTIVATION_CMD = eval “$(/extra/miniconda3/bin/conda shell.bash hook)”
TOPAZ_ENV_ACTIVATION (default = conda activate topaz-0.2.5): Command to activate the Topaz environment.
Supported versions
0.2.3, 0.2.4, 0.2.5
Protocols
import training model
picking
training
References
Bepler, T. et al. Positive-unlabeled convolutional neural networks for particle picking in cryo-electron micrographs. arXiv (2018).
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
Built Distribution
File details
Details for the file scipion-em-topaz-3.0.2.tar.gz
.
File metadata
- Download URL: scipion-em-topaz-3.0.2.tar.gz
- Upload date:
- Size: 38.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 87a88ad6fbbbc733fbc59b0338776e5a9005fe8c22abbd88701cecfed2af4c11 |
|
MD5 | f41c19cf26b3b44690012778a387a7d1 |
|
BLAKE2b-256 | 185fef6dc12a08026eb757b6aa573da7bc14c4bdceb08b882b2352a80e88ccbb |
File details
Details for the file scipion_em_topaz-3.0.2-py3-none-any.whl
.
File metadata
- Download URL: scipion_em_topaz-3.0.2-py3-none-any.whl
- Upload date:
- Size: 45.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 30c7b85d0d618d70be28611f944eb3fb328ac407499d87f7781e82446dbd597f |
|
MD5 | 677eab295537ef3458e870248a9dafd0 |
|
BLAKE2b-256 | ad7b563d52b8e4e992b5e83dc4437e364a7a93ad54bbd75c94aed859f5dda8c5 |