Skip to content

Commit 5a9fcfd

Browse files
authored
Merge pull request #21 from Sentieon/longread-popvcf
Add support for the `--pop_vcf` argument to the DNAscope LongRead pipeline
2 parents 8bd23b6 + 15539f0 commit 5a9fcfd

File tree

11 files changed

+696
-88
lines changed

11 files changed

+696
-88
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ A command-line interface for the Sentieon software
88

99
Download the latest tar.gz file from the GitHub release page, https://github.com/sentieon/sentieon-cli/releases/ and install the package with pip:
1010
```sh
11-
curl -LO https://github.com/Sentieon/sentieon-cli/releases/download/v1.5.1/sentieon_cli-1.5.1.tar.gz
12-
pip install sentieon_cli-1.5.1.tar.gz
11+
curl -LO https://github.com/Sentieon/sentieon-cli/releases/download/v1.5.2/sentieon_cli-1.5.2.tar.gz
12+
pip install sentieon_cli-1.5.2.tar.gz
1313
```
1414

1515
## Installation with Poetry

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
[project]
33
name = "sentieon_cli"
4-
version = "1.5.1"
4+
version = "1.5.2"
55
description = "entry point for sentieon command-line tools"
66
authors = [
77
{name = "Don Freed", email = "don.freed@sentieon.com"},

0 commit comments

Comments
 (0)