This guide walks you through how to perform single-cell RNA sequencing analysis on texera.dknet-ai.org. The platform provides two workflows you should run in order:
- Step 1 – CloudBioMapper
- Steps 2–7 – Single-Cell RNA-Seq Analysis
The two workflows represent the common single-cell RNA sequence analysis pipeline, covering both alignment and downstream processing.

Step 1: CloudBioMapper Workflow
The CloudBioMapper workflow performs read alignment using the STARsolo package. It requires three inputs:
- FASTQ Files
- These are your raw reads to align.
- Use the sample dataset
sample-fastq
as a reference. - File names must follow this format:
[SampleName]_S{sampleNumber}_L00{laneNumber}_{ReadType}_001.fastq.gz
- Reference Genome
Use the samplesample-reference
dataset or upload your own. - Compute Cluster
This is where the alignment runs.

Before running the workflow:
- Go to “CloudBioMapper Clusters” in the left panel.
- Click Create Cluster.
- Set:
- Name
- Machine type
- Number of machines (more machines = faster, but higher cost)
- Creation takes ~1 minute. A green check mark confirms readiness.



Running the workflow:
- Select your FASTQ dataset, reference genome, and cluster.
- Click Run.
- Execution takes ~5 minutes.
- Once complete, results appear in the result panel with four output columns:
- Sample
- features.tsv.gz
- barcodes.tsv.gz
- matrix.mtx.gz

Exporting Results for the “Step 2–7 Workflow”
Before you proceed, export the alignment results:
- Right-click the CloudBioMapper operator.
- Select “Export Result.”
- Set:
- Export Type: Binary Format (.arrow)
- Destination: Dataset
- Tip: Create a new empty dataset if you want to keep the results separate.
- Click Export.


Step 2–7: Running Downstream Analysis
- Open the Steps 2–7 workflow.
- Click the Arrow File Scan operator.
- Select the dataset you exported from Step 1.
- Save the configuration.
- Click Run to begin processing.

This workflow will perform quality control, filtering, normalization, and additional analysis.
Quick Tips
- Cluster Sizing: Use more machines for large datasets to reduce runtime.
- File Naming: Ensure your FASTQ files match the required format.