Skip to content

Commit

Permalink
Use Git LFS to store large binary files
Browse files Browse the repository at this point in the history
  • Loading branch information
dhimmel committed Nov 2, 2018
1 parent 9f214ab commit 23f6117
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitattributes
@@ -0,0 +1,4 @@
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -25,6 +25,12 @@ The JSON and Neo4j formats contain node and edge properties, which are missing f

We've created five permuted derivatives of Hetionet. The [permutation](https://doi.org/10.15363/thinklab.d136 "Permuting hetnets and implementing randomized edge swaps in cypher · Thinklab discussion") randomizes edges while preserving node degree. Permuted hetnets are available in [`hetnet/permuted`](hetnet/permuted) in JSON and Neo4j 2.3 formats. Relationship properties are omitted from the permuted hetnets.

### Cloning

Large files in this repository are stored using [Git LFS](https://git-lfs.github.com/).
If cloning this repository, please make sure that Git LFS is installed on your system.
Otherwise, git will checkout text pointers for large files rather than the large files themselves!

## Network Description

[`describe`](describe) contains summary statistics on the hetnet. See [`describe/nodes/metanodes.tsv`](describe/nodes/metanodes.tsv) for details on the node types in the hetnet. See [`describe/edges/metaedges.tsv`](describe/edges/metaedges.tsv) for details on the edge types.
Expand Down
Binary file modified hetnet/json/hetionet-v1.0.json.bz2
Binary file not shown.
Binary file modified hetnet/neo4j/hetionet-v1.0.db.tar.bz2
Binary file not shown.
Binary file modified hetnet/permuted/json/hetionet-v1.0-perm-1.json.bz2
Binary file not shown.
Binary file modified hetnet/permuted/json/hetionet-v1.0-perm-2.json.bz2
Binary file not shown.
Binary file modified hetnet/permuted/json/hetionet-v1.0-perm-3.json.bz2
Binary file not shown.
Binary file modified hetnet/permuted/json/hetionet-v1.0-perm-4.json.bz2
Binary file not shown.
Binary file modified hetnet/permuted/json/hetionet-v1.0-perm-5.json.bz2
Binary file not shown.
Binary file modified hetnet/tsv/hetionet-v1.0-edges.sif.gz
Binary file not shown.

0 comments on commit 23f6117

Please sign in to comment.