Metadata-Version: 2.4
Name: biomaj_cli
Version: 3.1.11
Summary: BioMAJ command line tool
Home-page: http://biomaj.genouest.org
Download-URL: http://biomaj.genouest.org
Author: Olivier Sallou
Author-email: olivier.sallou@irisa.fr
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: biomaj-core
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: download-url
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

# About

Package to use BioMAJ providing biomaj-cli

# Example

    biomaj-cli.py --proxy http://biomaj-public-proxy --api-key XYZ_MYAPIKEY --update --bank Anopheles_gambiae

To get help usage:

    biomaj-cli -h

 If proxy is not specifed, a monolitic and local BioMAJ installation is expected

 To create users, see biomaj-user repo or BioMAJ wiki


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:
  Add option --stats, needs biomaj-daemon >= 3.0.13
  Add option --json, needs biomaj-daemon >= 3.0.13
3.1.8:
  Add option --schedule
3.1.7:
  If no arg given, display help
3.1.6:
  Add options --last-log and --tail to get last log of a bank, needs biomaj-daemon >= 3.0.8
3.1.5:
  Add missing biomaj-core req
3.1.4:
  Add whatsup option
  Fix default value for --config
3.1.2:
  Add missing README
  Fix for monolithic usage
3.1.1:
  Use biomaj daemon utils for options management
  Fix config setup when using local install
  Rename biomaj-daemon-cli to biomaj-cli
3.1.0:
  Create client for biomaj with micro services
