Open
Conversation
SeanDuHare
reviewed
Jan 8, 2026
saeliddp
reviewed
Jan 8, 2026
f9f3239 to
37e223a
Compare
Contributor
Author
saeliddp
approved these changes
Mar 31, 2026
| const submitDisabled = status !== "idle" || hasNonLocalFiles; | ||
|
|
||
| const submitTooltip = hasNonLocalFiles | ||
| ? "All selected files must be available locally before submitting this job." |
There was a problem hiding this comment.
I'm wondering if we should match the wording here with the wording on the copy to vast option for files. E.g. 'All selected files must be copied to the VAST cache before submitting this job')
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Context
The purpose of this PR is to create a POC for AICS compute pipelines. It resolves #702 It is NOT intended to be merged. The goal of this design is to deliver something that people can try out so that we can verify interest in this project and identify more requirements from the user’s side. The proof of concept is limited to running “All Cells Mask” on central IT’s Slurm cluster.
Demo
Heres a demo of the feature. The video was too large to embed
https://drive.google.com/file/d/1a2FQpDDN_wR4q_2TuYaZ4SP9AxZOecW3/view?usp=sharing
Development notes.
Build
This feature is Desktop only so heres the build if you want to try it out!
https://github.com/AllenInstitute/biofile-finder/actions/runs/20826578098