diff -Nru biomaj3-cli-3.1.10/bin/biomaj-cli.py biomaj3-cli-3.1.11/bin/biomaj-cli.py --- biomaj3-cli-3.1.10/bin/biomaj-cli.py 2018-07-26 06:54:45.000000000 +0000 +++ biomaj3-cli-3.1.11/bin/biomaj-cli.py 2019-03-19 13:34:25.000000000 +0000 @@ -159,6 +159,15 @@ --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 diff -Nru biomaj3-cli-3.1.10/biomaj_cli/utils.py biomaj3-cli-3.1.11/biomaj_cli/utils.py --- biomaj3-cli-3.1.10/biomaj_cli/utils.py 2018-07-26 06:54:45.000000000 +0000 +++ biomaj3-cli-3.1.11/biomaj_cli/utils.py 2019-03-19 13:34:25.000000000 +0000 @@ -85,3 +85,5 @@ 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) diff -Nru biomaj3-cli-3.1.10/CHANGES.txt biomaj3-cli-3.1.11/CHANGES.txt --- biomaj3-cli-3.1.10/CHANGES.txt 2018-07-26 06:54:45.000000000 +0000 +++ biomaj3-cli-3.1.11/CHANGES.txt 2019-03-19 13:34:25.000000000 +0000 @@ -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: diff -Nru biomaj3-cli-3.1.10/debian/changelog biomaj3-cli-3.1.11/debian/changelog --- biomaj3-cli-3.1.10/debian/changelog 2018-10-25 09:26:51.000000000 +0000 +++ biomaj3-cli-3.1.11/debian/changelog 2019-11-12 10:37:31.000000000 +0000 @@ -1,3 +1,9 @@ +biomaj3-cli (3.1.11-1) unstable; urgency=medium + + * New upstream release + + -- Olivier Sallou Tue, 12 Nov 2019 10:37:31 +0000 + biomaj3-cli (3.1.10-1) unstable; urgency=medium [ Jelmer Vernooij ] diff -Nru biomaj3-cli-3.1.10/setup.py biomaj3-cli-3.1.11/setup.py --- biomaj3-cli-3.1.10/setup.py 2018-07-26 06:54:45.000000000 +0000 +++ biomaj3-cli-3.1.11/setup.py 2019-03-19 13:34:25.000000000 +0000 @@ -21,7 +21,7 @@ 'url': 'http://biomaj.genouest.org', 'download_url': 'http://biomaj.genouest.org', 'author_email': 'olivier.sallou@irisa.fr', - 'version': '3.1.10', + 'version': '3.1.11', 'classifiers': [ # How mature is this project? Common values are # 3 - Alpha