sqt¶
Summary¶
Command-line tools for the analysis of high-throughput sequencing data
Versions¶
- 0.6.1
License¶
MIT
Meta¶
about:
home: https://bitbucket.org/marcelm/sqt
license: MIT
summary: 'Command-line tools for the analysis of high-throughput sequencing data'
package:
name: sqt
version: "0.6.1"
source:
fn: sqt-0.6.1.tar.gz
url: https://pypi.python.org/packages/source/s/sqt/sqt-0.6.1.tar.gz
md5: 3fed3ab31996520017a73b7ac10f3e61
requirements:
run:
- python
- cutadapt
- pysam >=0.8.4
- matplotlib
- seaborn
build:
- python
- cutadapt
- pysam >=0.8.4
- matplotlib
- seaborn
test:
imports:
- sqt
commands:
- sqt --version > /dev/null
build:
skip: True # [py27]
script: python3 setup.py install