Mercurial > repos > recetox > biotransformer
comparison macros.xml @ 0:0b86600b715e draft
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/biotransformer commit 9b8e9941cdf0689518021bc0aa4b7196b28d25d7
author | recetox |
---|---|
date | Tue, 06 Jun 2023 11:23:51 +0000 |
parents | |
children | e5fcba090b10 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:0b86600b715e |
---|---|
1 <macros> | |
2 <token name="@TOOL_VERSION@">3.0_20230403</token> | |
3 <xml name="creator"> | |
4 <creator> | |
5 <person | |
6 givenName="Martin" | |
7 familyName="Čech" | |
8 url="https://github.com/martenson" | |
9 identifier="0000-0002-9318-1781" /> | |
10 <person | |
11 givenName="Karolína" | |
12 familyName="Trachtová" | |
13 url="https://github.com/trachtok" /> | |
14 <organization | |
15 url="https://www.recetox.muni.cz/" | |
16 email="GalaxyToolsDevelopmentandDeployment@space.muni.cz" | |
17 name="RECETOX MUNI" /> | |
18 </creator> | |
19 </xml> | |
20 <token name="@HELP@"> | |
21 <![CDATA[ | |
22 BioTransformer is a software tool that predicts small molecule metabolism in mammals, their gut micr obiota, | |
23 as well as the soil/aquatic microbiota. BioTransformer also assists scientists in metabolite identification, | |
24 based on the metabolism prediction. | |
25 | |
26 BioTransformer is offered to the public as a freely acessible software package under the GNU License GPL v3. | |
27 | |
28 Users are free to copy and redistribute the material in any medium or format. Moreover, they could modify, and | |
29 build upon the material under the condition that they must give appropriate credit, provide links to the license, | |
30 and indicate if changes were made. Furthermore, the above copyright notice and this permission notice must be | |
31 included. Use and re-distribution of the these resources, in whole or in part, for commercial purposes requires | |
32 explicit permission of the authors. We ask that all users of the BioTransformer software tool, the BioTransformer | |
33 web server, or BioTransformerDB to cite the BioTransformer reference in any resulting publications, and to | |
34 acknowledge the authors. | |
35 | |
36 Parameters explanation: | |
37 | |
38 **Input.** Currently, only a CSV file with one SMILES per line is accepted. | |
39 | |
40 **The type of prediction:** EC-based (ecbased), CYP450 (cyp450), Phase II (phaseII), Human gut | |
41 microbial (hgut), human super transformer* (superbio, or allHuman), Environmental microbial (envimicro). | |
42 | |
43 **The number of steps for the prediction:** this option will be used for the EC-based, CYP450, Phase II, and Environmental | |
44 microbial biotransformers. The default value is 1. | |
45 | |
46 **Mass tolerance for metabolite identification** (default is 0.01). | |
47 | |
48 **Output of BioTransformer** with CSV as an input are 3 TSV files. One without any filtering, second with filtered | |
49 duplicates based on 6 columns (InChI, InChIKey, Synonyms, Molecular formula, Major Isotope Mass, AlogP) and third with | |
50 filtered duplicates based on 3 columns (Molecular formula, Major Isotope Mass, AlogP). | |
51 | |
52 (* ) While the 'superbio' option runs a set number of transformation steps in a pre-defined order (e.g. deconjugation | |
53 first, then Oxidation/reduction, etc.), the 'allHuman' option predicts all possible metabolites from any applicable | |
54 reaction(Oxidation, reduction, (de-)conjugation) at each step. | |
55 ]]> | |
56 </token> | |
57 </macros> |