Giter VIP home page Giter VIP logo

htsinfer's Introduction

HTSinfer

license CI coverage

HTSinfer infers metadata from High Throughput Sequencing (HTS) data.

Usage

htsinfer [-h] -f1 FILE [-f2 FILE] [-n INT] [--verbose] [--debug] [--version]

Parameters

required arguments:
  -f1 FILE, --file-1 FILE
      file path to read/first mate library

optional arguments:
  -f2 FILE, --file-2 FILE
      file path to second mate library
  -n INT, --max-records INT
      maximum number of records to process, starting with
      first record; set to 0 to process entire file(s)
  --verbose, -v
      print logging messages to STDERR
  --debug
      print debugging messages to STDERR
  --version
      show version information and exit
  -h, --help
      show this help message and exit

Installation

In order to use the HTSinfer, clone the repository and install the dependencies with Conda:

git clone https://github.com/zavolanlab/htsinfer
cd htsinfer
conda env create --file environment.yml
conda env update --file environment-dev.yml  # optional: install development/testing dependencies
conda activate htsinfer
python setup.py install

If you have installed the development/testing dependencies, you can verify that HTSinfer was installed correctly by executing the tests shipped with the package:

python -m pytest

Run HTSinfer via the CLI script htsinfer as described in the Usage section.

Contributing

This project lives off your contributions, be it in the form of bug reports, feature requests, discussions, or fixes and other code changes. Please refer to the contributing guidelines if you are interested to contribute. Please mind the code of conduct for all interactions with the community.

Contact

For questions or suggestions regarding the code, please use the issue tracker. For any other inquiries, please contact us by email: [email protected]

(c) 2020 Zavolan lab, Biozentrum, University of Basel

htsinfer's People

Contributors

uniqueg avatar rohank63 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.