[med-svn] [Git][med-team/fast5-research][master] Split into separate packages for the library, command line tools and doc....
Shayan Doust
gitlab at salsa.debian.org
Mon Jul 27 17:57:32 BST 2020
Shayan Doust pushed to branch master at Debian Med / fast5-research
Commits:
161abf9a by Shayan Doust at 2020-07-27T17:57:03+01:00
Split into separate packages for the library, command line tools and doc. Command line tool is optional
- - - - -
1 changed file:
- debian/control
Changes:
=====================================
debian/control
=====================================
@@ -11,7 +11,9 @@ Build-Depends: debhelper-compat (= 13),
python3-numpy,
python3-progressbar,
python3-pysam,
- python3-nose
+ python3-nose,
+ python3-sphinx,
+ python3-sphinx-rtd-theme
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/med-team/fast5-research
Vcs-Git: https://salsa.debian.org/med-team/fast5-research.git
@@ -20,6 +22,22 @@ Rules-Requires-Root: no
Package: fast5-research
Architecture: any
+Depends: ${python3:Depends},
+ ${misc:Depends},
+ python3-fast5-research
+Description: command line executable tools for python3-fast5-research
+ Python fast5 reading and writing functionality provided by ONT Research.
+ This package comprises an API to HDF containers used by the research
+ groups within Oxford Nanopore Technologies. It complements the official
+ API. Reading and writing of read files can be accomplished as well as
+ reading of bulk .fast5 files. It reads interface bulk .fast5 files for
+ extracting reads, channel states, voltage, etcetera.
+ .
+ This package contains the executables and command line tools for
+ python3-fast5-research.
+
+Package: python3-fast5-research
+Architecture: any
Depends: ${python3:Depends},
${misc:Depends}
python3-h5py,
@@ -33,3 +51,22 @@ Description: python fast5 reading and writing functionality provided by ONT Rese
API. Reading and writing of read files can be accomplished as well as
reading of bulk .fast5 files. It reads interface bulk .fast5 files for
extracting reads, channel states, voltage, etcetera.
+ .
+ This package contains API and python3 library.
+
+Package: fast5-research-doc
+Architecture: all
+Section: doc
+Depends: ${sphinxdoc:Depends},
+ ${misc:Depends}
+Recommends: fast5-research
+Description: documentation for fast5-research and the python3-fast5-research
+ Python fast5 reading and writing functionality provided by ONT Research.
+ This package comprises an API to HDF containers used by the research
+ groups within Oxford Nanopore Technologies. It complements the official
+ API. Reading and writing of read files can be accomplished as well as
+ reading of bulk .fast5 files. It reads interface bulk .fast5 files for
+ extracting reads, channel states, voltage, etcetera.
+ .
+ This package contains the documentation for the fast5-research and the
+ python3-fast5-research packages.
View it on GitLab: https://salsa.debian.org/med-team/fast5-research/-/commit/161abf9a39aebf3d25cdc700f3d045607307ecb3
--
View it on GitLab: https://salsa.debian.org/med-team/fast5-research/-/commit/161abf9a39aebf3d25cdc700f3d045607307ecb3
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/20200727/26ff67c4/attachment-0001.html>
More information about the debian-med-commit
mailing list