File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
5757Once 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
6161export PATH=/path/to/ntsynt-viz/github/ntSynt-viz/bin:$PATH
6262```
6363
Original file line number Diff line number Diff line change 77import subprocess
88import os
99
10- NTSYNT_VIZ_VERSION = "1.0.0 "
10+ NTSYNT_VIZ_VERSION = "1.0.1 "
1111
1212def read_fai_files (fai_file ):
1313 "Read the FAI files from the file of files"
You can’t perform that action at this time.
0 commit comments