Mercurial > repos > metexplore > met4j
comparison build/tools/SbmlCheckBalance/SbmlCheckBalance.xml @ 6:7a6f2380fc1d draft
planemo upload for repository https://forgemia.inra.fr/metexplore/met4j-galaxy
author | metexplore |
---|---|
date | Wed, 17 May 2023 13:26:37 +0000 |
parents | |
children | 1436e9cde9c9 |
comparison
equal
deleted
inserted
replaced
5:35c9abcd8934 | 6:7a6f2380fc1d |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | |
2 <tool id="met4j_SbmlCheckBalance" name="SbmlCheckBalance" version="1.3.0"> | |
3 <description>Check balance of all the reactions in a SBML.</description> | |
4 <xrefs> | |
5 <xref type="bio.tools">met4j</xref> | |
6 </xrefs> | |
7 <requirements> | |
8 <container type="singularity">oras://registry.forgemia.inra.fr/metexplore/met4j/met4j-singularity:1.3.0</container> | |
9 </requirements> | |
10 <command detect_errors="exit_code"><![CDATA[sh /usr/bin/met4j.sh reconstruction.SbmlCheckBalance -sbml "$sbml" | |
11 -out "$out" | |
12 ]]></command> | |
13 <inputs> | |
14 <param argument="-sbml" format="sbml" label="Original sbml file" name="sbml" optional="false" type="data" value=""/> | |
15 </inputs> | |
16 <outputs> | |
17 <data format="tsv" name="out"/> | |
18 </outputs> | |
19 <tests/> | |
20 <help><![CDATA[Check balance of all the reactions in a SBML. | |
21 A reaction is balanced if all its reactants have a chemical formula with a good syntax and if the quantity of each atom is the same in both sides of the reaction. | |
22 For each reaction, indicates if the reaction is balanced, the list of the atoms and the sum of their quantity, and the list of the metabolites that don't have a correct chemical formula.]]></help> | |
23 <citations/> | |
24 </tool> |