linikujp / owltools

Automatically exported from code.google.com/p/owltools
0 stars 0 forks source link

Ensure imports closure is used in all OGW methods #82

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Test case from Tony S:

Here, for example, is the definition of GO:0003330 that we get from
parsing go.owl:

<snip>
TERM|GO:0003330|regulation of extracellular matrix constituent secretion|P|N
DEFI|GO:0003330|Any process that modulates the rate, frequency, or
extent of the controlled release of molecules that form the
extracellular matrix, including carbohydrates and glycoproteins by a
cell or a group of cells.
DEFX|GO:0003330|GOC|tb
DEFX|GO:0003330|GOC|dph
EDGE|GO:0003330|GO:0051128|I
EDGE|GO:0003330|GO:0070278|R
EDGE|GO:0003330|GO:0051046|I
EDGE|GO:0003330|GO:0060341|I
</snip>

and here is what we get from go-plus.owl:

<snip>
TERM|GO:0003330|regulation of extracellular matrix constituent secretion|P|N
DEFI|GO:0003330|Any process that modulates the rate, frequency, or
extent of the controlled release of molecules that form the
extracellular matrix, including carbohydrates and glycoproteins by a
cell or a group of cells.
EDGE|GO:0003330|GO:0060341|I
EDGE|GO:0003330|GO:0051046|I
EDGE|GO:0003330|GO:0051128|I
</snip>

Original issue reported on code.google.com by cmung...@gmail.com on 29 Oct 2013 at 3:51