Mercurial > repos > metexplore > met4j_extractannotations
comparison ExtractAnnotations.xml @ 3:ab04fda7191e draft default tip
planemo upload for repository https://forge.inrae.fr/metexplore/met4j-galaxy commit e757d0398a8407d983f1ef3f900b31cafc26e170
| author | metexplore |
|---|---|
| date | Wed, 21 Jan 2026 15:28:51 +0000 |
| parents | 99c517086619 |
| children |
comparison
equal
deleted
inserted
replaced
| 2:0cb8a94dd328 | 3:ab04fda7191e |
|---|---|
| 29 <param argument="-skip" checked="false" falsevalue="" label="Skip entities without the selected annotations, by default output them with NA value" name="skip" truevalue="-skip" type="boolean" value="false"/> | 29 <param argument="-skip" checked="false" falsevalue="" label="Skip entities without the selected annotations, by default output them with NA value" name="skip" truevalue="-skip" type="boolean" value="false"/> |
| 30 </inputs> | 30 </inputs> |
| 31 <outputs> | 31 <outputs> |
| 32 <data format="tsv" name="outputPath"/> | 32 <data format="tsv" name="outputPath"/> |
| 33 </outputs> | 33 </outputs> |
| 34 <tests> | 34 <tests/> |
| 35 <test> | |
| 36 <param name="inputPath" value="Human-GEM_pathways.xml"/> | |
| 37 <param name="export" value="METABOLITE"/> | |
| 38 <param name="db" value="metanetx.chemical"/> | |
| 39 <output ftype="tsv" name="outputPath"> | |
| 40 <assert_contents> | |
| 41 <has_n_lines n="146"/> | |
| 42 <has_n_columns n="2"/> | |
| 43 </assert_contents> | |
| 44 </output> | |
| 45 </test> | |
| 46 <test> | |
| 47 <param name="inputPath" value="Human-GEM_pathways.xml"/> | |
| 48 <param name="export" value="METABOLITE"/> | |
| 49 <param name="db" value="metanetx.chemical"/> | |
| 50 <param name="skip" value="true"/> | |
| 51 <output ftype="tsv" name="outputPath"> | |
| 52 <assert_contents> | |
| 53 <has_n_lines n="145"/> | |
| 54 <has_n_columns n="2"/> | |
| 55 </assert_contents> | |
| 56 </output> | |
| 57 </test> | |
| 58 <test> | |
| 59 <param name="inputPath" value="Human-GEM_pathways.xml"/> | |
| 60 <param name="export" value="METABOLITE"/> | |
| 61 <param name="db" value="metanetx.chemical"/> | |
| 62 <param name="skip" value="true"/> | |
| 63 <param name="uniq" value="true"/> | |
| 64 <output ftype="tsv" name="outputPath"> | |
| 65 <assert_contents> | |
| 66 <has_n_lines n="111"/> | |
| 67 <has_n_columns n="2"/> | |
| 68 </assert_contents> | |
| 69 </output> | |
| 70 </test> | |
| 71 </tests> | |
| 72 <help><![CDATA[Extract databases' references from SBML annotations or notes. The references are exported as a tabulated file with one column with the SBML compound, reaction or gene identifiers, and one column with the corresponding database identifier.The name of the targeted database need to be provided under the same form than the one used in the notes field or the identifiers.org uri. | 35 <help><![CDATA[Extract databases' references from SBML annotations or notes. The references are exported as a tabulated file with one column with the SBML compound, reaction or gene identifiers, and one column with the corresponding database identifier.The name of the targeted database need to be provided under the same form than the one used in the notes field or the identifiers.org uri. |
| 73 @ATTRIBUTION@]]></help> | 36 @ATTRIBUTION@]]></help> |
| 74 <citations/> | 37 <citations/> |
| 75 </tool> | 38 </tool> |
