Skip to content

Commit

Permalink
readme fix, version 1.0.6 after the INFO field fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
calkan committed Sep 26, 2019
1 parent bebc056 commit c72037e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TARDIS_VERSION := "1.0.5"
TARDIS_UPDATE := "May 21, 2019"
TARDIS_VERSION := "1.0.6"
TARDIS_UPDATE := "September 26, 2019"
TARDIS_DEBUG := 0
BUILD_DATE := "$(shell date)"
CC=gcc
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Toolkit for Automated and Rapid DIscovery of Structural variants

Soylev, A., Kockan, C., Hormozdiari, F., & Alkan, C. (2017). Toolkit for automated and rapid discovery of structural variants. Methods, 129, 3-7. https://doi.org/10.1016/j.ymeth.2017.05.030

Soylev, A., Le, T., Amini, H., Alkan, C., & Hormozdiari, F. (2018). Discovery of tandem and interspersed segmental duplications using high throughput sequencing. bioRxiv, posted August 16, 2018. https://doi.org/10.1101/393694
Soylev, A., Le, T., Amini, H., Alkan, C., & Hormozdiari, F. (2018). Discovery of tandem and interspersed segmental duplications using high throughput sequencing. Bioinformatics, [epub Apr 1; doi: 10.1093/bioinformatics/btz237], 2019.

TARDIS is developed and tested using Linux operating system (mostly Ubuntu flavors), and gcc versions 5.4 and 7.3. If it does not run as intended in other operating systems, we recommend to use the Docker container available at https://hub.docker.com/r/alkanlab/tardis/. We provide a sample script for Docker usage in this repository.

Expand Down

0 comments on commit c72037e

Please sign in to comment.