Skip to content

Commit 48f7896

Browse files
authored
Prepare for release v1.1.0 (#53)
* Prepare for release v1.1.0 * Update README.md
1 parent fd09f7f commit 48f7896

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ conda install -c conda-forge -c bioconda ntsynt-viz
6262
### Running ntSynt-viz using the source code
6363
Once all dependencies are installed, download the source code tarball, and add the `bin` directory to your PATH
6464
```
65-
wget https://github.com/BirolLab/ntSynt-viz/releases/download/v1.0.7/ntSynt-viz-1.0.7.tar.gz
66-
tar xvzf ntSynt-viz-1.0.7.tar.gz
65+
wget https://github.com/BirolLab/ntSynt-viz/releases/download/v1.1.0/ntSynt-viz-1.1.0.tar.gz
66+
tar xvzf ntSynt-viz-1.1.0.tar.gz
6767
export PATH=/path/to/ntsynt-viz/github/ntSynt-viz/bin:$PATH
6868
```
6969

bin/ntsynt_viz.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import subprocess
88
import os
99

10-
NTSYNT_VIZ_VERSION = "1.0.7"
10+
NTSYNT_VIZ_VERSION = "1.1.0"
1111

1212
def read_fai_files(fai_file):
1313
"Read the FAI files from the file of files"

0 commit comments

Comments
 (0)