Workflows
What is a Workflow?Filters
EGG: Epitope Generation Gateway
A modular Snakemake pipeline for personalized neoantigen discovery and prioritization using patient-specific gene co-expression networks.
Overview
EGG is a comprehensive computational workflow for identifying and prioritizing tumor neoantigens from DNA and RNA sequencing data. Unlike traditional neoantigen prediction pipelines that focus solely on ...
Type: Snakemake
Creators: Luca Mannino, Michele Fratello, Jacopo Chiaro, Federica D'Alessio, Emanuele Di Lieto, Miina Niittykoski, Angela Serra, Seppo Ylä-Herttuala, Vincenzo Cerullo, Antonio Federico, Dario Greco
Submitter: Luca Mannino
Type: Python
Creators: Folorunsho Bright Omage, Ivan Mazoni, Inácio Henrique Yano, Goran Neshich
Submitter: Folorunsho Bright
Type: Python
Creators: Folorunsho Bright Omage, Ivan Mazoni, Inácio Henrique Yano, Goran Neshich
Submitter: Folorunsho Bright
Segmentation and Reference Point Detection for Laser Capture Microdissection (LMD)
Project Summary
This repository contains the code for a Cellpose-SAM & pyLMD project dedicated to automating cell boundary and reference point detection in microscopic images used for Laser Capture Microdissection (LMD).
The primary function of this repository is to identify the boundaries of target cells and detect ...
NanoporeDB_workflow
1. Overview
This repository contains the integrated computational workflow for the large-scale mining, multimeric structure prediction, and quality filtering of protein nanopores. This pipeline enables the discovery of novel nanopore candidates from massive metagenomic and genomic databases. The structural models, pore geometry analysis, and ...
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 ...
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 ...
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 ...