[med-svn] [Git][med-team/biomaj3-cli][upstream] New upstream version 3.1.11

Olivier Sallou gitlab at salsa.debian.org
Tue Nov 12 10:58:14 GMT 2019



Olivier Sallou pushed to branch upstream at Debian Med / biomaj3-cli


Commits:
566222c7 by Olivier Sallou at 2019-11-12T10:37:26Z
New upstream version 3.1.11
- - - - -


4 changed files:

- CHANGES.txt
- bin/biomaj-cli.py
- biomaj_cli/utils.py
- 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)


=====================================
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/commit/566222c7957913a31b5eb516b1cea18fa93ec037

-- 
View it on GitLab: https://salsa.debian.org/med-team/biomaj3-cli/commit/566222c7957913a31b5eb516b1cea18fa93ec037
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/43de62e9/attachment-0001.html>


More information about the debian-med-commit mailing list