From 5d82012eac8dc132ec7c300e7fdc00868c9bef1c Mon Sep 17 00:00:00 2001 From: Don Freed Date: Tue, 9 Jul 2024 11:38:30 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3e20995..2d43331 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A command-line interface for the Sentieon software Download the latest tar.gz file from the GitHub release page, https://github.com/sentieon/sentieon-cli/releases/ and install the package with pip: ```sh -curl -LO https://github.com/sentieon/sentieon-cli/releases/download/v0.4.0/sentieon_cli-1.0.0.tar.gz +curl -LO https://github.com/sentieon/sentieon-cli/releases/download/v1.0.0/sentieon_cli-1.0.0.tar.gz pip install sentieon_cli-1.0.0.tar.gz ``` @@ -54,4 +54,4 @@ The `sentieon-cli` supports the following global arguments: - [**DNAscope LongRead**](docs/dnascope-longread.md) - DNAscope LongRead pipeline implementations for germline SNV and indel calling from long read data. ## License -Unless otherwise indicated, files in this repository are licensed under a BSD 2-Clause License. \ No newline at end of file +Unless otherwise indicated, files in this repository are licensed under a BSD 2-Clause License.