IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an email to s dot adaszewski at gmail dot com. User accounts are meant only to report issues and/or generate pull requests. This is a purpose-specific Git hosting for ADARED projects. Thank you for your understanding!
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
Stanislaw Adaszewski c96cb55f5a Screenshots back in Markdown. hace 3 años
backend Support [File, Directory] syntax in workflow input type spec hace 4 años
dockerfiles/wba Switched to rollup-plugin-uglify, made a deployment. hace 4 años
docs Add screenshots. hace 3 años
frontend Add LICENSE and README.md. hace 3 años
wbadvanced Decided to go for native frontend/backend instead of Dash. hace 4 años
.gitignore Add package-lock.json for frontend. hace 3 años
LICENSE Add LICENSE and README.md. hace 3 años
README.md Screenshots back in Markdown. hace 3 años

README.md

Workbench Advanced (WBA)

Workbench Advanced can be used as either a replacement or an addition to the Workbench web applications that come bundled with the Arvados environment.

Differentiating Factors

WBA wouldn't make much sense if it wasn't different from the existing tools in several key aspects. In no particular order those differentiating factors are:

  • Speed: At every stage of the development, performance was in the center of my attention. A premium user experience calls for responsiveness, progress feedback whenever possible and moving computations outside of the main browser thread in order to never EVER block the GUI. WBA checks all these boxes and contains numerous other optimizations in the way it talks to the Arvados API server in order to make your experience as instantaneous as possible.
  • Huge Collections Support: WBA effortlessly supports collections with millions of files and hundreds of terabytes of data. Thanks to the optimized manifest parser and paginated listing display, it doesn't suffer from the performance problems you might have encountered in WB1 or WB2.
  • Volume Browser Support: WBA incorporates Papaya volumetric data browser for Nifti files (and hopefully DICOM in the future).
  • Support for arrays of files, directories or a mix of both in the Workflow configuration interface (browse dialog).
  • Ability to automatically start processes in a sub-project where they are further organized by date (day of launch). This allows to avoid all the clutter that usually accumulates in the Home directory.
  • Pure client-side application: WBA is a single-page application (SPA) written in JavaScript and runs entirely in your web browser.
  • Support for arbitrary API servers: You can just type the URL of your Arvados API server and connect to it from a single deployment of WBA. No need to deploy multiple times for different Arvados installations. In fact, you can just use the version deployed here, at ADARED.

Try it out

Workbench Advanced is always available at the following address: https://wba.adared.ch. You don't need to install anything to use it. All communications happen directly between your web browser and you Arvados API server.

License

WBA is distributed under the GNU Affero General Public License, Version 3. If you require a commercial license, please contact s dot adaszewski at gmail dot com.

Screenshots

Project Browser

Collection Properties

Collection Browser

Workflow Launcher