Source: python-cutadapt Maintainer: Debian Med Packaging Team Uploaders: Olivier Sallou , Andreas Tille , Kevin Murray , Steffen Moeller , Section: python Testsuite: autopkgtest-pkg-python Priority: optional Build-Depends: debhelper-compat (= 13), dh-python, python3-all-dev, python3-setuptools, python3-setuptools-scm, python3-pytest-mock, python3-pytest-timeout, python3-xopen, python3-dnaio, python3-pytest, cython3 Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/med-team/python-cutadapt Vcs-Git: https://salsa.debian.org/med-team/python-cutadapt.git Homepage: https://pypi.python.org/pypi/cutadapt Rules-Requires-Root: no Package: python3-cutadapt Architecture: any Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}, python3-xopen, python3-dnaio, pigz 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.