Skip to content

Commit

Permalink
Add disclaimer and author
Browse files Browse the repository at this point in the history
  • Loading branch information
danielecook committed Dec 9, 2022
1 parent a8ee390 commit 9b9e785
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "best"
authors = ["Daniel Liu"]
authors = ["Daniel Liu", "Daniel E. Cook"]
version = "0.1.0"
edition = "2021"
description = "Bam Error Stats Tool (best): analysis of error types in aligned reads."
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,11 @@ Remember to pass the `-t 1` option to ensure that only one thread is used for
testing. Best generally tries to ensure the order of outputs is deterministic
with multiple threads, but the order of per-alignment stats is arbitrary unless
only one thread is used.

### Disclaimer

This is not an official Google product.

The code is not intended for use in any clinical settings. It is not intended to be a medical device and is not intended for clinical use of any kind, including but not limited to diagnosis or prognosis.

No representations or warranties are made with regards to the accuracy of results generated. User or licensee is responsible for verifying and validating accuracy when using this tool.

0 comments on commit 9b9e785

Please sign in to comment.