[med-svn] [Git][med-team/qcat][master] Add test-depends, Dependency python3-parasail is missing
Andreas Tille
gitlab at salsa.debian.org
Wed Apr 22 08:33:20 BST 2020
Andreas Tille pushed to branch master at Debian Med / qcat
Commits:
a8162170 by Andreas Tille at 2020-04-22T09:32:47+02:00
Add test-depends, Dependency python3-parasail is missing
- - - - -
2 changed files:
- debian/changelog
- debian/control
Changes:
=====================================
debian/changelog
=====================================
@@ -1,5 +1,6 @@
qcat (1.1.0-1) UNRELEASED; urgency=medium
* Initial release (Closes: #<bug>)
+ TODO: https://github.com/jeffdaily/parasail-python
-- Andreas Tille <tille at debian.org> Wed, 22 Apr 2020 09:11:59 +0200
=====================================
debian/control
=====================================
@@ -6,7 +6,10 @@ Priority: optional
Build-Depends: debhelper-compat (= 12),
dh-python,
python3,
- python3-setuptools
+ python3-setuptools,
+ python3-pytest-runner <!nocheck>,
+ python3-pytest <!nocheck>,
+ python3-pytest-cov <!nocheck>
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/med-team/qcat
Vcs-Git: https://salsa.debian.org/med-team/qcat.git
@@ -15,11 +18,12 @@ Homepage: https://github.com/nanoporetech/qcat
Package: qcat
Architecture: all
Depends: ${python3:Depends},
- ${misc:Depends}
+ ${misc:Depends},
+ python3-parasail
Description: demultiplexing Oxford Nanopore reads from FASTQ files
Qcat is a command-line tool for demultiplexing Oxford Nanopore reads
from FASTQ files. It accepts basecalled FASTQ files and splits the reads
- into into separate FASTQ files based on their barcode. Qcat makes the
+ into separate FASTQ files based on their barcode. Qcat makes the
demultiplexing algorithms used in albacore/guppy and EPI2ME available to
be used locally with FASTQ files. Currently qcat implements the EPI2ME
- algorithm. In the next version we will add the albacore/guppy algorithm.
+ algorithm.
View it on GitLab: https://salsa.debian.org/med-team/qcat/-/commit/a8162170a313cd4b504fc8fa1e1144c67fd620d0
--
View it on GitLab: https://salsa.debian.org/med-team/qcat/-/commit/a8162170a313cd4b504fc8fa1e1144c67fd620d0
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20200422/c548384a/attachment-0001.html>
More information about the debian-med-commit
mailing list