[med-svn] [python-cutadapt] 02/12: Provide a single user interface based on the Python3 version
Andreas Tille
tille at debian.org
Mon Jun 20 13:39:51 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository python-cutadapt.
commit 1f69411edcedbd534ddfa8425432056a6f3fc6a2
Author: Andreas Tille <tille at debian.org>
Date: Mon Jun 20 15:23:11 2016 +0200
Provide a single user interface based on the Python3 version
---
debian/control | 22 +++++++++++++++++++---
1 file changed, 19 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index 61c5ccc..6ac6bc3 100644
--- a/debian/control
+++ b/debian/control
@@ -24,7 +24,7 @@ Vcs-Browser: http://anonscm.debian.org/cgit/debian-med/python-cutadapt.git
Package: python-cutadapt
Architecture: any
Depends: ${misc:Depends},${python:Depends},${shlibs:Depends}
-Description: Clean biological sequences from high-throughput sequencing reads
+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.
@@ -32,12 +32,13 @@ Description: Clean biological sequences from high-throughput sequencing reads
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
+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.
@@ -45,4 +46,19 @@ Description: Clean biological sequences from high-throughput sequencing reads
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
+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.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-cutadapt.git
More information about the debian-med-commit
mailing list