Commit 566222c7 authored by Olivier Sallou's avatar Olivier Sallou
Browse files

New upstream version 3.1.11

parent 95165d5f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
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:
+9 −0
Original line number Diff line number Diff line
@@ -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
+2 −0
Original line number Diff line number Diff line
@@ -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)
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ config = {
    '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