Coder Social home page Coder Social logo

thejacksonlaboratory / geneweaver-core Goto Github PK

View Code? Open in Web Editor NEW
2.0 6.0 0.0 370 KB

The core library for GeneWeaver projects.

Home Page: https://geneweaver.org

License: Apache License 2.0

Python 100.00%
analysis functional-genomics genomics schemas genomic-data-science

geneweaver-core's Introduction

Geneweaver Core

GitHub Actions Workflow Status Style Coverage

PyPI - License PyPI - Python Version PyPI - Version PyPI - Downloads

The Geneweaver Core Python library provides shared foundational functionality for the Geneweaver project. It is a dependency of all other Geneweaver Python libraries, and is not intended to be used directly.

Installation

The Geneweaver Core library is available on PyPI and can be installed with pip:

pip install geneweaver-core

If you are using Poetry, you can add the Geneweaver Core library to your project with:

poetry add geneweaver-core

Overview

This package is structured so as to share an import path with other geneweaver packages. This allows you to install the package and import it without having to worry about the package name. For example, if you install the geneweaver-core package, as well as the geneweaver-db package, you can import the geneweaver package and access both libraries:

from geneweaver import core, db

The Geneweaver Core library provides the following functionality:

  • geneweaver.core.schema: Pydantic schema definitions

  • geneweaver.core.enum: Enumerations

  • geneweaver.core.config: Configuration management

    • GeneweaverBaseSettings: Base Settings class to inherit from for your own package's configuration classes
    • GeneweaverCoreSettings: Configuration class for Geneweaver Core settings
  • geneweaver.core.exc: Geneweaver shared exceptions

    • GeneweaverException: Base exception class for Geneweaver
    • GeneweaverError: Base error class for Geneweaver
    • GeneweaverWarning: Base warning class for Geneweaver
  • geneweaver.core.pase: Geneweaver file parsing functionality

    • batch: Functions for parsing a batch file
    • score: Functions for parsing a score
    • csv: Functions for parsing a CSV file
    • xlsx: Functions for parsing an Excel file
    • enum: Enumerations for file parsing
    • exceptions: Exceptions for file parsing
    • utils: Utility functions for file parsing

Planned Functionality

  • geneweaver.core.logging: Shared logging management
  • geneweaver.core.utils: Shared utility functions

geneweaver-core's People

Contributors

bergsalex avatar gerring avatar

Stargazers

Camille Liedtka avatar  avatar

Watchers

Dave Walton avatar  avatar  avatar Francisco Castellanos avatar  avatar Heidi Fisher avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.