Skip to main content

Multiple genomes read count

Project description

spcount

This package is used to map short reads to multiple genomes with perfect match and report only once for each category.

Prerequisites

Install bowtie

BOWTIE_VERSION="1.2.3"
cd ~; \
  wget https://github.com/BenLangmead/bowtie/releases/download/v${BOWTIE_VERSION}/bowtie-${BOWTIE_VERSION}-linux-x86_64.zip; \
  unzip bowtie-${BOWTIE_VERSION}-linux-x86_64.zip; \
  rm bowtie-${BOWTIE_VERSION}-linux-x86_64.zip
export PATH=$PATH:~/bowtie-${BOWTIE_VERSION}-linux-x86_64

Installation

Install python main package

pip install spcount

Or you can install from github directly

pip install git+git://github.com/shengqh/spcount.git

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

spcount-0.0.6.tar.gz (13.3 kB view hashes)

Uploaded Source

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