Skip to content

Commit 5b7ed16

Browse files
committed
Merge branch 'master' of https://github.com/10XDev/subset-bam
2 parents 2f25a35 + 0b9b820 commit 5b7ed16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This tool is not officially supported. If you have any comments, please submit a
1515
`subset-bam` has automatically generated downloadable binaries for generic linux and Mac OSX under the [releases page](https://github.com/10XGenomics/vartrix/releases). The linux binaries are expected to work on [our supported Operating Systems](https://support.10xgenomics.com/os-support).
1616

1717
## Compiling from source
18-
`subset-bam` is standard Rust executable project, that works with stable Rust >=1.13. Install Rust through the standard channels, then type `cargo build --release`. The executable will appear at `target/release/vartrix`. As usual it's important to use a release build to get good performance.
18+
`subset-bam` is standard Rust executable project, that works with stable Rust >=1.13. Install Rust through the standard channels, then type `cargo build --release`. The executable will appear at `target/release/subset-bam`. As usual it's important to use a release build to get good performance.
1919

2020
## Usage
2121

0 commit comments

Comments
 (0)