Skip to content

Commit 7973970

Browse files
committed
bump to 2.0 version
1 parent bc85ee4 commit 7973970

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![Release](https://img.shields.io/github/release/bcgsc/unikseq.svg)](https://github.com/bcgsc/unikseq/releases)
2-
[![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)
2+
[![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)
33
[![Conda](https://img.shields.io/conda/dn/bioconda/unikseq?label=Conda)](https://anaconda.org/bioconda/unikseq)
44
[![Issues](https://img.shields.io/github/issues/bcgsc/unikseq.svg)](https://github.com/bcgsc/unikseq/issues)
55
[![link](https://img.shields.io/badge/unikseq-manuscript-brightgreen)](https://doi.org/10.1002/edn3.438)

tools/unikseq-Bloom.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# We hope this code is useful to you -- Please send comments & suggestions to rwarren * bcgsc.ca
1616

1717
#LICENSE
18-
# unikseq Copyright (c) 2020-2024 British Columbia Cancer Agency Branch. All rights reserved.
18+
# unikseq Copyright (c) 2020-present British Columbia Cancer Agency Branch. All rights reserved.
1919
# unikseq is released under the GNU General Public License v3
2020
# 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.
2121
# For commercial licensing options, please contact Patrick Rebstein prebstein@bccancer.bc.ca
@@ -31,7 +31,7 @@
3131
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);
3232
getopts('k:r:i:o:p:l:u:s:m:c:t:v:');
3333

34-
my $version = "v1.3.5";
34+
my $version = "v2.0.0";
3535
my ($k, $regsz, $prop, $minnotunique, $minpercentunique,$maxpercentoutgroup,$cflag,$tsvflag) = (25,100,0,0,90,0,0,0);
3636

3737
if(! $opt_r || ! $opt_i || ! $opt_o){

tools/writeBloom.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
# If you use LINKS, unikseq, the LINKS/unikseq code or ideas, please cite our work
1717

1818
#LICENSE
19-
# LINKS Copyright (c) 2014-2023 Canada's Michael Smith Genome Science Centre. All rights reserved.
20-
# Unikseq Copyright (c) 2020-2023 Canada's Michael Smith Genome Science Centre. All rights reserved.
19+
# LINKS Copyright (c) 2014-present Canada's Michael Smith Genome Science Centre. All rights reserved.
20+
# Unikseq Copyright (c) 2020-present Canada's Michael Smith Genome Science Centre. All rights reserved.
2121
# Unikseq is released under the GNU General Public License v3
2222
# 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.
2323
# For commercial licensing options, please contact Patrick Rebstein prebstein@bccancer.bc.ca

unikseq.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# We hope this code is useful to you -- Please send comments & suggestions to rwarren * bcgsc.ca
1616

1717
#LICENSE
18-
# unikseq Copyright (c) 2020-2024 British Columbia Cancer Agency Branch. All rights reserved.
18+
# unikseq Copyright (c) 2020-present British Columbia Cancer Agency Branch. All rights reserved.
1919
# unikseq is released under the GNU General Public License v3
2020

2121
use strict;
@@ -24,7 +24,7 @@
2424
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);
2525
getopts('k:r:i:o:p:l:u:s:m:c:t:v:');
2626

27-
my $version = "v1.3.5";
27+
my $version = "v2.0.0";
2828
my ($k, $regsz, $prop, $minnotunique, $minpercentunique,$maxpercentoutgroup,$cflag,$tsvflag) = (25,100,0,0,90,0,0,0);
2929

3030
if(! $opt_r || ! $opt_i || ! $opt_o){

0 commit comments

Comments
 (0)