Skip to content

Commit 958b657

Browse files
authored
Prepare for release v1.0.1 (#26)
1 parent 33ce787 commit 958b657

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ conda install --yes -c conda-forge -c bioconda quicktree snakemake intervaltree
5656
### Setting up environment to run ntSynt-viz
5757
Once all dependencies are installed, simply download the source code tarball, and add the `bin` directory to your PATH
5858
```
59-
wget https://github.com/bcgsc/ntSynt-viz/releases/download/v1.0.0/ntSynt-viz-1.0.0.tar.gz
60-
tar xvzf ntSynt-viz-1.0.0.tar.gz
59+
wget https://github.com/bcgsc/ntSynt-viz/releases/download/v1.0.1/ntSynt-viz-1.0.1.tar.gz
60+
tar xvzf ntSynt-viz-1.0.1.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.0"
10+
NTSYNT_VIZ_VERSION = "1.0.1"
1111

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

0 commit comments

Comments
 (0)