Mercurial > repos > metexplore > met4j_extractsubbipnetwork
changeset 3:dc9011ea45f6 draft default tip
planemo upload for repository https://forge.inrae.fr/metexplore/met4j-galaxy commit e757d0398a8407d983f1ef3f900b31cafc26e170
| author | metexplore |
|---|---|
| date | Wed, 21 Jan 2026 15:29:07 +0000 |
| parents | e362dda04176 |
| children | |
| files | ExtractSubBipNetwork.xml macros.xml |
| diffstat | 2 files changed, 4 insertions(+), 17 deletions(-) [+] |
line wrap: on
line diff
--- a/ExtractSubBipNetwork.xml Tue Oct 28 14:20:19 2025 +0000 +++ b/ExtractSubBipNetwork.xml Wed Jan 21 15:29:07 2026 +0000 @@ -46,26 +46,13 @@ <option value="nodeList">nodeList</option> <option value="json">json</option> <option value="matrix">matrix</option> + <option value="jsonviz">jsonviz</option> </param> </inputs> <outputs> <data format="txt" name="output"/> </outputs> - <tests> - <test> - <param name="inputPath" value="toy_model.xml"/> - <param name="sourcePath" value="seeds.txt"/> - <param name="targetPath" value="targets.txt"/> - <param name="sideCompoundFile" value="sc.txt"/> - <param name="format" value="gml"/> - <output ftype="txt" name="output"> - <assert_contents> - <has_line_matching expression=".*node.*" n="5"/> - <has_line_matching expression=".*edge.*" n="4"/> - </assert_contents> - </output> - </test> - </tests> + <tests/> <help><