Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/azazellochg/scipion-em-plugins

Repo to group many Scipion plugins for development
https://github.com/azazellochg/scipion-em-plugins

Last synced: about 1 hour ago
JSON representation

Repo to group many Scipion plugins for development

Awesome Lists containing this project

README

        

# scipion-em-plugins
This repo groups all Scipion plugins. The main goal is to facilitate the development workflow of the different plugin repos. Instead of having a single project for each one, here all of them are contained as submodules.

## To add submodule:
Run `git submodule add https://github.com/scipion-em/scipion-em-repo`

## To remove submodule:
1. Delete the relevant section from the _.gitmodules_ file.
2. Stage the _.gitmodules_ changes: `git add .gitmodules`.
3. Delete the relevant section from _.git/config_.
4. Run `git rm --cached path_to_submodule` (no trailing slash).
5. Run `rm -rf .git/modules/path_to_submodule` (no trailing slash).

## To update all submodules:
`git submodule update --recursive --remote`

## To clone this repo:
`git clone --recurse-submodules -j8 https://github.com/azazellochg/scipion-em-plugins.git`

## Stats
* pw ![](https://img.shields.io/pypi/dm/scipion-pyworkflow)
* pwem ![](https://img.shields.io/pypi/dm/scipion-em)
* app ![](https://img.shields.io/pypi/dm/scipion-app)
---
* aretomo ![](https://img.shields.io/pypi/dm/scipion-em-aretomo)
* cistem ![](https://img.shields.io/pypi/dm/scipion-em-cistem)
* cryoassess ![](https://img.shields.io/pypi/dm/scipion-em-cryoassess)
* cryodrgn ![](https://img.shields.io/pypi/dm/scipion-em-cryodrgn)
* cryoef ![](https://img.shields.io/pypi/dm/scipion-em-cryoef)
* eman2 ![](https://img.shields.io/pypi/dm/scipion-em-eman2)
* fsc3d ![](https://img.shields.io/pypi/dm/scipion-em-fsc3d)
* gautomatch ![](https://img.shields.io/pypi/dm/scipion-em-gautomatch)
* gctf ![](https://img.shields.io/pypi/dm/scipion-em-gctf)
* imagic ![](https://img.shields.io/pypi/dm/scipion-em-imagic)
* motioncorr ![](https://img.shields.io/pypi/dm/scipion-em-motioncorr)
* relion ![](https://img.shields.io/pypi/dm/scipion-em-relion)
* sidesplitter ![](https://img.shields.io/pypi/dm/scipion-em-sidesplitter)
* spider ![](https://img.shields.io/pypi/dm/scipion-em-spider)
* susantomo ![](https://img.shields.io/pypi/dm/scipion-em-susantomo)
* tomotwin ![](https://img.shields.io/pypi/dm/scipion-em-tomotwin)
* warp ![](https://img.shields.io/pypi/dm/scipion-em-warp)