Skip to content

Commit

Permalink
change the current version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzhen committed Jan 19, 2016
1 parent f7d680e commit 27ea005
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

---

**Current version:** 0.1.0
**Current version:** 0.3.0

Support for Linux
Support for Linux and OS X

##Summary
*Sprites* is a sv caller that specializes in detecting deletion from low-coverage sequencing data. It works by identifying split reads from alignments based on soft-clipping information. By re-aligning a split read to one of its target sequences derived from paired-end reads that span it, a deletion is predicted and breakpoint ends are pinpointed with base-pair resolution. *Sprites* uses alignments produced by BWA. Of course, it can also use those produced by other read aligners that support 5'- or 3'-end soft-clipping, like Bowtie2. It can also be extended to detect other types of sv.
Expand All @@ -26,7 +26,7 @@ You can download the pre-built binaries from the [Releases page](https://github.
- BamTools ([https://github.com/pezmaster31/bamtools](https://github.com/pezmaster31/bamtools))
- CMake ([http://www.cmake.org](http://www.cmake.org))

#### Building Sprites on UNIX/LINUX
#### Building Sprites
```
git clone https://github.com:zhangzhen/sprites.git
cd sprites
Expand Down

0 comments on commit 27ea005

Please sign in to comment.