New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

scipion-em-aretomo

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scipion-em-aretomo

Plugin to use AreTomo program within the Scipion framework

  • 3.10.1
  • Source
  • PyPI
  • Socket score

Maintainers
2

============== AreTomo plugin

This plugin provides a wrapper for AreTomo <https://github.com/czimaginginstitute/AreTomo2>_ program.

.. image:: https://img.shields.io/pypi/v/scipion-em-aretomo.svg :target: https://pypi.python.org/pypi/scipion-em-aretomo :alt: PyPI release

.. image:: https://img.shields.io/pypi/l/scipion-em-aretomo.svg :target: https://pypi.python.org/pypi/scipion-em-aretomo :alt: License

.. image:: https://img.shields.io/pypi/pyversions/scipion-em-aretomo.svg :target: https://pypi.python.org/pypi/scipion-em-aretomo :alt: Supported Python versions

.. image:: https://img.shields.io/sonar/quality_gate/scipion-em_scipion-em-aretomo?server=https%3A%2F%2Fsonarcloud.io :target: https://sonarcloud.io/dashboard?id=scipion-em_scipion-em-aretomo :alt: SonarCloud quality gate

.. image:: https://img.shields.io/pypi/dm/scipion-em-aretomo :target: https://pypi.python.org/pypi/scipion-em-aretomo :alt: Downloads

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:

a) Stable version

.. code-block::

scipion installp -p scipion-em-aretomo

b) Developer's version

* download repository

.. code-block::

    git clone -b devel https://github.com/scipion-em/scipion-em-aretomo.git

* install

.. code-block::

    scipion installp -p /path/to/scipion-em-aretomo --devel
  • AreTomo binaries will be installed automatically with the plugin, but you can also link an existing installation.
  • Default installation path assumed is software/em/aretomo2-1.1.3, if you want to change it, set ARETOMO_HOME in scipion.conf file to the folder where the AreTomo is installed.
  • Depending on your CUDA version this plugin will guess the right default binary from AreTomo2_1.1.3_CudaXY (X is for cuda major version, Y for the minor). You can always set a different one by explicitly setting ARETOMO_BIN variable.
  • If you need to use CUDA different from the one used during Scipion installation (defined by CUDA_LIB), you can add ARETOMO_CUDA_LIB variable to the config file. Various binaries can be downloaded from the official website.

To check the installation, simply run the following Scipion test:

scipion test aretomo.tests.test_protocols_aretomo

Licensing

AreTomo2 binaries are available under BSD-3 license

Supported versions

aretomo2: 1.1.3

Protocols

* tilt-series align and reconstruct

References

* AreTomo: An integrated software package for automated marker-free, motion-corrected cryo-electron tomographic alignment and reconstruction. Shawn Zheng, Georg Wolff, Garrett Greenan, Zhen Chen, Frank G. A. Faas, Montserrat Bárcena, Abraham J. Koster, Yifan Cheng, David Agard. JSB vol. 6, 2022, 100068.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc