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

cgecore

Package Overview
Dependencies
Maintainers
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cgecore

Modules used throughout the tools developed and maintained by the Center for Genomic Epidemiology (CGE).

  • 2.0.0
  • PyPI
  • Socket score

Maintainers
3

CGE Core Module version 2 released

The cgecore module have been updated to version 2.0.0. Despite earlier announcements, we have decided to try and keep most of the legacy functionality in version 2. All CGE tools should work with this updated version. However, we did not have the resources to test it with all CGE tools. This version includes all functionality from the cgelib package version 0.7.5. The cgelib package has been deprecated and all functionality has been moved to the cgecore package. The cgecore package is now the one-stop core module for the Center for Genomic Epidemiology.

Please note that some parts of the added functionality is still in development and tests are far from complete.

cge_core_module

Core module for the Center for Genomic Epidemiology

This module contains classes and functions needed to run the service wrappers and pipeline scripts

The pypi project can be found here: https://pypi.org/project/cgecore/

How to update:

  1. Make changes to the modules
  2. Bump the version number accordingly in cgecore/init.py
  3. Install package locally
  4. Test the changes locally (for both python2 and python3)
  5. Distribute to Pypi

Install package locally

python2 setup.py install

python3 setup.py install

Distribute to PyPi

python3 setup.py sdist bdist_wheel

twine upload dist/*

deprecated: python setup.py sdist upload -r pypi

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