Source: python-cutadapt Maintainer: Debian Med Packaging Team Uploaders: Olivier Sallou , Andreas Tille , Kevin Murray Section: python Testsuite: autopkgtest-pkg-python Priority: optional Build-Depends: debhelper (>= 11~), dh-python, python-all, python-all-dev, python-setuptools, python-nose, python-xopen (>= 0.3.2), cython, python3-all, python3-all-dev, python3-setuptools, python3-six, python3-nose, python3-xopen (>= 0.3.2), cython3 Standards-Version: 4.2.1 Vcs-Browser: https://salsa.debian.org/med-team/python-cutadapt Vcs-Git: https://salsa.debian.org/med-team/python-cutadapt.git Homepage: http://pypi.python.org/pypi/cutadapt Package: python-cutadapt Architecture: any Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends} Description: Clean biological sequences from high-throughput sequencing reads (Python 2) Cutadapt helps with biological sequence clean tasks by finding the adapter or primer sequences in an error-tolerant way. It can also modify and filter reads in various ways. Adapter sequences can contain IUPAC wildcard characters. Also, paired-end reads and even colorspace data is supported. If you want, you can also just demultiplex your input data, without removing adapter sequences at all. . This package contains the Python 2 module. Package: python3-cutadapt Architecture: any Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends} Description: Clean biological sequences from high-throughput sequencing reads (Python 3) Cutadapt helps with biological sequence clean tasks by finding the adapter or primer sequences in an error-tolerant way. It can also modify and filter reads in various ways. Adapter sequences can contain IUPAC wildcard characters. Also, paired-end reads and even colorspace data is supported. If you want, you can also just demultiplex your input data, without removing adapter sequences at all. . This package contains the Python 3 module. Package: cutadapt Architecture: all Section: science Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}, python3-cutadapt Description: Clean biological sequences from high-throughput sequencing reads Cutadapt helps with biological sequence clean tasks by finding the adapter or primer sequences in an error-tolerant way. It can also modify and filter reads in various ways. Adapter sequences can contain IUPAC wildcard characters. Also, paired-end reads and even colorspace data is supported. If you want, you can also just demultiplex your input data, without removing adapter sequences at all. . This package contains the user interface.