Interview-Driven Workflow Construction and Repair in Galaxy

Galaxy Workflow Data-Flow Brief: Ebola Virus Infection RNA-seq Analysis

Data-Flow Overview

The workflow transforms raw paired-end RNA-seq collections into sample-level transcript abundance estimates and downstream gene-level differential expression statistics.

[reads_paired_collection (list:paired)] ──┐
                                          ├─► [Step 1: salmon_quant (map-over)] ──► [salmon_quant_collection (list)]
[salmon_index] ───────────────────────────┘                                              │
                                                                                         ▼
[sample_metadata (tabular)] ───────────────────────────────────────────────────────────► [Step 2: deseq2 (reduce)] ──► [deseq2_norm_counts]
                                                                                         ▲                           ──► [deseq2_differential_results]
[tx2gene_map (tabular)] ─────────────────────────────────────────────────────────────────┘                           ──► [deseq2_plots]

Step Details and Collection Operations

Step 1: salmon_quant (Map-over)

Step 2: deseq2 (Reduce / Collective modeling)

Galaxy Tool Equivalents & Unresolved Needs

Confidence and Open Questions