environmental-microbial-degradation-prediction
License: noncommercial — confirm your use is a permitted (noncommercial) purpose before applying; commercial use requires a separate license (see metadata.tool_license).
Summary
Predict soil and aquatic microbial metabolite structures and biotransformation pathways for small molecules using BioTransformer's environmental microbial degradation module, which applies EAWAG Biodegradation and Biocatalysis Database rules to generate predicted degradation products and their associated transformations.
When to use
Use this skill when you have a small-molecule structure (in SMILES, MOL, or SDF format) and need to predict how soil or aquatic microbiota will degrade or biotransform it, particularly for environmental risk assessment, metabolite identification in biodegradation studies, or tracing microbial transformation pathways in anaerobic and aerobic conditions.
When NOT to use
- Input molecule is a complex biopolymer or protein — BioTransformer is designed for small molecules only
- Prediction is needed for human or mammalian metabolism specifically — use the CYP450, Phase II, or human super-transformer options instead
- Commercial use of environmental microbial predictions without an appropriate EnviPath commercial license from EnviPath; the environmental module data is licensed under CC-BY-NC-SA 4.0
Inputs
- Small-molecule structure in SMILES format (string)
- Small-molecule structure in MOL file format
- Small-molecule structures in SDF (structure data file) format
Outputs
- Predicted metabolite structures in SDF format (default)
- Predicted metabolite structures and metadata in CSV format
- Biotransformation rules and reaction types associated with each metabolite
- Metabolism pathway diagrams (optional with annotation flag)
How to apply
Load the input small-molecule structure into BioTransformer using the -b envimicro biotransformer option, specify the number of transformation steps with -s (default 1), and select the input format flag (-ismi for SMILES, -imol for MOL, or -isdf for SDF). Execute the prediction task with -k pred, which applies biotransformation rules from the EAWAG database to generate predicted metabolite structures. Output results to SDF (default) or CSV format using -osdf or -ocsv flags. The module reports both aerobic and anaerobic reactions by default, unlike the EAWAG BBD/PPS system which reports only aerobic transformations.
Related tools
- BioTransformer (Executes environmental microbial degradation prediction using EAWAG biotransformation rules to generate predicted metabolite structures and pathways) — https://github.com/Wishartlab-openscience/Biotransformer
- EAWAG Biodegradation and Biocatalysis Database (Source dataset providing biotransformation rules and microbial degradation knowledge for soil and aquatic microbiota)
- EnviPath (Licensing and distribution source for EAWAG database data; contains additional visualization and curation tools) — https://envipath.org/
Examples
java -jar biotransformer-3.0.0.jar -k pred -b envimicro -ismi "CC(C)C1=CC=C(C)C=C1O" -osdf thymol_degradation.sdf -s 2
Evaluation signals
- Output metabolite structures are valid chemical compounds (parseable by cheminformatics libraries; SMILES/InChI can be generated without error)
- All predicted metabolites are chemically feasible transformations of the input molecule (mass balance preserved; functional group changes correspond to known biotransformation reactions)
- Biotransformation rules are explicitly traced to EAWAG database entries and reaction type classifications (oxidation, reduction, hydrolysis, conjugation, deconjugation, etc.)
- Number of metabolites and depth of pathway matches the
-s parameter; pathway does not exceed specified step count
- For multi-step predictions, downstream metabolites are derived from upstream products, forming a coherent acyclic transformation graph
Limitations
- Environmental module predictions include both aerobic and anaerobic reactions by default; users cannot filter to aerobic-only transformations (unlike the EAWAG BBD/PPS system default behavior)
- Predictions are rule-based and do not account for environmental factors such as pH, temperature, oxygen availability, microbial community composition, or bioavailability
- EAWAG database coverage is biased toward chemicals of environmental concern and industrially relevant compounds; predictions for novel or rare structures may be limited or absent
- Commercial use requires a separate license from EnviPath; non-commercial academic and research use requires proper citation of the EnviPath paper and acknowledgment of the CC-BY-NC-SA 4.0 license
Evidence
- [intro] BioTransformer's environmental microbial degradation module uses data from the EAWAG's Biodegradation and Biocatalysis Database: "BioTransformer's environmental microbial degradation module uses data from the EAWAG's Biodegradation and Biocatalysis Database"
- [other] Applies biotransformation rules to generate predicted metabolite structures and transformations: "Execute BioTransformer's soil/aquatic microbiota degradation prediction module, which applies biotransformation rules derived from the EAWAG Biodegradation and Biocatalysis Database to generate"
- [readme] Environmental microbial biotransformer option and step configuration: "Environmental microbial (envimicro)*. ... -s,--nsteps The number of steps for the prediction. This option can be set by the user for the EC-based, CYP450, Phase II, and"
- [readme] All reactions (aerobic and anaerobic) are reported by default: "For the environmental microbial biodegradation, all reactions (aerobic and anaerobic) are reported, and not only the aerobic biotransformations (as per default in the EAWAG BBD/PPS system)"
- [readme] Commercial license requirement for environmental microbial module: "To use the environmental microbial module for commercial purposes, users must request an appropriate commercial license from EnviPath"
1---2name: environmental-microbial-degradation-prediction3description: Use when you have a small-molecule structure (in SMILES, MOL, or SDF format) and need to predict how soil or aquatic microbiota will degrade or biotransform it, particularly for environmental risk assessment, metabolite identification in biodegradation studies, or tracing microbial transformation.4license: CC-BY-4.05---67# environmental-microbial-degradation-prediction89> **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 -->10## Summary1112Predict soil and aquatic microbial metabolite structures and biotransformation pathways for small molecules using BioTransformer's environmental microbial degradation module, which applies EAWAG Biodegradation and Biocatalysis Database rules to generate predicted degradation products and their associated transformations.1314## When to use1516Use this skill when you have a small-molecule structure (in SMILES, MOL, or SDF format) and need to predict how soil or aquatic microbiota will degrade or biotransform it, particularly for environmental risk assessment, metabolite identification in biodegradation studies, or tracing microbial transformation pathways in anaerobic and aerobic conditions.1718## When NOT to use1920- Input molecule is a complex biopolymer or protein — BioTransformer is designed for small molecules only21- Prediction is needed for human or mammalian metabolism specifically — use the CYP450, Phase II, or human super-transformer options instead22- Commercial use of environmental microbial predictions without an appropriate EnviPath commercial license from EnviPath; the environmental module data is licensed under CC-BY-NC-SA 4.02324## Inputs2526- Small-molecule structure in SMILES format (string)27- Small-molecule structure in MOL file format28- Small-molecule structures in SDF (structure data file) format2930## Outputs3132- Predicted metabolite structures in SDF format (default)33- Predicted metabolite structures and metadata in CSV format34- Biotransformation rules and reaction types associated with each metabolite35- Metabolism pathway diagrams (optional with annotation flag)3637## How to apply3839Load the input small-molecule structure into BioTransformer using the `-b envimicro` biotransformer option, specify the number of transformation steps with `-s` (default 1), and select the input format flag (`-ismi` for SMILES, `-imol` for MOL, or `-isdf` for SDF). Execute the prediction task with `-k pred`, which applies biotransformation rules from the EAWAG database to generate predicted metabolite structures. Output results to SDF (default) or CSV format using `-osdf` or `-ocsv` flags. The module reports both aerobic and anaerobic reactions by default, unlike the EAWAG BBD/PPS system which reports only aerobic transformations.4041## Related tools4243- **BioTransformer** (Executes environmental microbial degradation prediction using EAWAG biotransformation rules to generate predicted metabolite structures and pathways) — https://github.com/Wishartlab-openscience/Biotransformer44- **EAWAG Biodegradation and Biocatalysis Database** (Source dataset providing biotransformation rules and microbial degradation knowledge for soil and aquatic microbiota)45- **EnviPath** (Licensing and distribution source for EAWAG database data; contains additional visualization and curation tools) — https://envipath.org/4647## Examples4849```50java -jar biotransformer-3.0.0.jar -k pred -b envimicro -ismi "CC(C)C1=CC=C(C)C=C1O" -osdf thymol_degradation.sdf -s 251```5253## Evaluation signals5455- Output metabolite structures are valid chemical compounds (parseable by cheminformatics libraries; SMILES/InChI can be generated without error)56- All predicted metabolites are chemically feasible transformations of the input molecule (mass balance preserved; functional group changes correspond to known biotransformation reactions)57- Biotransformation rules are explicitly traced to EAWAG database entries and reaction type classifications (oxidation, reduction, hydrolysis, conjugation, deconjugation, etc.)58- Number of metabolites and depth of pathway matches the `-s` parameter; pathway does not exceed specified step count59- For multi-step predictions, downstream metabolites are derived from upstream products, forming a coherent acyclic transformation graph6061## Limitations6263- Environmental module predictions include both aerobic and anaerobic reactions by default; users cannot filter to aerobic-only transformations (unlike the EAWAG BBD/PPS system default behavior)64- Predictions are rule-based and do not account for environmental factors such as pH, temperature, oxygen availability, microbial community composition, or bioavailability65- EAWAG database coverage is biased toward chemicals of environmental concern and industrially relevant compounds; predictions for novel or rare structures may be limited or absent66- Commercial use requires a separate license from EnviPath; non-commercial academic and research use requires proper citation of the EnviPath paper and acknowledgment of the CC-BY-NC-SA 4.0 license6768## Evidence6970- [intro] BioTransformer's environmental microbial degradation module uses data from the EAWAG's Biodegradation and Biocatalysis Database: "BioTransformer's environmental microbial degradation module uses data from the EAWAG's Biodegradation and Biocatalysis Database"71- [other] Applies biotransformation rules to generate predicted metabolite structures and transformations: "Execute BioTransformer's soil/aquatic microbiota degradation prediction module, which applies biotransformation rules derived from the EAWAG Biodegradation and Biocatalysis Database to generate"72- [readme] Environmental microbial biotransformer option and step configuration: "Environmental microbial (envimicro)*. ... -s,--nsteps <Number of steps> The number of steps for the prediction. This option can be set by the user for the EC-based, CYP450, Phase II, and"73- [readme] All reactions (aerobic and anaerobic) are reported by default: "For the environmental microbial biodegradation, all reactions (aerobic and anaerobic) are reported, and not only the aerobic biotransformations (as per default in the EAWAG BBD/PPS system)"74- [readme] Commercial license requirement for environmental microbial module: "To use the environmental microbial module for commercial purposes, users must request an appropriate commercial license from EnviPath"