Skip to content

Commit

Permalink
Added tar instructions for example datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
dgpinheiro committed Feb 17, 2021
1 parent 2c62176 commit 2790fdc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,14 @@ pipeline is running. So, you can compare with the provided output.
./run_example.sh
```

For making a comparison you need first to uncompress the two directories ("output/" and "mapping/") to another
directory ("/tmp", for example):

```bash=
tar -xzvf ../example/output.tar.gz -C /tmp/
```

```bash=
tar -xzvf ../example/mapping.tar.gz -C /tmp/
```

0 comments on commit 2790fdc

Please sign in to comment.