> For the complete documentation index, see [llms.txt](https://bdcatalyst.gitbook.io/biodata-catalyst-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bdcatalyst.gitbook.io/biodata-catalyst-documentation/written-documentation/analyze-data-1/terra/running-analyses-on-terra/batch-processing-with-workflows.md).

# Batch Processing with Workflows

The batch workflow features of Terra provide support for computationally-intensive, long-running, and large-scale analysis.

You can perform whole pipelines—from preprocessing and trimming sequencing data to alignment and downstream analyses—using Terra workflows. Written in the human-readable Workflow Description Language ([WDL](https://openwdl.org/)), you can search for and import workflows into your workspace from [Dockstore](https://bdcatalyst.gitbook.io/biodata-catalyst-documentation/analyze-data/dockstore) or the [Broad Methods Repository](https://support.terra.bio/hc/en-us/articles/360025674392).

Video: [Data Analysis with Gen3, Terra and Dockstore](https://www.youtube.com/watch?v=92Vehqt8j1c)​\
Article: ​[How to import data from Gen3 into Terra and run the TOPMed aligner workflow](https://bdcatalyst.gitbook.io/biodata-catalyst-tutorials/tutorials/topmed-aligner-or-how-to-import-data-from-gen3-into-terra-and-run-a-workflow-on-it)​\
Article: ​[Configure a workflow to process your data](https://support.terra.bio/hc/en-us/articles/360026521831-Configure-a-workflow-to-process-your-data)\
Article: ​​[Getting workflows up and running faster with a JSON file<br>](https://support.terra.bio/hc/en-us/articles/360027735471)Article: ​[Importing a Dockstore workflow into Terra](https://support.terra.bio/hc/en-us/articles/360038137292)\
Video: [Importing a Dockstore workflow into Terra walkthrough](https://www.youtube.com/watch?v=VtKlYqWBW6A)\
Video: [Workflows Quickstart walkthrough](https://www.youtube.com/watch?v=HObb_J9fPc0)\
Workspace: [Workflows Quickstart workspace<br>](https://terra.biodatacatalyst.nhlbi.nih.gov//#workspaces/fc-product-demo/Terra-Workflows-Quickstart)Workspace for BDC: [TOPMed Aligner workspace<br>](https://terra.biodatacatalyst.nhlbi.nih.gov/#workspaces/biodata-catalyst/TOPMed%20Aligner%20Gen3%20Data)Workspace for BDC: [GWAS with 1000 Genomes and synthetic clinical data](https://terra.biodatacatalyst.nhlbi.nih.gov/#workspaces/biodata-catalyst/BioData%20Catalyst%20GWAS%201000%20Genomes%20Tutorial)\
Workspace for BDC: [GWAS with TOPMed data](https://terra.biodatacatalyst.nhlbi.nih.gov/#workspaces/biodata-catalyst/BioData%20Catalyst%20GWAS%20blood%20pressure%20trait)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://bdcatalyst.gitbook.io/biodata-catalyst-documentation/written-documentation/analyze-data-1/terra/running-analyses-on-terra/batch-processing-with-workflows.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
