Skip to content
Commits on Source (2)
......@@ -16,7 +16,7 @@ Build-Depends: debhelper (>= 11~),
python3-xopen (>= 0.5.0),
python3-dnaio (>= 0.3),
cython3
Standards-Version: 4.2.1
Standards-Version: 4.3.0
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
......@@ -25,7 +25,10 @@ Package: python3-cutadapt
Architecture: any
Depends: ${misc:Depends},
${python3:Depends},
${shlibs:Depends}
${shlibs:Depends},
python3-xopen (>= 0.5.0),
python3-dnaio (>= 0.3),
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.
......