Skip to content

678 lab no run job view#683

Merged
thetechnocrat-dev merged 15 commits intomainfrom
678-lab-no-run-job-view
Oct 4, 2023
Merged

678 lab no run job view#683
thetechnocrat-dev merged 15 commits intomainfrom
678-lab-no-run-job-view

Conversation

@thetechnocrat-dev
Copy link
Copy Markdown

@thetechnocrat-dev thetechnocrat-dev commented Oct 2, 2023

Changes

  • Removed concurrency argument that is no longer used
  • Changed Graph model to Flow model
  • Added Name column to Flow
  • Added reset migration to make development easier
  • Adds flow submission view
  • Flow submission kicks off Bacalhau Jobs
  • Moved DataFile List and Tool List to Redux

https://www.loom.com/share/d69c59004605416b9f3d5154ac379391

@thetechnocrat-dev thetechnocrat-dev linked an issue Oct 2, 2023 that may be closed by this pull request
@vercel
Copy link
Copy Markdown

vercel bot commented Oct 2, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
docs ⬜️ Ignored (Inspect) Visit Preview Oct 4, 2023 8:03pm

@thetechnocrat-dev thetechnocrat-dev temporarily deployed to ci October 2, 2023 12:16 — with GitHub Actions Inactive
@thetechnocrat-dev thetechnocrat-dev temporarily deployed to ci October 4, 2023 14:13 — with GitHub Actions Inactive
@thetechnocrat-dev thetechnocrat-dev temporarily deployed to ci October 4, 2023 14:16 — with GitHub Actions Inactive
@thetechnocrat-dev thetechnocrat-dev temporarily deployed to ci October 4, 2023 14:41 — with GitHub Actions Inactive
@thetechnocrat-dev thetechnocrat-dev temporarily deployed to ci October 4, 2023 14:41 — with GitHub Actions Inactive
@thetechnocrat-dev thetechnocrat-dev temporarily deployed to ci October 4, 2023 14:41 — with GitHub Actions Inactive
@thetechnocrat-dev thetechnocrat-dev temporarily deployed to ci October 4, 2023 14:41 — with GitHub Actions Inactive
@thetechnocrat-dev thetechnocrat-dev temporarily deployed to ci October 4, 2023 14:41 — with GitHub Actions Inactive
@thetechnocrat-dev thetechnocrat-dev temporarily deployed to ci October 4, 2023 14:41 — with GitHub Actions Inactive
@alabdao alabdao temporarily deployed to ci October 4, 2023 14:50 — with GitHub Actions Inactive
@alabdao alabdao temporarily deployed to ci October 4, 2023 14:50 — with GitHub Actions Inactive
@alabdao alabdao temporarily deployed to ci October 4, 2023 14:50 — with GitHub Actions Inactive
@alabdao alabdao temporarily deployed to ci October 4, 2023 14:50 — with GitHub Actions Inactive
@alabdao alabdao temporarily deployed to ci October 4, 2023 14:54 — with GitHub Actions Inactive
@alabdao alabdao temporarily deployed to ci October 4, 2023 14:54 — with GitHub Actions Inactive
@acashmoney acashmoney temporarily deployed to ci October 4, 2023 20:03 — with GitHub Actions Inactive
@acashmoney acashmoney temporarily deployed to ci October 4, 2023 20:03 — with GitHub Actions Inactive
@acashmoney acashmoney temporarily deployed to ci October 4, 2023 20:03 — with GitHub Actions Inactive
@acashmoney acashmoney temporarily deployed to ci October 4, 2023 20:03 — with GitHub Actions Inactive
@acashmoney acashmoney temporarily deployed to ci October 4, 2023 20:06 — with GitHub Actions Inactive
@acashmoney acashmoney temporarily deployed to ci October 4, 2023 20:06 — with GitHub Actions Inactive
Copy link
Copy Markdown
Contributor

@acashmoney acashmoney left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@thetechnocrat-dev adding flows works for me 💪 . I inspected the Bacalhau job IDs for each of these flows and they moved from processing to completed ✅

Screenshot 2023-10-04 at 4 02 33 PM

I pushed a few small changes to the frontend to account for the updated server endpoints so the list tools and list datafiles pages display correctly.

For one of our next flows PRs

We will probably need to modify the add flow page to account for inputs not of type "File". For instance, I uploaded colabfold-mini.json and couldn't properly submit a flow since the "recycle" input expects a type of int. We only have the option to add datafiles currently.

    "inputs": {
      "sequence": {
        "type": "File",
        "item": "",
        "glob": ["*.fasta"]
      },
      "recycle": {
        "type": "int",
        "item": "",
        "default": "1"
      }
    },

@thetechnocrat-dev thetechnocrat-dev merged commit d48fe6a into main Oct 4, 2023
@thetechnocrat-dev thetechnocrat-dev deleted the 678-lab-no-run-job-view branch October 4, 2023 20:52
alabdao added a commit that referenced this pull request Oct 11, 2023
Co-authored-by: alabdao <139594838+alabdao@users.noreply.github.com>
Co-authored-by: Aakaash Meduri <aakaash.meduri@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[LAB-641] no run job view

3 participants