Skip to content
Snippets Groups Projects
Commit 481fcc9f authored by Antoine Pietri's avatar Antoine Pietri
Browse files

generate_graph.sh: fix mix up between nodes and edges

parent c5b0a152
No related branches found
Tags v0.4.0
No related merge requests found
......@@ -12,8 +12,8 @@ docker build --tag swh-graph-test docker
# Setup input for compression script
tr ' ' '\n' < example.edges.csv | sort -u > example.nodes.csv
zstd < example.nodes.csv > example.edges.csv.zst
zstd < example.edges.csv > example.nodes.csv.zst
zstd < example.nodes.csv > example.nodes.csv.zst
zstd < example.edges.csv > example.edges.csv.zst
docker run \
--user $(id -u):$(id -g) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment