Learning Outcomes
- Understand the basics of running the RNA-seq pipeline in Foundry.
RNA-seq Pipeline Run Tutorial
Attaching Data to Foundry
-
Navigate to the Data tab and click on the URL section. Enter the following URL:
https://www.viafoundry.com/test_data/fastq_mouse/then click Connect.

-
Select all files by checking the 'select all' check-box, then click Continue with Selected Files.

-
From the "Dataset Type" dropdown, select
Paired List. Enter.1.fastq.gzas the "R1 Pattern" and.2.fastq.gzas the "R2 Pattern". Click Add All Files.
-
Provide a name for the data collection (this name will be used for future runs) and click Save Files to Dataset.

Submitting a Run
-
From the
Pipelinestab, search forRNA-seq Pipelineand click on the corresponding card.
-
On the RNA-seq Pipeline page, click Run, then select Create New Run.

-
Choose a project (or create a new one), assign a name to the run, and click Create.

-
On the run page, select your environment in the
Run Environmentsection.
-
In the "Inputs" section, next to "reads (Optional)", click the File button.

-
In the "Change Input File" window, find your dataset using the collection name in the
Filter By Datasetbox. Check the box to select all files, then clickSave.
-
In the "Inputs" section, set the "mate" to
pairand the "genome_build" tomousetest_mm10.
-
Leave the remaining inputs at their default settings.
-
Click Run in the top right corner, then select
Start. The RNA-seq pipeline run typically takes several minutes to complete. -
Go to the Log tab and click on
log.txtto track the progress of your run.
Viewing Results
-
Once the status bar in the top right changes from blue "Running" to green "Completed", navigate to the Report tab to view the final reports.

-
In the "multiqc" directory, click on
multiqc_report.htmlto access the report. You can open it in a new window, view it in full screen, or download it using the buttons at the top right.
-
In the "summary" directory, click on
overall_summary.tsvto review the alignment statistics.
-
In the "rsem_summary" directory, click on
genes_expression_expected_count.tsvand switch to "Default View" to check the RSEM quantifications.
-
Alternatively, switch to the "App View" and launch the DEBrowswer app to explore Differential Expression.


Demo Dataset Limitation
To expedite the tutorial, the demo dataset has been downsampled to include only a few genes. As a result, the differential expression analysis graphs may appear sparse.
Congratulations! You have successfully run an RNA-seq pipeline in Foundry!