Skip to content

Releases: UCSB-VRL/bisqueUCSB

BisQue v1.0.1

17 Apr 09:19
4e42277
Compare
Choose a tag to compare

Minor Release

This release is mostly comprised of bug fixes and uploading missing files. For further information on the changes we made for the Dockerfile, please check out the merged request below.

What's Changed

Run BisQue using Docker

Download

Ensure you have the latest release by first running the following pull command:

docker pull amilworks/bisque-module-dev:git

Run the BisQue Docker Container

To run the docker version of BisQue locally, start a bisque server on the host port 8080:

docker run --name bisque --rm -p 8080:8080 amilworks/bisque-module-dev:git

and point your browser at http://localhost:8080. You should see a BisQue homepage similar to the one on bisque.ece.ucsb.edu. If you do not see the homepage, check to make sure that port 8080 is not being used by another container or application and that you have correctly mapped the ports using -p 8080:8080, where -p is short for port.

Full Changelog: v1.0.0...v1.0.1

BisQue v1.0.0

24 Mar 19:31
Compare
Choose a tag to compare

BisQue2

We have moved to v1.0.0! This new release brings a new module backend that is powered by the powerful Argo Workflow Engine and a new storage backend that creates an iRODS user and a Minio S3 bucket for that user. We have also cleaned up our Dockerfile to make it easier to build and develop for BisQue.

Features

  • Argo Workflows for running modules in BisQue
  • iRODS as main storage backend
  • Automatic iRODS user creation
  • Minio S3 bucket for each user to facilitate hyperscale deep learning training
  • Enabled OpenID
  • Easier builds for BisQue developers with new Multi-stage Dockerfile

Run BisQue using Docker

Download

Ensure you have the latest release by first running the following pull command:

  docker pull amilworks/bisque-module-dev:git

Intro: BisQue Docker Container

Run the BisQue Docker Container

To run the docker version of BisQue locally, start a bisque server on the host port 8080:

docker run --name bisque --rm -p 8080:8080 amilworks/bisque-module-dev:git

and point your browser at http://localhost:8080. You should see a BisQue homepage similar to the one on bisque.ece.ucsb.edu. If you do not see the homepage, check to make sure that port 8080 is not being used by another container or application and that you have correctly mapped the ports using -p 8080:8080, where -p is short for port.

Full Changelog: v0.7...v1.0.0

BisQue v0.7

24 Mar 06:27
b42fd43
Compare
Choose a tag to compare

This release focused on deploying Two New Modules to the BisQue platform. The work was in conjunction with UC Riverside's Electrical and Computer Engineering Department. We also have updated the NPH prediction module.

We have also updated our documentation which is always an ever growing compilation of BisQue goodness. Fell free to file an issue if there are missing details, extra clarification needed, or an example you feel would be useful to the BisQue community.
Documentation Link: https://ucsb-vrl.github.io/bisqueUCSB/

New Modules

Cell Segmentation 2D

  • This module implements watershed segmentation in 2D for cell segmentation of Arabidopsis thaliana. The module takes as input a TIFF image with a z-stack and outputs the segmented image in a TIFF z-stack, respectively.

Enhanced Reconstruction

Updated Modules

NPH Prediction

  • We have updated this module to output 7 classes and the trained model has been retrained with new data. This work is in conjunction with UC Irvine. There will be more updates to this module in the coming months so stay tuned!

BisQue v0.6.2

28 Aug 19:10
9be425b
Compare
Choose a tag to compare

This release updates the codebase to reflect a better overall structure for build, test, and deployment pipelines.

Main Changes:

  • Updated code structure
  • Fixed broken dependencies
  • Added Dockerfile for build state

BisQue v0.6

29 Jun 23:32
49922c0
Compare
Choose a tag to compare

June 2020: BisQue v0.6

We are bringing a small list of updates for this version that include TWO new modules, an updated image converter to better handle TIFF files and various bug fixes. A full detailed list can be found below!

This release includes

  • NPH Prediction Module
  • CellECT 2.0 Module
  • Updated Image Converter
  • Minor bug fixes
  • Code clean-up
  • Removal of deprecated files
  • UI Improvements