Git Product home page Git Product logo

harpy's Introduction

logo

GitHub Release documentation badge Anaconda-Server Badge

Haplotag Data Processing Pipeline. Getting you from raw reads to genotypes/phased haplotypes or your money back.

๐Ÿ“ฅ Install

To avoid dependency conflicts with an existing environment, it is best to create a new environment for a harpy installation. The code below creates a new conda/mamba environment called harpy (via -n harpy) and installs harpy into it. You can name this environment whatever you like using the -n somename argument.

mamba create -n harpy -c bioconda -c conda-forge harpy
โšช๏ธ install into an existing conda environment โšช๏ธ

If you wish to install harpy and its dependencies into an existing environment, activate that environment (conda activate env_name) and execute this installation code:

mamba install -c bioconda -c conda-forge harpy

Or provide -n envname to install it into an existing environment named envname

mamba install -n envname -c bioconda -c conda-forge harpy

๐ŸŒŸ Activate the harpy environment

Once conda/mamba finishes, activate the conda/mamba environment you installed harpy into with

conda activate env_name

where env_name is the name of that environment. After doing so, the harpy executable should be callable from your path.

โšก Usage

Just call harpy or harpy --help on the command line to get started!

harpy

harpy's People

Contributors

pdimens 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.