Skip to content

Commit 359a82d

Browse files
authored
Prepare for release v1.0.7 (#51)
1 parent 6efacba commit 359a82d

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
@@ -57,8 +57,8 @@ conda install -c conda-forge -c bioconda ntsynt-viz
5757
### Running ntSynt-viz using the source code
5858
Once all dependencies are installed, download the source code tarball, and add the `bin` directory to your PATH
5959
```
60-
wget https://github.com/BirolLab/ntSynt-viz/releases/download/v1.0.6/ntSynt-viz-1.0.6.tar.gz
61-
tar xvzf ntSynt-viz-1.0.6.tar.gz
60+
wget https://github.com/BirolLab/ntSynt-viz/releases/download/v1.0.7/ntSynt-viz-1.0.7.tar.gz
61+
tar xvzf ntSynt-viz-1.0.7.tar.gz
6262
export PATH=/path/to/ntsynt-viz/github/ntSynt-viz/bin:$PATH
6363
```
6464

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.6"
10+
NTSYNT_VIZ_VERSION = "1.0.7"
1111

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

0 commit comments

Comments
 (0)