detaxizer

Run nf-core/detaxizer to identify and remove target taxa from genomic FASTQ data.

1|Updated Jun 19, 2026
One-click install
npx skills add https://github.com/danilomonge/nf-claw --skill detaxizer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: detaxizer
Source: https://github.com/danilomonge/nf-claw/tree/main/pipelines/detaxizer
Command: npx skills add https://github.com/danilomonge/nf-claw --skill detaxizer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

nf-core/detaxizer helps researchers identify a target taxon in sequencing reads and optionally remove those reads without manual flag hunting or guesswork.

Core Features & Use Cases

  • Taxon detection and removal: Classify reads with Kraken2 and/or bbduk, then filter or retain matches based on the selected taxon or taxonomic group.
  • Optional preprocessing and validation: Clean reads with fastp before classification and confirm results with blastn when validation is required.
  • Reproducible bioinformatics runs: Use samplesheets, pinned releases, and generated reference documentation to keep execution consistent across environments.
  • Use case: A metagenomics analyst can process host-depletion datasets, generate downstream samplesheets, and produce traceable results for the next analysis step.

Quick Start

Use this Skill to run detaxizer on your samplesheet with the correct output directory and any optional classification, filtering, or validation settings you need.

Frequently Asked Questions about detaxizer

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

FAQPage Schema
How do I remove host contamination from FASTQ files using Kraken2 and Nextflow?

Detaxizer removes target taxa from FASTQ data by running the nf-core/detaxizer pipeline, which classifies reads with Kraken2 and bbduk before filtering. It requires validated CSV samplesheets and pinned Nextflow releases to ensure reproducible host-depletion workflows.

What is the nf-core detaxizer pipeline used for in metagenomics?

The nf-core detaxizer pipeline is used for taxon detection and removal in metagenomics. It identifies target taxa in sequencing reads, optionally validates matches with blastn, and generates downstream samplesheets to prepare filtered data for subsequent analysis steps.

Can I validate Kraken2 classification results with blastn in Nextflow?

Yes, you can validate Kraken2 classification results with blastn within the detaxizer Nextflow pipeline. This optional validation step confirms taxonomic matches before read filtering, ensuring higher confidence in the target taxa identified in your FASTQ samples.

How do I prepare a samplesheet for nf-core detaxizer to process genomic FASTQ data?

To process genomic FASTQ data with detaxizer, you must provide a validated CSV samplesheet as input. The Skill handles samplesheet-based preprocessing to ensure input metadata meets parameter constraints before running the Nextflow pipeline for taxon identification and removal.

Does the detaxizer pipeline support fastp preprocessing before taxonomic classification?

Yes, the detaxizer pipeline supports fastp preprocessing to clean reads before taxonomic classification. This optional step improves classification accuracy by removing low-quality sequences before Kraken2 or bbduk analyze the FASTQ data for target taxa.

What are the input requirements for running nf-core detaxizer to identify target taxa?

Running nf-core detaxizer requires validated CSV samplesheets, genomic FASTQ files, and a Nextflow execution environment. The pipeline enforces parameter constraints and uses pinned releases to maintain reproducible provenance for identifying and removing target taxa.