Workflows
What is a Workflow?Filters
Text mining a museum collection in tabular format to extract from which year most objects derive and what they are.
Associated Tutorial
This workflows is part of the tutorial OpenRefine Tutorial for researching cultural data, available in the GTN
Features
- Includes [Galaxy Workflow ...
Identify glycan and polysaccharide compositions from mass spectrometry files. The workflow itself performs a conversion of raw files, GlyCombo search, and visualisation of results.
FPNuNet: A Frequency-Aware Prompt-Guided Network for Nuclear Segmentation and Classification in Immunohistochemistry Images

This is the official code repository for "FPNuNet: A Frequency-Aware Prompt-Guided Network for Nuclear Segmentation and Classification in Immunohistochemistry Images".
Introduction
Accurate nuclear segmentation and classification (NuSC) in immunohistochemistry (IHC)-stained images is essential for reliable biomarker quantification, yet ...
Evaluation of Pacbio Hifi Reads and genome profiling. Create Meryl Database used for the estimation of assembly parameters and quality control with Merqury. Part of the VGP pipeline.
name: "CI" on: [push, pull_request]
jobs: build: strategy: fail-fast: false matrix: ruby: ["2.5", "2.6", "2.7", "3.0"]
runs-on: macos-latest steps:
Setup env
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1 with: ruby-version: "${{ matrix.ruby }}"
Show env
- name: Show macOS version run: sw_vers
- name: Show env versions run: | ruby --version bundler --version echo $HOME
Prepare
- name: Install bundler 2.2.20 run: gem install bundler -v "~> 2.2.20"
- name: Install ruby dependencies ...
Associated Tutorial
This workflows is part of the tutorial Assembly of the mitochondrial genome from PacBio HiFi reads, available in the GTN
Features
- Includes Galaxy Workflow Tests
Thanks to...
Workflow Author(s): VGP, Galaxy
**Tutorial ...
Associated Tutorial
This workflows is part of the tutorial Proteogenomics 2: Database Search, available in the GTN
Features
- Includes Galaxy Workflow Tests
- Includes a Galaxy Workflow Report ...
Soil-WAter Quality model (SWAQ)
There are three main types of files:
-
*_AppPatt.R Used for building country specific Gemup (GEnaralised Mapped Usage Patterns). Only for CZ there is also CZ_PPPusage.R used for cleaning PPP usage data.
-
*_swaq_farm.R Used for calculating PEC and RQ at field level. Only CZ script is completed for the moment but NL and DK should follow similar template.
-
*_swaq_bas.R Used for calculating PEC and RQ at river catchment level. All scripts are completed. Only ...
Workflow (hybrid) metagenomic assembly and binning
- Workflow Illumina Quality: https://workflowhub.eu/workflows/336
- Sequali (control)
- hostile contamination filter
- fastp (quality trimming)
- Workflow Longread Quality: https://workflowhub.eu/workflows/337
- NanoPlot (control)
- fastplong (quality trimming)
- hostile contamination filter
- Kraken2 taxonomic classification of FASTQ reads
- SPAdes/Flye (Assembly) ...
Type: Common Workflow Language
Creators: Bart Nijsse, Jasper Koehorst, Changlin Ke
Submitter: Bart Nijsse
Assembly polishing; can run alone or as part of a combined workflow for large genome assembly.
- What it does: Polishes (corrects) an assembly, using long reads (with the tools Racon and Medaka) and short reads (with the tool Racon). (Note: medaka is only for nanopore reads, not PacBio reads).
- Inputs: assembly to be polished: assembly.fasta; long reads - the same set used in the assembly (e.g. may be raw or filtered) fastq.gz format; short reads, R1 only, in fastq.gz format
- Outputs: ...