Mercurial > repos > metexplore > met4j_setchemicalformulas
comparison SetChemicalFormulas.xml @ 3:b9d95baab679 draft default tip
planemo upload for repository https://forge.inrae.fr/metexplore/met4j-galaxy commit e757d0398a8407d983f1ef3f900b31cafc26e170
| author | metexplore |
|---|---|
| date | Wed, 21 Jan 2026 15:32:35 +0000 |
| parents | e524934080ed |
| children |
comparison
equal
deleted
inserted
replaced
| 2:c1a0a6d9766a | 3:b9d95baab679 |
|---|---|
| 45 </param> | 45 </param> |
| 46 </inputs> | 46 </inputs> |
| 47 <outputs> | 47 <outputs> |
| 48 <data format="sbml" name="out"/> | 48 <data format="sbml" name="out"/> |
| 49 </outputs> | 49 </outputs> |
| 50 <tests> | 50 <tests/> |
| 51 <test> | |
| 52 <param name="sbml" value="toy_model.xml"/> | |
| 53 <param name="tab" value="formula.tsv"/> | |
| 54 <output ftype="sbml" name="out"> | |
| 55 <assert_contents> | |
| 56 <is_valid_xml/> | |
| 57 <has_line_matching expression=".*CH6O6.*" n="2"/> | |
| 58 <has_line_matching expression=".*CH12O4.*" n="2"/> | |
| 59 </assert_contents> | |
| 60 </output> | |
| 61 </test> | |
| 62 <test expect_failure="true"> | |
| 63 <param name="sbml" value="toy_model.xml"/> | |
| 64 <param name="tab" value="formulaBad.tsv"/> | |
| 65 </test> | |
| 66 </tests> | |
| 67 <help><