File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ wget https://zenodo.org/record/6563662/files/svdss-data.tar.gz
161161mkdir -p input
162162tar 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
165165chmod +x SVDSS_linux_x86-64
166166
167167# Run the full pipeline (assuming kanpig is in your path, otherwise SVs won't be genotyped)
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ extern "C" {
1616int main_build (int argc, char *argv[]);
1717}
1818
19- const string version = " v2.1.0 " ;
19+ const string version = " v2.1.1 " ;
2020
2121int main (int argc, char **argv) {
2222 time_t t;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ bindir=$(dirname $0)
44
55SCRIPT_NAME=$( basename $0 )
66
7- VERSION=2.1.0
7+ VERSION=2.1.1
88
99DEFAULT_WD=" ."
1010DEFAULT_MQ=20
You can’t perform that action at this time.
0 commit comments