Skip to content

Commit

Permalink
Fix output format settings
Browse files Browse the repository at this point in the history
Closes #8
  • Loading branch information
cthoyt committed Sep 12, 2023
1 parent 4817bcf commit afac5c8
Show file tree
Hide file tree
Showing 9 changed files with 71 additions and 70 deletions.
1 change: 1 addition & 0 deletions selventa_knowledge/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
from_path_kwargs=dict(
citation_clearing=False,
),
formats=("pickle", "nodelink.json.gz")
)

get_graph = repository.get_graph
Expand Down
Binary file modified selventa_knowledge/large_corpus.bel.nodelink.json.gz
Binary file not shown.
Binary file modified selventa_knowledge/large_corpus.bel.pickle
Binary file not shown.
8 changes: 4 additions & 4 deletions selventa_knowledge/large_corpus.bel.summary.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"Name": "BEL Framework Large Corpus Document",
"Version": "20170611",
"Author": "Selventa",
"Authors": "Selventa",
"Number of Nodes": 27967,
"Number of Namespaces": 15,
"Number of Edges": 80053,
"Number of Annotations": 8,
"Number of Citations": 16187,
"Number of Authors": 57243,
"Network Density": "1.02E-04",
"Number of Authors": 57245,
"Number of Components": 47,
"Number of Warnings": 987
"Number of Warnings": 987,
"Network Density": "1.02E-04"
}
124 changes: 62 additions & 62 deletions selventa_knowledge/large_corpus.bel.warnings.tsv

Large diffs are not rendered by default.

Binary file not shown.
Binary file modified selventa_knowledge/small_corpus.bel.pickle
Binary file not shown.
6 changes: 3 additions & 3 deletions selventa_knowledge/small_corpus.bel.summary.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"Name": "BEL Framework Small Corpus Document",
"Version": "20150611",
"Author": "Selventa",
"Authors": "Selventa",
"Number of Nodes": 1301,
"Number of Namespaces": 15,
"Number of Edges": 2671,
"Number of Annotations": 8,
"Number of Citations": 57,
"Number of Authors": 350,
"Network Density": "1.58E-03",
"Number of Components": 20,
"Number of Warnings": 102
"Number of Warnings": 102,
"Network Density": "1.58E-03"
}
2 changes: 1 addition & 1 deletion selventa_knowledge/small_corpus.bel.warnings.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Line Number Position Line Error Message
1228 69 tloc(p(HGNC:CYCS),MESHCS:Mitochondria,MESHCS:Cytoplasm) increases bp(GOBP:necrosis) MissingNamespaceNameWarning """necrosis"" is not in the GOBP namespace"
1315 83 "bp(GOBP:""positive regulation of mitochondrial membrane permeability"") increases bp(GOBP:necrosis)" MissingNamespaceNameWarning """necrosis"" is not in the GOBP namespace"
1341 4 SET Cell = Hepatocytes IllegalAnnotationValueWarning """Hepatocytes"" is not defined in the Cell annotation"
1359 32 "path(SDIS:Steatosis) association bp(SDIS:""Lipid Droplet"")" InvalidFunctionSemantic "BiologicalProcess SDIS:""Lipid Droplet"" should be encoded as one of: Abundance, Gene, Protein, RNA, Complex, miRNA"
1359 32 "path(SDIS:Steatosis) association bp(SDIS:""Lipid Droplet"")" InvalidFunctionSemantic "BiologicalProcess SDIS:""Lipid Droplet"" should be encoded as one of: Abundance, Protein, Complex, RNA, Gene, miRNA"
1368 4 "SET Cell = ""Kupffer Cells""" IllegalAnnotationValueWarning """Kupffer Cells"" is not defined in the Cell annotation"
1373 23 p(HGNC:TGFB1) increases bp(SDIS:fibrosis) InvalidFunctionSemantic BiologicalProcess SDIS:fibrosis should be encoded as one of: Pathology
1472 4 "SET CellLine = ""HT-1080""" IllegalAnnotationValueWarning """HT-1080"" is not defined in the CellLine annotation"
Expand Down

0 comments on commit afac5c8

Please sign in to comment.