-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 [email protected] | ||
|
@@ -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){ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters