diff --git a/README.md b/README.md index ec2884e..379ea58 100644 --- a/README.md +++ b/README.md @@ -36,11 +36,11 @@ conda install -c bioconda gfaffix ``` -wget --no-check-certificate -c https://github.com/marschall-lab/GFAffix/releases/download/0.1.5a/GFAffix-0.1.5a_linux_x86_64.tar.gz -tar -xzvf GFAffix-0.1.5a_linux_x86_64.tar.gz +wget --no-check-certificate -c https://github.com/marschall-lab/GFAffix/releases/download/0.1.5b/GFAffix-0.1.5b_linux_x86_64.tar.gz +tar -xzvf GFAffix-0.1.5b_linux_x86_64.tar.gz # you are ready to go! -./GFAffix-0.1.5a_linux_x86_64/gfaffix +./GFAffix-0.1.5b_linux_x86_64/gfaffix ``` @@ -49,11 +49,11 @@ tar -xzvf GFAffix-0.1.5a_linux_x86_64.tar.gz ``` -wget --no-check-certificate -c https://github.com/marschall-lab/GFAffix/releases/download/0.1.5a/GFAffix-0.1.5a_macos_x_arm64.tar.gz -tar -xzvf GFAffix-0.1.5a_macos_x_arm64.tar.gz +wget --no-check-certificate -c https://github.com/marschall-lab/GFAffix/releases/download/0.1.5b/GFAffix-0.1.5b_macos_x_arm64.tar.gz +tar -xzvf GFAffix-0.1.5b_macos_x_arm64.tar.gz # you are ready to go! -./GFAffix-0.1.5a_macos_x_arm64/gfaffix +./GFAffix-0.1.5b_macos_x_arm64/gfaffix ``` @@ -71,7 +71,7 @@ cargo build --manifest-path GFAffix/Cargo.toml --release ``` $ gfaffix --help -gfaffix 0.1.5a +gfaffix 0.1.5b Daniel Doerr Discover walk-preserving shared prefixes in multifurcations of a given graph. diff --git a/src/main.rs b/src/main.rs index 6f9ed10..2a7b941 100644 --- a/src/main.rs +++ b/src/main.rs @@ -36,7 +36,7 @@ use deleted_sub_graph::*; #[derive(Parser, Debug)] #[clap( - version = "0.1.5a", + version = "0.1.5b", author = "Daniel Doerr ", about = "Discover and collapse walk-preserving shared affixes of a given variation graph.\n - Do you want log output? Call program with 'RUST_LOG=info gfaffix ...'