===========
Tomo plugin
===========
Base Scipion plugin for electron cryo-tomography and subtomogram averaging.
Protocols
---------
* **import tilt-series**: Protocol to import tilt series.
* **import tilt-series movies**: Protocol to import tilt series movies.
* **import tomograms** : Protocol to import a set of tomograms to the project.
* **import tomomasks (segmentations)**: Protocol to import a set of tomomasks (segmentations) to the project.
* **import 3D coordinates from scipion** : Protocol to import a set of 3d coordinates from Scipion sqlite file.
* **import set of coordinates 3D** : Protocol to import a set of coordinates 3D to the project.
* **import subtomograms** : Protocol to import a set of tomograms to the project.
* **2D particles to subtomograms** : Protocol to create a set of subtomograms from a selected 2D particles.
* **2d coordinates to 3d coordinates** : Turns 2d coordinates into set of 3d coordinates. Works in coordination with 'tomograms to micrographs' protocol.
* **Compose Tilt Serie** : Compose in streaming a set of tilt series based on a sets of micrographs and mdoc files. Three time parameters are abailable for the streaming behaviour: Time for next tilt, Time for next micrograph and Time for next Tilt Serie
* **Tilt-series assign alignment** : Assign the transformation matrices from an input set of tilt-series to a target one.
* **Tilt-series consensus alignment** : Perform a consensus of a set of alignments for the same tilt series. Returns the average alignment matrix of the consensus alignments and its standard deviation of shift and angle.
* **Tilt-series convert coords3D** : Scipion protocol to convert a set of tilt-series coordinates 3d to a set of coordinates 3d associated to a set of tomograms.
* **assign alignment** : Assign the alignment stored in a set of Subtomograms/Coordinates3D to another set. Both sets should have same pixel size (A/px). The Subtomograms/Coordinates3D with the alignment can also be a subset of a bigger set.
* **assign tomograms to tomo masks (segmentations)** : This protocol assign tomograms to tomomasks (segmentations).
* **assign tomos to subtomos** : This protocol assign tomograms to subtomograms that have been imported before without tomograms. Subtomograms should contain the name of the original tomogram in their own file name.
* **average tilt-series movies** : Simple protocol to average TiltSeries movies as basic motion correction. It is used mainly for testing purposes.
* **consensus classes subtomo** : Compare several SetOfClassesSubTomograms. Return the intersection of the input classes.
* **ctf validate** : Validate a set of CTF tomo series and separate into two sets (good and bad tomo series )
* **extract 3D coordinates** : Extract the coordinates information from a set of subtomograms. This protocol is useful when we want to re-extract the subtomograms (maybe resulting from classification) with the original dimensions. It can be also handy to visualize the resulting subtomograms in their location on the tomograms.
* **split even/odd tomos/subtomos** : Protocol to split set of tomograms or subtomograms in even/odd sets by element id.
* **tomograms to micrographs** : Turns tomograms into set of micrographs to apply SPA picking methods.
**Latest plugin versions**
==========================
If you want to check the latest version and release history go to `CHANGES <https://github.com/scipion-em/scipion-em-tomo/blob/master/CHANGES.txt>`_
**Installing the plugin**
=========================
In order to install the plugin follow these instructions:
.. code-block::
scipion installp -p scipion-em-tomo
or through the **plugin manager** by launching Scipion and following **Configuration** >> **Plugins**
**To install in development mode**
Clone or download the plugin repository
.. code-block::
git clone -b devel https://github.com/scipion-em/scipion-em-tomo.git
Install the plugin in developer mode.
.. code-block::
scipion installp -p local/path/to/scipion-em-tomo --devel
**Configuration variables**
===========================
**NAPARI_ENV_ACTIVATION** (default = conda activate napari-0.4.19):
Command to activate napari environment (used by other tomo plugins).
Buildbot status
---------------
Status devel version:
.. image:: http://scipion-test.cnb.csic.es:9980/badges/tomo_devel.svg
Status production version:
.. image:: http://scipion-test.cnb.csic.es:9980/badges/tomo_prod.svg
Raw data
{
"_id": null,
"home_page": "https://github.com/scipion-em/scipion-em-tomo",
"name": "scipion-em-tomo",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "scipion electron-microscopy cryo-em cryo-tomography subtomogram-averaging structural-biology image-processing scipion-3.0",
"author": "J.M. De la Rosa, Estrella Fernandez, David Herreros, Adrian Quintana",
"author_email": "delarosatrevin@scilifelab.se",
"download_url": "https://files.pythonhosted.org/packages/5a/04/f2a09d3c4fb896ace07efc8cb1c8241de65a7c185b7aef37d9cdfe16c4a7/scipion-em-tomo-3.9.0.tar.gz",
"platform": null,
"description": "===========\nTomo plugin\n===========\n\nBase Scipion plugin for electron cryo-tomography and subtomogram averaging.\n\nProtocols\n---------\n\n* **import tilt-series**: Protocol to import tilt series.\n* **import tilt-series movies**: Protocol to import tilt series movies.\n* **import tomograms** : Protocol to import a set of tomograms to the project.\n* **import tomomasks (segmentations)**: Protocol to import a set of tomomasks (segmentations) to the project.\n* **import 3D coordinates from scipion** : Protocol to import a set of 3d coordinates from Scipion sqlite file.\n* **import set of coordinates 3D** : Protocol to import a set of coordinates 3D to the project.\n* **import subtomograms** : Protocol to import a set of tomograms to the project.\n* **2D particles to subtomograms** : Protocol to create a set of subtomograms from a selected 2D particles.\n* **2d coordinates to 3d coordinates** : Turns 2d coordinates into set of 3d coordinates. Works in coordination with 'tomograms to micrographs' protocol.\n* **Compose Tilt Serie** : Compose in streaming a set of tilt series based on a sets of micrographs and mdoc files. Three time parameters are abailable for the streaming behaviour: Time for next tilt, Time for next micrograph and Time for next Tilt Serie\n* **Tilt-series assign alignment** : Assign the transformation matrices from an input set of tilt-series to a target one.\n* **Tilt-series consensus alignment** : Perform a consensus of a set of alignments for the same tilt series. Returns the average alignment matrix of the consensus alignments and its standard deviation of shift and angle.\n* **Tilt-series convert coords3D** : Scipion protocol to convert a set of tilt-series coordinates 3d to a set of coordinates 3d associated to a set of tomograms.\n* **assign alignment** : Assign the alignment stored in a set of Subtomograms/Coordinates3D to another set. Both sets should have same pixel size (A/px). The Subtomograms/Coordinates3D with the alignment can also be a subset of a bigger set.\n* **assign tomograms to tomo masks (segmentations)** : This protocol assign tomograms to tomomasks (segmentations).\n* **assign tomos to subtomos** : This protocol assign tomograms to subtomograms that have been imported before without tomograms. Subtomograms should contain the name of the original tomogram in their own file name.\n* **average tilt-series movies** : Simple protocol to average TiltSeries movies as basic motion correction. It is used mainly for testing purposes.\n* **consensus classes subtomo** : Compare several SetOfClassesSubTomograms. Return the intersection of the input classes.\n* **ctf validate** : Validate a set of CTF tomo series and separate into two sets (good and bad tomo series )\n* **extract 3D coordinates** : Extract the coordinates information from a set of subtomograms. This protocol is useful when we want to re-extract the subtomograms (maybe resulting from classification) with the original dimensions. It can be also handy to visualize the resulting subtomograms in their location on the tomograms.\n* **split even/odd tomos/subtomos** : Protocol to split set of tomograms or subtomograms in even/odd sets by element id.\n* **tomograms to micrographs** : Turns tomograms into set of micrographs to apply SPA picking methods.\n\n\n**Latest plugin versions**\n==========================\n\nIf you want to check the latest version and release history go to `CHANGES <https://github.com/scipion-em/scipion-em-tomo/blob/master/CHANGES.txt>`_\n\n\n**Installing the plugin**\n=========================\n\nIn order to install the plugin follow these instructions:\n\n.. code-block::\n\n scipion installp -p scipion-em-tomo\n\n\nor through the **plugin manager** by launching Scipion and following **Configuration** >> **Plugins**\n\n\n**To install in development mode**\n\nClone or download the plugin repository\n\n.. code-block::\n\n git clone -b devel https://github.com/scipion-em/scipion-em-tomo.git\n\nInstall the plugin in developer mode.\n\n.. code-block::\n\n scipion installp -p local/path/to/scipion-em-tomo --devel\n\n\n**Configuration variables**\n===========================\n\n**NAPARI_ENV_ACTIVATION** (default = conda activate napari-0.4.19):\nCommand to activate napari environment (used by other tomo plugins).\n\n\nBuildbot status\n---------------\n\nStatus devel version:\n\n.. image:: http://scipion-test.cnb.csic.es:9980/badges/tomo_devel.svg\n\n\nStatus production version:\n\n.. image:: http://scipion-test.cnb.csic.es:9980/badges/tomo_prod.svg\n\n\n",
"bugtrack_url": null,
"license": null,
"summary": "Plugin to use electron tomography software within the Scipion framework",
"version": "3.9.0",
"project_urls": {
"Bug Reports": "https://github.com/scipion-em/scipion-em-tomo/issues",
"Homepage": "https://github.com/scipion-em/scipion-em-tomo",
"Source": "https://github.com/scipion-em/scipion-em-tomo/"
},
"split_keywords": [
"scipion",
"electron-microscopy",
"cryo-em",
"cryo-tomography",
"subtomogram-averaging",
"structural-biology",
"image-processing",
"scipion-3.0"
],
"urls": [
{
"comment_text": "scipion-3.0",
"digests": {
"blake2b_256": "9584288b3afdb371bfe4c3174a39b58c93afe0d45332659fc777496fddfd6741",
"md5": "3389696d82e1d41c5563538c8014eba7",
"sha256": "a69ebfb0aad39f79cb63ebb03f6b1c2bf19cdc07a6770e2247f3e387feb7efa3"
},
"downloads": -1,
"filename": "scipion_em_tomo-3.9.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "3389696d82e1d41c5563538c8014eba7",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 282674,
"upload_time": "2024-11-04T10:07:37",
"upload_time_iso_8601": "2024-11-04T10:07:37.150581Z",
"url": "https://files.pythonhosted.org/packages/95/84/288b3afdb371bfe4c3174a39b58c93afe0d45332659fc777496fddfd6741/scipion_em_tomo-3.9.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "scipion-3.0",
"digests": {
"blake2b_256": "5a04f2a09d3c4fb896ace07efc8cb1c8241de65a7c185b7aef37d9cdfe16c4a7",
"md5": "36e51feb89625c5d2b55fba7034445f6",
"sha256": "44b4646a8171bf8db77f1983d2533d20e79c934679fa916eb46891b6ad7b8380"
},
"downloads": -1,
"filename": "scipion-em-tomo-3.9.0.tar.gz",
"has_sig": false,
"md5_digest": "36e51feb89625c5d2b55fba7034445f6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 224807,
"upload_time": "2024-11-04T10:07:38",
"upload_time_iso_8601": "2024-11-04T10:07:38.499030Z",
"url": "https://files.pythonhosted.org/packages/5a/04/f2a09d3c4fb896ace07efc8cb1c8241de65a7c185b7aef37d9cdfe16c4a7/scipion-em-tomo-3.9.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-04 10:07:38",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "scipion-em",
"github_project": "scipion-em-tomo",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "scipion-em-tomo"
}