Skip to content

Commit

Permalink
Update Cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
DLBPointon committed Jul 12, 2024
1 parent 86998a4 commit ac5c1da
Show file tree
Hide file tree
Showing 3 changed files with 124 additions and 15 deletions.
132 changes: 117 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ regex = "1.9.5"
serde = { version = "1.0.188", features = ["derive"] }
serde_yaml = "0.9.25"
stacker = "0.1.15"
walkdir = "2.5.0"
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ Currently, this program has the following arguments:
This validates a given yaml against the TreeVal yaml standard. This is specific to the TreeVal pipeline.
This command will go through the yaml and validate file and directory paths as well as files are in the expected format.

This has been tested by downloading the TreeValTinyTest data set:

```bash
curl https://tolit.cog.sanger.ac.uk/test-data/resources/treeval/TreeValTinyData.tar.gz | tar xzf -
```

`validateyaml ${PATH TO YAML} --verbose {DEFAULT FALSE} --output ${OUTPUT LOCATION OF LOGS}`

- map_headers
Expand Down

0 comments on commit ac5c1da

Please sign in to comment.