Workflows
What is a Workflow?Filters
Peptide Library Data Analysis
Associated Tutorial
This workflows is part of the tutorial Peptide Library Data Analysis, available in the GTN
Thanks to...
Tutorial Author(s): Jayadev Joshi, [Daniel ...
workflow-automation
Associated Tutorial
This workflows is part of the tutorial Automating Galaxy workflows using the command line, available in the GTN
Thanks to...
Workflow Author(s): Wolfgang Maier
Tutorial Author(s): Simon Bray, [Wolfgang ...
Associated Tutorial
This workflows is part of the tutorial Multiomics data analysis using MultiGSEA, available in the GTN
Features
- Includes Galaxy Workflow Tests
- Includes a Galaxy Workflow Report ...
The workflow takes a paired-reads collection (like illumina WGS or HiC), runs FastQC and SeqKit, trims with Fastp, and creates a MultiQC report. The main outputs are a paired collection of trimmed reads, a report with raw and trimmed reads stats, and a table with raw reads stats.
The workflow takes ONT reads collection, runs SeqKit and Nanoplot. The main outputs are a table and plots of raw reads stats.
The workflow takes a HiFi reads collection, runs FastQC and SeqKit, filters with Cutadapt, and creates a MultiQC report. The main outputs are a collection of filtred reads, a report with raw and filtered reads stats, and a table with raw reads stats.
The workflow takes a Long Reads collection, Pri/Alt contigs, and the values for transition parameter and max coverage depth (calculated from WF1) to run Purge_Dups. It produces purged Pri and Alt contigs assemblies, and runs all the QC analysis (gfastats, BUSCO, and Merqury).
The workflow takes trimmed HiC paired-end reads collection, and Pri/Alt assemblies to produce a scaffolded primary assembly (and alternate contigs) using YaHS. It also runs Pretext and all the QC analyses (gfastats, BUSCO, and Merqury).
The workflow takes a long reads collection (HiFi, or ONT also possible now), and max coverage depth (calculated from WF1) to run Hifiasm in solo mode. It produces a Pri/Alt assembly, Bandage plots, and runs all the QC analysis (gfastats, BUSCO, and Merqury).
SeuratExtend: An Enhanced Toolkit for scRNA-seq Analysis
Overview
SeuratExtend
is an R package designed to provide an improved and easy-to-use toolkit for scRNA-seq analysis and visualization, built upon the Seurat object. While Seurat
is a widely-used tool in the R community that offers a foundational framework for scRNA-seq analysis, it has limitations when it comes to more advanced analysis and customized visualization. SeuratExtend
expands upon Seurat
by offering an array of
...