[med-svn] [Git][med-team/biomaj3-cli][master] 3 commits: New upstream version 3.1.11
Olivier Sallou
gitlab at salsa.debian.org
Tue Nov 12 10:58:11 GMT 2019
Olivier Sallou pushed to branch master at Debian Med / biomaj3-cli
Commits:
566222c7 by Olivier Sallou at 2019-11-12T10:37:26Z
New upstream version 3.1.11
- - - - -
922e3e47 by Olivier Sallou at 2019-11-12T10:37:26Z
Update upstream source from tag 'upstream/3.1.11'
Update to upstream version '3.1.11'
with Debian dir 1ffbe6063fffb07977526adf13c1f0da670f6527
- - - - -
5147b329 by Olivier Sallou at 2019-11-12T10:37:48Z
new upstream 3.1.11
- - - - -
5 changed files:
- CHANGES.txt
- bin/biomaj-cli.py
- biomaj_cli/utils.py
- debian/changelog
- setup.py
Changes:
=====================================
CHANGES.txt
=====================================
@@ -1,3 +1,5 @@
+3.1.11:
+ Add --data-list and --data-import to import an example bank (needs biomaj-data package)
3.1.10:
Add --history option
3.1.9:
=====================================
bin/biomaj-cli.py
=====================================
@@ -159,6 +159,15 @@ def main():
--stats: Get statistics
--json: Get output in JSON format
+
+ --data-list: List available bank templates
+ [MANDATORY]
+ biomaj-data package
+
+ --data-import: Import a bank template
+ [MANDATORY]
+ biomaj-data package
+ --bank xx : template name
''')
return
=====================================
biomaj_cli/utils.py
=====================================
@@ -85,3 +85,5 @@ class Utils(object):
parser.add_argument('--schedule', dest="schedule", help="Get bank schedule", action="store_true", default=False)
parser.add_argument('--stats', dest="stats", help="Get statistics", action="store_true", default=False)
parser.add_argument('--json', dest="json", help="Get result in JSON format", action="store_true", default=False)
+ parser.add_argument('--data-list', dest="datalist", help="List available bank templates (needs biomaj-data package)", action="store_true", default=False)
+ parser.add_argument('--data-import', dest="dataimport", help="Import a bank template, with --bank (needs biomaj-data package)", action="store_true", default=False)
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+biomaj3-cli (3.1.11-1) unstable; urgency=medium
+
+ * New upstream release
+
+ -- Olivier Sallou <osallou at debian.org> Tue, 12 Nov 2019 10:37:31 +0000
+
biomaj3-cli (3.1.10-1) unstable; urgency=medium
[ Jelmer Vernooij ]
=====================================
setup.py
=====================================
@@ -21,7 +21,7 @@ config = {
'url': 'http://biomaj.genouest.org',
'download_url': 'http://biomaj.genouest.org',
'author_email': 'olivier.sallou at irisa.fr',
- 'version': '3.1.10',
+ 'version': '3.1.11',
'classifiers': [
# How mature is this project? Common values are
# 3 - Alpha
View it on GitLab: https://salsa.debian.org/med-team/biomaj3-cli/compare/6c786d48189e8c2178f245b4268d0bf8ea0b6322...5147b329273e9893366f61eec6b950c5fcaa8bf7
--
View it on GitLab: https://salsa.debian.org/med-team/biomaj3-cli/compare/6c786d48189e8c2178f245b4268d0bf8ea0b6322...5147b329273e9893366f61eec6b950c5fcaa8bf7
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/20191112/d73e7e84/attachment-0001.html>
More information about the debian-med-commit
mailing list