Mercurial > repos > metexplore > met4j
comparison build/tools/ExtractSubBipNetwork/test-data/test.gml @ 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 | 
   comparison
  equal
  deleted
  inserted
  replaced
| 5:35c9abcd8934 | 6:7a6f2380fc1d | 
|---|---|
| 1 Creator "JGraphT GML Exporter" | |
| 2 Version 1 | |
| 3 graph | |
| 4 [ | |
| 5 label "" | |
| 6 directed 1 | |
| 7 node | |
| 8 [ | |
| 9 id 1 | |
| 10 label "A" | |
| 11 ] | |
| 12 node | |
| 13 [ | |
| 14 id 2 | |
| 15 label "reac2" | |
| 16 ] | |
| 17 node | |
| 18 [ | |
| 19 id 3 | |
| 20 label "B" | |
| 21 ] | |
| 22 node | |
| 23 [ | |
| 24 id 4 | |
| 25 label "reac4" | |
| 26 ] | |
| 27 node | |
| 28 [ | |
| 29 id 5 | |
| 30 label "D" | |
| 31 ] | |
| 32 edge | |
| 33 [ | |
| 34 source 1 | |
| 35 target 2 | |
| 36 label "(A : reac2)" | |
| 37 ] | |
| 38 edge | |
| 39 [ | |
| 40 source 2 | |
| 41 target 3 | |
| 42 label "(reac2 : B)" | |
| 43 ] | |
| 44 edge | |
| 45 [ | |
| 46 source 3 | |
| 47 target 4 | |
| 48 label "(B : reac4)" | |
| 49 ] | |
| 50 edge | |
| 51 [ | |
| 52 source 4 | |
| 53 target 5 | |
| 54 label "(reac4 : D)" | |
| 55 ] | |
| 56 ] | 
