Skip to content

BioThings Studio 0.2b

Pre-release
Pre-release
Compare
Choose a tag to compare
@sirloon sirloon released this 02 May 00:30
· 1 commit to 0.2b since this release

Docker images

All BioThings docker images are now available Docker Hub, and can be fetched using docker pull command:

  • BioThings Studio 0.2b: docker pull biothings/biothings-studio:0.2b
  • Studio4MyGene 0.2b: docker pull biothings/studio4mygene:0.2b
  • Studio4MyVariant 0.2b: docker pull biothings/studio4myvariant:0.2b
  • Studio4MyChem 0.2b: docker pull biothings/studio4mychem:0.2b

Tutorial

http://docs.biothings.io/en/latest/doc/studio.html

Changelog

  • Autohub feature integrated, allowing to manage data releases from the same Hub.
  • Upgrade feature to monitor new commits available on the remote github repo, and pull latest code
  • Data plugin can now be defined as "advanced" plugin, where repo contains python code defining dumper and uploader(s). Advanced data plugins are registered the same through the webapp.
  • New "hooks" feature, allowing to define custom commands for the Hub console
  • Ability to expose a read-only Hub API, default port is 7081
  • Added code-server, running on port 60080, to easily allow code edit without having to enter container