[med-svn] [Git][med-team/megahit][master] 2 commits: megahit-data to allow for optional data installation or not
Shayan Doust
gitlab at salsa.debian.org
Mon Oct 14 22:48:59 BST 2019
Shayan Doust pushed to branch master at Debian Med / megahit
Commits:
4c86613c by Shayan Doust at 2019-10-11T15:01:01Z
megahit-data to allow for optional data installation or not
- - - - -
560a3b91 by Shayan Doust at 2019-10-11T15:10:20Z
Fix metadata
- - - - -
3 changed files:
- debian/control
- + debian/megahit-data.install
- debian/upstream/metadata
Changes:
=====================================
debian/control
=====================================
@@ -4,7 +4,7 @@ Uploaders: Shayan Doust <hello at shayandoust.me>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 12),
- cmake,
+ cmake,
zlib1g-dev
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/med-team/megahit
@@ -15,9 +15,19 @@ Package: megahit
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
- gzip,
bzip2
Description: ultra-fast and memory-efficient meta-genome assembler
Megahit is an ultra-fast and memory-efficient NGS assembler. It is
optimized for metagenomes, but also works well on generic single genome
assembly (small or mammalian size) and single-cell assembly.
+
+Package: megahit-data
+Architecture: all
+Depends: ${misc:Depends}
+Recommends: megahit
+Description: test data for the megahit meta-genome assembler
+ Megahit is an ultra-fast and memory-efficient NGS assembler. It is
+ optimized for metagenomes, but also works well on generic single genome
+ assembly (small or mammalian size) and single-cell assembly.
+ .
+ This package contains some example and test data for megahit.
=====================================
debian/megahit-data.install
=====================================
@@ -0,0 +1 @@
+test_data/* usr/share/doc/megahit/data
=====================================
debian/upstream/metadata
=====================================
@@ -1,6 +1,6 @@
Reference:
Author: Dinghua Li, Chi-Man Liu, Ruibang Luo, Kunihiko Sadakane, Tak-Wah Lam
- Title: MEGAHIT: an ultra-fast single-node solution for large and complex metagenomics assembly via succinct de Bruijn graph.
+ Title: "MEGAHIT: an ultra-fast single-node solution for large and complex metagenomics assembly via succinct de Bruijn graph."
Year: 2015
Volume: 31
Pages: 1674-1676
View it on GitLab: https://salsa.debian.org/med-team/megahit/compare/5966f87e705c488e79cced246c113b1647ec5907...560a3b91f081b945152a53dbf63fa6e1bb25a53f
--
View it on GitLab: https://salsa.debian.org/med-team/megahit/compare/5966f87e705c488e79cced246c113b1647ec5907...560a3b91f081b945152a53dbf63fa6e1bb25a53f
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/20191014/733b3452/attachment-0001.html>
More information about the debian-med-commit
mailing list