# Environmental Degradation Pathway Analysis

> Use when you have a target compound (in SMILES or structure format) and need to predict what metabolites will form via environmental microbial biotransformation, including the reaction types and parent–product relationships.

- Skill: `holobiomicslab/environmental-degradation-pathway-analysis` (Agent Skill)
- Install (CLI): `npx skillmds@latest add holobiomicslab/environmental-degradation-pathway-analysis`
- Raw SKILL.md: https://api.skillmd.com/api/skills/holobiomicslab/environmental-degradation-pathway-analysis/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: CC-BY-4.0
- Author: HolobiomicsLab (https://skillmd.com/u/holobiomicslab)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/holobiomicslab/environmental-degradation-pathway-analysis

---


# environmental-degradation-pathway-analysis

> **License: noncommercial** — confirm your use is a permitted (noncommercial) purpose before applying; commercial use requires a separate license (see `metadata.tool_license`). <!-- asb-license-banner -->
## Summary

Predict biotransformation products and degradation pathways for chemical compounds under environmental microbial conditions using BioTransformer's EAWAG-BBD-derived module. This skill reconstructs the sequence and types of reactions likely to occur when a pollutant or xenobiotic encounters soil, aquatic, or engineered microbial communities.

## When to use

Apply this skill when you have a target compound (in SMILES or structure format) and need to predict what metabolites will form via environmental microbial biotransformation, including the reaction types and parent–product relationships. Use it during environmental risk assessment, persistence prediction, or when designing remediation strategies and need to anticipate daughter products that may be toxic or persistent.

## When NOT to use

- Input compound is already a known metabolite and you need human metabolism (phase I/II) instead of environmental microbial pathways — use a mammalian metabolism module instead.
- Prediction must account for non-biological abiotic degradation (photolysis, hydrolysis) — this module predicts only microbial biotransformation.
- Rule base or licensing constraints forbid non-commercial use (Creative Commons BY-NC-SA license) — check your use-case permits non-commercial application.

## Inputs

- Chemical compound in SMILES notation
- Chemical compound in structure format (MOL, SDF, or compatible molecular descriptor)
- Single compound or batch of compounds for biotransformation prediction

## Outputs

- Predicted biotransformation products (metabolites) with SMILES or structure representations
- Parent–product relationship graph or table
- Reaction type annotations (e.g., oxidation, hydrolysis, conjugation) for each transformation step
- Biotransformation pathway tree or network

## How to apply

Load the input compound in SMILES or structure format into BioTransformer 3.0's jar executable. Execute the environmental microbial degradation module by specifying the EAWAG Biodegradation and Biocatalysis Database rule set as the prediction rule base. The module will apply curated biotransformation rules from the EAWAG-BBD to generate predicted metabolites. Parse and structure the module's output to extract predicted metabolites, parent–product relationships, and reaction type annotations. Validate that the rule set is EAWAG-BBD-derived (licensed CC-BY-NC-SA 4.0 by EnviPath) to ensure predictions are grounded in peer-reviewed biodegradation literature.

## Related tools

- **BioTransformer** (Executes the environmental microbial degradation module to predict biotransformation products using EAWAG-BBD-derived rule sets) — bitbucket.org/wishartlab/biotransformer3.0jar
- **EnviPath** (Curates and maintains the EAWAG Biodegradation and Biocatalysis Database; licensor of the rule set used by BioTransformer's environmental module)

## Examples

```
java -jar biotransformer3.0.jar -ismi input.smi -ibiomet eawag -omet json -o output_metabolites.json
```

## Evaluation signals

- All predicted metabolites have valid chemical structures (SMILES or MOL parseable without error)
- Parent–product relationships form a directed acyclic graph (DAG) with the input compound as root and no cycles
- Each transformation step has a reaction type label matching known microbial biotransformation classes (oxidation, hydrolysis, methylation, etc.)
- Predicted pathways are traceable to biotransformation rules in the EAWAG-BBD (can be verified against EAWAG-BBD documentation or EnviPath database)
- Reproducibility: identical compound input yields identical metabolite and pathway predictions across multiple runs

## Limitations

- Predictions depend on coverage and completeness of the EAWAG-BBD; novel or rare biotransformation reactions not in the database will not be predicted.
- Module assumes generic environmental microbial communities and cannot model organism-specific or site-specific microbial ecology; predictions may not reflect actual degradation rates or pathways in a particular environmental compartment.
- License (Creative Commons BY-NC-SA 4.0) restricts use to non-commercial applications; commercial environmental consulting or drug metabolism studies may require alternative tools or licensing.
- No changelog is available, making it difficult to track when rule sets are updated or to compare predictions between BioTransformer versions.

## Evidence

- [intro] BioTransformer's environmental microbial degradation module uses data from the EAWAG's Biodegradation and Biocatalysis Database: "The environmental microbial degradation module relies on the EAWAG's Biodegradation and Biocatalysis Database, which is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0"
- [other] Workflow steps for applying the skill: "1. Load input compounds (SMILES or structure format) into BioTransformer 3.0 jar executable. 2. Execute the environmental microbial degradation module specifying the EAWAG Biodegradation and"

