Knowledge-Graph-Hub / neat-ml

Network Embedding All the Things
BSD 3-Clause "New" or "Revised" License
18 stars 1 forks source link

Specify compressed node/edge file in config yaml #43

Closed caufieldjh closed 2 years ago

caufieldjh commented 2 years ago

Following from #36 - all graph node/edge TSVs on KG-HUB are stored as tar.gz, so even if we specify URL locations in the config yaml then we still need to have decompressed the tar.gz first. This may be resolved by including a new key in the config yaml to specify a URL to the node/edge file, then having NEAT retrieve and decompress the file in its run location, updating the node and edge paths in the process.