# Pipelines

Pipelines in SAW generally assemble several programming modules which are designed to handle specific analysis tasks individually, for diverse requirements.&#x20;

## Main pipeline

[**SAW count**](/saw-user-manual-v8.1/analysis/pipelines/count.md) is the central component of the software suite, compatible with most Stereo-seq FF, Stereo-seq FFPE and Stereo-CITE FF datasets. The inputs consist of a chip mask, FASTQ files, a reference and a microscope image. So that the pipeline counts feature expression reads to generate expression matrices and analysis results from the Stereo-seq chip.

## Complementary pipelines

The complementary pipelines include:

* [`SAW makeRef`](/saw-user-manual-v8.1/tutorials/preparation-of-reference.md#saw-makeref): prepare for the reference index files. GTF/GFF and FASTA files or additional specific rRNA FASTA files are needed;
* [`SAW chechGTF`](/saw-user-manual-v8.1/tutorials/preparation-of-reference.md#saw-checkgtf): check whether an annotation file (GTF/GFF) is in the standard format, used in `SAW count`. In addition, extract specific information from GTF/GFF;
* [`SAW realign`](/saw-user-manual-v8.1/tutorials/with-manually-processed-files.md): accept the modified image `.tar.gz` from StereoMap, to generate the results of manual processes;
* [`SAW reanalyze`](/saw-user-manual-v8.1/tutorials/secondary-analysis.md): reanalyze the matrices to generate results, mainly including clustering analysis, lasso and differential expression analysis;
* [`SAW convert`](/saw-user-manual-v8.1/tutorials/format-conversion.md): provide tools for file format conversions;

of which the purpose is to support the main pipeline `SAW count` and ensure smooth, convenient processing of the entire analysis.


---

# Agent Instructions: 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:

```
GET https://stereotoolss-organization.gitbook.io/saw-user-manual-v8.1/analysis/pipelines.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
