Skip to content

BioThings Studio 0.1f

Pre-release
Pre-release
Compare
Choose a tag to compare
@sirloon sirloon released this 28 Jun 15:47
· 4 commits to 0.1f since this release

Docker image:

Docker images

Tutorial

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

Changelog

System & Docker

  • docker image based on Ubtun 18.04, using python 3.7
  • updated to BioThings SDK 0.3.x, Oracle Java 12, MongoDB 4.0.10

Plugins

  • export plugins code to plain python code in order to access more features from BioThings SDK (dumper, uploader, mapping code can be exported)
  • specify requirements (dependencies) in plugin's manifest file

http://docs.biothings.io/en/latest/doc/studio_guide.html#data-plugin-architecture-and-specifications

Webapp

  • display diff (json-diff format) between mapping generated from inspection and registered mapping to easily track changes
  • sample/limit options for data inspection allowing to partially and/or randomly inspect a subset of data
  • delete Hub API connections now possible from connection widget
  • new build configuration form including new LinkDataBuilder, which allows to create build from a single datasource without having to fully copy the data to the merged collection (saves time and disk-space)
  • more mapping editing features (field type, and manual specification)
  • more sanity check when registering a plugin

Misc

  • CPU activity not tracked anymore to due to hub getting slow with blocking calls

List of Studio's issues specifically addressed in this releases: https://github.com/biothings/biothings_studio/milestone/3?closed=1