Skip to content

Projects

Projects are workspaces within an organization for organizing files and running workflows.

Viewing Projects

After selecting an organization, you'll see its projects.

Projects List

Creating a Project

  1. Select an organization
  2. Click New Project
  3. Fill in the project details:
    • Name - A unique identifier (e.g., genomics-2024)
    • Description - Optional description of the project
  4. Click Create

Project Configuration

Each project can have:

  • Credentials - Cloud storage credentials assigned to this project
  • Files - Data stored in the associated cloud bucket
  • Workflows - Pipeline runs executed in this project context

Assigning Credentials

To enable file browsing and workflow execution:

  1. Go to the project's Credentials tab
  2. Select a credential from the organization's available credentials
  3. Configure the bucket prefix (optional)

Switching Projects

Click on any project to set it as your current context. This affects:

  • Which files are visible in the File Browser
  • Which bucket is used for workflow outputs

Next Steps