building-genomics-pipelines

Guide construction of genomics pipelines for alignment, variant calling, and annotation.

10|17|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/provectus/awos-recruitment --skill building-genomics-pipelines
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: building-genomics-pipelines
Source: https://github.com/provectus/awos-recruitment/tree/main/registry/skills/building-genomics-pipelines
Command: npx skills add https://github.com/provectus/awos-recruitment --skill building-genomics-pipelines

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides expert guidance and best practices for building, analyzing, and annotating genomics data, streamlining complex bioinformatics workflows.

Core Features & Use Cases

  • Pipeline Frameworks: Recommends and guides on using Nextflow, Snakemake, and WDL.
  • Bioinformatics Tools: Details optimal tools for alignment (BWA-MEM2, STAR), variant calling (DeepVariant, Mutect2), and annotation (VEP, SnpEff).
  • Use Case: A researcher needs to analyze RNA-seq data. This Skill provides the exact commands and parameters for alignment, quantification, and differential expression analysis using nf-core/rnaseq.

Quick Start

Use the building-genomics-pipelines skill to build an RNA-seq analysis pipeline using nf-core/rnaseq.

Frequently Asked Questions about building-genomics-pipelines

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a genomics pipeline for RNA-seq data analysis?

To build a genomics pipeline for RNA-seq data, use the Nextflow framework and the nf-core/rnaseq pipeline to handle alignment, quantification, and differential expression analysis. This approach provides exact commands and parameters for robust NGS data processing.

What is the best way to structure variant calling and annotation in a bioinformatics workflow?

The best way to structure variant calling and annotation is to use DeepVariant or Mutect2 for variant detection, followed by VEP or SnpEff for annotation. This ensures accurate variant identification and functional annotation in your bioinformatics workflow.

Which alignment tools should I use for NGS data processing in my pipeline?

For NGS data processing, use BWA-MEM2 for DNA alignment and STAR for RNA-seq alignment. These tools provide optimal read mapping performance and are recommended for building scalable genomics pipelines.

Does Nextflow support reproducibility and scalability for genomics pipelines?

Yes, Nextflow supports reproducibility and scalability for genomics pipelines. It enables you to define workflows that address quality control requirements and scale across computing environments, ensuring consistent bioinformatics analysis results.

Can I use Snakemake or WDL instead of Nextflow for my bioinformatics workflow?

Yes, you can use Snakemake or WDL instead of Nextflow. This Skill guides users on multiple pipeline frameworks including Nextflow, Snakemake, and WDL, allowing flexibility in how you construct and execute your genomics data analysis pipelines.