# HG changeset patch # User metexplore # Date 1741880543 0 # Node ID 96589870be023b22d0199c66354ea4a2ad990017 planemo upload for repository https://forgemia.inra.fr/metexplore/met4j-galaxy commit e28ca123295d50b85ba872e5a4720fd72697ecc3 diff -r 000000000000 -r 96589870be02 ExtractSubBipNetwork.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ExtractSubBipNetwork.xml Thu Mar 13 15:42:23 2025 +0000 @@ -0,0 +1,74 @@ + + + Create a subnetwork from a metabolic network in SBML format, and two files containing lists of compounds and/or reactions of interests ids, one per row, plus one file of the same format containing side compounds ids. + + macros.xml + + + + + + + + + + + + + + + + + + + + gml + tab + nodeList + json + matrix + + + + + + + + + + + + + + + + + + + + + + + diff -r 000000000000 -r 96589870be02 macros.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Thu Mar 13 15:42:23 2025 +0000 @@ -0,0 +1,20 @@ + + + + + met4j + + + + + + met4j + + + 2.0.1 + + \ No newline at end of file diff -r 000000000000 -r 96589870be02 test-data/sc.txt diff -r 000000000000 -r 96589870be02 test-data/seeds.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/seeds.txt Thu Mar 13 15:42:23 2025 +0000 @@ -0,0 +1,1 @@ +A \ No newline at end of file diff -r 000000000000 -r 96589870be02 test-data/targets.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/targets.txt Thu Mar 13 15:42:23 2025 +0000 @@ -0,0 +1,1 @@ +D \ No newline at end of file diff -r 000000000000 -r 96589870be02 test-data/test.gml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/test.gml Thu Mar 13 15:42:23 2025 +0000 @@ -0,0 +1,56 @@ +Creator "JGraphT GML Exporter" +Version 1 +graph +[ + label "" + directed 1 + node + [ + id 1 + label "A" + ] + node + [ + id 2 + label "reac2" + ] + node + [ + id 3 + label "B" + ] + node + [ + id 4 + label "reac4" + ] + node + [ + id 5 + label "D" + ] + edge + [ + source 1 + target 2 + label "(A : reac2)" + ] + edge + [ + source 2 + target 3 + label "(reac2 : B)" + ] + edge + [ + source 3 + target 4 + label "(B : reac4)" + ] + edge + [ + source 4 + target 5 + label "(reac4 : D)" + ] +] diff -r 000000000000 -r 96589870be02 test-data/toy_model.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/toy_model.xml Thu Mar 13 15:42:23 2025 +0000 @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + + SMILES: C[C@@H](C(=O)O)NC + + + + + + + InChI=1S/C2H6O/c1-2-3/h3H,2H2,1H3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file
SMILES: C[C@@H](C(=O)O)NC