Skip to content

bjpop/base_counter_invar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

travis

Overview

This program counts DNA bases in targeted sequencing data.

In the examples below, $ indicates the command line prompt.

Licence

This program is released as open source software under the terms of MIT License.

Installing

You can install base_counter directly from the source code or build and run it from within Docker container.

Installing directly from source code

Clone this repository:

$ git clone https://github.com/bjpop/base_counter

Move into the repository directory:

$ cd base_counter

Python 3 is required for this software.

Base_counter can be installed using pip in a variety of ways ($ indicates the command line prompt):

  1. Inside a virtual environment:
$ python3 -m venv base_counter_dev
$ source base_counter_dev/bin/activate
$ pip install -U /path/to/base_counter
  1. Into the global package database for all users:
$ pip install -U /path/to/base_counter
  1. Into the user package database (for the current user only):
$ pip install -U --user /path/to/base_counter

About

Base counter for INVAR sequencing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages