Workflows
What is a Workflow?Filters
MPXV (Mpox) Phylogenetic Analysis with Squirrel
Description
Galaxy workflow to perform MPXV phylogenetic reconstruction using the Squirrel (Some QUIck Reconstruction to Resolve Evolutionary Links) Galaxy tools, Squirrel QC and Squirrel Phylo. The workflow also performs masking (using the squirrel tool) of SNPs.
Galaxy Squirrel tools:
Squirrel QC: The quality control (QC) mode of Squirrel that can run QC on the alignment and flag certain sites ...
Viral Amplicon Analysis Pipeline for ONT Data
Description
Galaxy workflow for processing viral amplicon datasets, such as MPXV (Mpox), sequenced using the Oxford Nanopore Technologies (ONT) platform. The workflow uses the latest Fieldbioinformatics Artic Minion pipeline that uses the clair3 variant caller.
The ARTIC minion is a pipeline for working with viral nanopore sequencing data, generated from tiling amplicon schemes. It is designed ...
Automated screening monitoring workflow designed to provide real-time feedback to the microscope during data acquisition. The pipeline processes movies on-the-fly, performing motion correction, maxshift analysis, CTF estimation and consensus validation, as well as micrograph quality assessment through AI-based categorization. The workflow also includes particle picking, automatic box size estimation, particle extraction, streaming 2D classification, and 2D class quality assessment. Results are ...
This workflow performs a basic Virtual Drug Screening Pipeline. THe workflows uses the following protocols: 1.a) Import receptor: Imports the atomic structure with PDB code 4ERF. 1.b) Import small molecules: Imports a set of 4 molecules from local files. 2.a) Receptor preparation: selects A chain and cleans the structure from waters and heteroatoms 2.b) RDKit Molecules preparation: adds hydrogens and prepares the molecules for docking 3.a) Find pockets: uses P2Rank to predict the most promising ...
IsoAnnot
IsoAnnot is a new tool for generating functional and structural annotation at isoform level, capable of collecting and integrating information from different databases to categorize and describe each isoform, including functional and structural information for both transcript and protein.
⚠️⚠️ IsoAnnot is currenlty under beta-testing. Please see the latest release and download IsoAnnot from the ...
This workflow performs colour deconvolution and automated thresholding to quantify stained area in brightfield histological images (MT, IHC). It accepts whole slides or pre-cropped ROIs.
Associated Tutorial
This workflows is part of the tutorial Quantitative Analysis of Histological Staining Using Color Deconvolution, available in the GTN ...
Assembly Evaluation for ERGA-BGE Reports
One Assembly, HiFi WGS reads + HiC reads
The workflow requires the following:
- Species Taxonomy ID number
- NCBI Genome assembly accession code
- BUSCO Lineage
- WGS accurate reads accession code
- NCBI HiC reads accession code
The workflow will get the data and process it to generate genome profiling (genomescope, smudgeplot -optional-), assembly stats (gfastats), merqury stats (QV, completeness), BUSCO, snailplot, contamination blobplot, and HiC ...
nf-synteny
A simple pipeline to run a macro synteny analysis.
It is under development, so if you wish to use the pipeline for your own research, please contact us (ecoflow.ucl [at] gmail.com). We can give you the up to date detail for the methods and the up to date figures. When it is published we will release a final version.
Synteny is the study of chromosome arrangement and gene order. Over evolutionary time, two species diverge from the state of the common ancestor, due to a variety of ...
Name: Matrix multiplication with Objects Contact Person: [email protected] Access Level: public License Agreement: Apache2 Platform: COMPSs
Matrix Multiplication with Objects
Matrix multiplication is a binary operation that takes a pair of matrices and produces another matrix. Given a square matrix A of size MSIZE × MSIZE blocks and a square matrix B of the same size, the result C = A × B is computed block-wise. Each matrix is divided into MSIZE² blocks of BSIZE × BSIZE ...