Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/azazellochg/scipion-em-plugins
- Owner: azazellochg
- License: gpl-3.0
- Created: 2018-08-04T13:39:59.000Z (over 6 years ago)
- Default Branch: devel
- Last Pushed: 2024-02-25T15:22:01.000Z (9 months ago)
- Last Synced: 2024-10-13T01:29:23.999Z (about 1 month ago)
- Homepage:
- Size: 132 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)