From 5cfdc384913b7e526fa520fa96367bd8f55df1e9 Mon Sep 17 00:00:00 2001 From: Stanislaw Adaszewski Date: Mon, 1 Jun 2020 17:27:27 +0200 Subject: [PATCH] Missing 'the'. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68564b5..6487128 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Workbench Advanced can be used as either a replacement or an addition to the Wor 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 performance problems you might have encountered in WB1 or WB2. +- 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](http://ric.uthscsa.edu/mango/papaya.html) 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.