Skip to content

Commit e68ee98

Browse files
authored
Prepare for release v1.0.4 (#37)
1 parent aa5ddae commit e68ee98

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
@@ -56,8 +56,8 @@ conda install -c conda-forge -c bioconda ntsynt-viz
5656
### Running ntSynt-viz using the source code
5757
Once all dependencies are installed, download the source code tarball, and add the `bin` directory to your PATH
5858
```
59-
wget https://github.com/BirolLab/ntSynt-viz/releases/download/v1.0.3/ntSynt-viz-1.0.3.tar.gz
60-
tar xvzf ntSynt-viz-1.0.3.tar.gz
59+
wget https://github.com/BirolLab/ntSynt-viz/releases/download/v1.0.4/ntSynt-viz-1.0.4.tar.gz
60+
tar xvzf ntSynt-viz-1.0.4.tar.gz
6161
export PATH=/path/to/ntsynt-viz/github/ntSynt-viz/bin:$PATH
6262
```
6363

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.3"
10+
NTSYNT_VIZ_VERSION = "1.0.4"
1111

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

0 commit comments

Comments
 (0)