Skip to main content

No project description provided

Project description

mEdit

GitHub Downloads (all assets, all releases) GitHub last commit (branch) GitHub top language PyPI - Version GitHub License

Table of Contents

What is mEdit?

Program Structure

screenshot

Features

  • Reference Human Genome
    • mEdit has three different options for loading reference genomes:
    • 1- The latest compatible reference used by the HPRC on human pangenome assemblies
    • 2- The latest RefSeq human genome reference
    • 3- Custom version provided by the user

Getting Started

Prerequisites

PIP

  • Make sure gcc is installed
    sudo apt install gcc
    
  • Also make sure your pip up to date
    python -m pip install --upgrade pip
    
    • or:
    apt install python3-pip
    

Anaconda

  • mEdit utilizes Anaconda to build its own environments under the hood.
  • Install Miniconda:
    bash Miniconda3-latest-<your-OS>.sh
    
  • Set up and update conda:
    conda update --all
    conda config --set channel_priority strict
    

Mamba

  • The officially supported way of installing Mamba is through Miniforge.
  • The Miniforge repository holds the minimal installers for Conda and Mamba specific to conda-forge.

Tabix

  • This allows mEdit to use bgzip for file compression.
    • In linux systems, install tabix.
        apt install tabix
      
    • On macOS machines, intall htslib.
        brew install htslib
      

Installation

mEdit is compatible with UNIX-based systems running on Intel processors and it's conveniently available via pyPI:

pip install meditability

Running Tests

Usage

  • db_set
  • list
  • guide_prediction
  • offtargets

Roadmap

Contributing

FAQ

License

Contact

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

meditability-0.2.8.tar.gz (95.0 kB view hashes)

Uploaded Source

Built Distribution

meditability-0.2.8-py3-none-any.whl (169.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page