py-cutadapt: updated to 3.4
v3.4 (2021-03-30) ----------------- * :issue:`481`: An experimental single-file Windows executable of Cutadapt is `available for download on the GitHub "releases" page <https://github.com/marcelm/cutadapt/releases>`_. * :issue:`517`: Report correct sequence in info file if read was reverse complemented * :issue:`517`: Added a column to the info file that shows whether the read was reverse-complemented (if ``--revcomp`` was used) * :issue:`320`: Fix (again) "Too many open files" when demultiplexing
This commit is contained in:
parent
81b5cfdf1a
commit
97dc3c02d6
2 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
||||||
# $NetBSD: Makefile,v 1.3 2021/03/08 07:10:56 adam Exp $
|
# $NetBSD: Makefile,v 1.4 2021/03/31 09:23:56 adam Exp $
|
||||||
|
|
||||||
DISTNAME= cutadapt-3.3
|
DISTNAME= cutadapt-3.4
|
||||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||||
CATEGORIES= biology python
|
CATEGORIES= biology python
|
||||||
MASTER_SITES= ${MASTER_SITE_PYPI:=c/cutadapt/}
|
MASTER_SITES= ${MASTER_SITE_PYPI:=c/cutadapt/}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
$NetBSD: distinfo,v 1.2 2021/03/08 07:10:56 adam Exp $
|
$NetBSD: distinfo,v 1.3 2021/03/31 09:23:56 adam Exp $
|
||||||
|
|
||||||
SHA1 (cutadapt-3.3.tar.gz) = aab2e1ed047c58cbe354b4ac1a4def1c83bf8f8c
|
SHA1 (cutadapt-3.4.tar.gz) = e3ba4d7c62581cfabf0aa8c966dd1bde055ffdde
|
||||||
RMD160 (cutadapt-3.3.tar.gz) = fc7617f33a4d35327af5013b8a7df0df431365a7
|
RMD160 (cutadapt-3.4.tar.gz) = 2208111797c90defebb6a220f60b95eb3a7a3efe
|
||||||
SHA512 (cutadapt-3.3.tar.gz) = d8895453455aff31c613a4e031559c08646ce2bf072d85ed7b195e5863700a02a1ed44bfb409b63849aadf1db7cf40dea33d0ead4f056307365dc91aa6c93234
|
SHA512 (cutadapt-3.4.tar.gz) = 8d0556acb2c67146adf68eb208d2ec9701f391e6554d5e1ebaf146a12e3ba02c68b01856c254c94917ba9e919df26ece97a2c41ea386747e1c495eecbf4b2e0c
|
||||||
Size (cutadapt-3.3.tar.gz) = 294579 bytes
|
Size (cutadapt-3.4.tar.gz) = 295282 bytes
|
||||||
|
|
Loading…
Reference in a new issue