From 7973970a53d21e7722f8a4ff397fcd1d322e5c15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9?= Date: Mon, 18 Nov 2024 10:04:09 -0800 Subject: [PATCH] bump to 2.0 version --- README.md | 2 +- tools/unikseq-Bloom.pl | 4 ++-- tools/writeBloom.pl | 4 ++-- unikseq.pl | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 94bd0bb..f9f6547 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![Release](https://img.shields.io/github/release/bcgsc/unikseq.svg)](https://github.com/bcgsc/unikseq/releases) -[![Downloads](https://img.shields.io/github/downloads/bcgsc/unikseq/total?logo=github)](https://github.com/bcgsc/unikseq/releases/download/v1.0.0/unikseq-1.0.0.tar.gz) +[![Downloads](https://img.shields.io/github/downloads/bcgsc/unikseq/total?logo=github)](https://github.com/bcgsc/unikseq/releases/download/v2.0.0/unikseq-2.0.0.tar.gz) [![Conda](https://img.shields.io/conda/dn/bioconda/unikseq?label=Conda)](https://anaconda.org/bioconda/unikseq) [![Issues](https://img.shields.io/github/issues/bcgsc/unikseq.svg)](https://github.com/bcgsc/unikseq/issues) [![link](https://img.shields.io/badge/unikseq-manuscript-brightgreen)](https://doi.org/10.1002/edn3.438) diff --git a/tools/unikseq-Bloom.pl b/tools/unikseq-Bloom.pl index cf5f51b..3125ec4 100755 --- a/tools/unikseq-Bloom.pl +++ b/tools/unikseq-Bloom.pl @@ -15,7 +15,7 @@ # We hope this code is useful to you -- Please send comments & suggestions to rwarren * bcgsc.ca #LICENSE -# unikseq Copyright (c) 2020-2024 British Columbia Cancer Agency Branch. All rights reserved. +# unikseq Copyright (c) 2020-present British Columbia Cancer Agency Branch. All rights reserved. # unikseq is released under the GNU General Public License v3 # This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 3. # For commercial licensing options, please contact Patrick Rebstein prebstein@bccancer.bc.ca @@ -31,7 +31,7 @@ use vars qw($opt_k $opt_r $opt_i $opt_o $opt_s $opt_p $opt_l $opt_u $opt_m $opt_c $opt_t $opt_v); getopts('k:r:i:o:p:l:u:s:m:c:t:v:'); -my $version = "v1.3.5"; +my $version = "v2.0.0"; my ($k, $regsz, $prop, $minnotunique, $minpercentunique,$maxpercentoutgroup,$cflag,$tsvflag) = (25,100,0,0,90,0,0,0); if(! $opt_r || ! $opt_i || ! $opt_o){ diff --git a/tools/writeBloom.pl b/tools/writeBloom.pl index 4c30813..3722199 100755 --- a/tools/writeBloom.pl +++ b/tools/writeBloom.pl @@ -16,8 +16,8 @@ # If you use LINKS, unikseq, the LINKS/unikseq code or ideas, please cite our work #LICENSE -# LINKS Copyright (c) 2014-2023 Canada's Michael Smith Genome Science Centre. All rights reserved. -# Unikseq Copyright (c) 2020-2023 Canada's Michael Smith Genome Science Centre. All rights reserved. +# LINKS Copyright (c) 2014-present Canada's Michael Smith Genome Science Centre. All rights reserved. +# Unikseq Copyright (c) 2020-present Canada's Michael Smith Genome Science Centre. All rights reserved. # Unikseq is released under the GNU General Public License v3 # This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 3. # For commercial licensing options, please contact Patrick Rebstein prebstein@bccancer.bc.ca diff --git a/unikseq.pl b/unikseq.pl index 2a01353..702edae 100755 --- a/unikseq.pl +++ b/unikseq.pl @@ -15,7 +15,7 @@ # We hope this code is useful to you -- Please send comments & suggestions to rwarren * bcgsc.ca #LICENSE -# unikseq Copyright (c) 2020-2024 British Columbia Cancer Agency Branch. All rights reserved. +# unikseq Copyright (c) 2020-present British Columbia Cancer Agency Branch. All rights reserved. # unikseq is released under the GNU General Public License v3 use strict; @@ -24,7 +24,7 @@ use vars qw($opt_k $opt_r $opt_i $opt_o $opt_s $opt_p $opt_l $opt_u $opt_m $opt_c $opt_t $opt_v); getopts('k:r:i:o:p:l:u:s:m:c:t:v:'); -my $version = "v1.3.5"; +my $version = "v2.0.0"; my ($k, $regsz, $prop, $minnotunique, $minpercentunique,$maxpercentoutgroup,$cflag,$tsvflag) = (25,100,0,0,90,0,0,0); if(! $opt_r || ! $opt_i || ! $opt_o){