Skip to content

Commit fe6c18e

Browse files
committed
Update version
1 parent a705776 commit fe6c18e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ wget https://zenodo.org/record/6563662/files/svdss-data.tar.gz
161161
mkdir -p input
162162
tar xvfz svdss-data.tar.gz -C input
163163
# Download SVDSS binary
164-
wget https://github.com/Parsoa/SVDSS/releases/download/v2.1.0/SVDSS_linux_x86-64
164+
wget https://github.com/Parsoa/SVDSS/releases/download/v2.1.1/SVDSS_linux_x86-64
165165
chmod +x SVDSS_linux_x86-64
166166

167167
# Run the full pipeline (assuming kanpig is in your path, otherwise SVs won't be genotyped)

main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ extern "C" {
1616
int main_build(int argc, char *argv[]);
1717
}
1818

19-
const string version = "v2.1.0";
19+
const string version = "v2.1.1";
2020

2121
int main(int argc, char **argv) {
2222
time_t t;

run_svdss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ bindir=$(dirname $0)
44

55
SCRIPT_NAME=$(basename $0)
66

7-
VERSION=2.1.0
7+
VERSION=2.1.1
88

99
DEFAULT_WD="."
1010
DEFAULT_MQ=20

0 commit comments

Comments
 (0)