-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Preparing version numbers for 0.23.0 release
- Loading branch information
FelixKrueger
committed
Nov 9, 2020
1 parent
6db057a
commit 87df331
Showing
11 changed files
with
17 additions
and
17 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ use Getopt::Long; | |
use Cwd; | ||
use Carp; | ||
|
||
## This program is Copyright (C) 2010-19, Felix Krueger ([email protected]) | ||
## This program is Copyright (C) 2010-20, Felix Krueger ([email protected]) | ||
|
||
## 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 | ||
|
@@ -23,7 +23,7 @@ use Carp; | |
|
||
my %chromosomes; # storing sequence information of all chromosomes/scaffolds | ||
my %processed; # keeping a record of which chromosomes have been processed | ||
my $nome_version = 'v0.22.3'; | ||
my $nome_version = 'v0.23.0'; | ||
|
||
my ($output_dir,$genome_folder,$zero,$CpG_only,$CX_context,$split_by_chromosome,$parent_dir,$coverage_infile,$cytosine_out,$merge_CpGs,$gc_context,$gzip,$nome) = process_commandline(); | ||
|
||
|
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ use Getopt::Long; | |
use Cwd; | ||
use Carp; | ||
|
||
## This program is Copyright (C) 2010-19, Felix Krueger ([email protected]) | ||
## This program is Copyright (C) 2010-20, Felix Krueger ([email protected]) | ||
|
||
## 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 | ||
|
@@ -31,7 +31,7 @@ my %freqs; # keeping a record of which chromosomes have been processed | |
my %genomic_freqs; | ||
my %processed; | ||
|
||
my $bam2nuc_version = 'v0.22.3'; | ||
my $bam2nuc_version = 'v0.23.0'; | ||
|
||
my ($output_dir,$genome_folder,$parent_dir,$samtools_path,$genome_freq_only) = process_commandline(); | ||
|
||
|
@@ -380,7 +380,7 @@ sub process_commandline{ | |
bam2nuc | ||
Bismark Version: $bam2nuc_version | ||
Copyright 2010-19 Felix Krueger, Babraham Bioinformatics | ||
Copyright 2010-20 Felix Krueger, Babraham Bioinformatics | ||
www.bioinformatics.babraham.ac.uk/projects/bismark/ | ||
https://github.com/FelixKrueger/Bismark | ||
|
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ use Getopt::Long; | |
use FindBin qw($RealBin); | ||
use lib "$RealBin/../lib"; | ||
|
||
## This program is Copyright (C) 2010-19, Felix Krueger ([email protected]) | ||
## This program is Copyright (C) 2010-20, Felix Krueger ([email protected]) | ||
|
||
## 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 | ||
|
@@ -25,7 +25,7 @@ use lib "$RealBin/../lib"; | |
|
||
|
||
my $parent_dir = getcwd(); | ||
my $bismark_version = 'v0.22.3'; | ||
my $bismark_version = 'v0.23.0'; | ||
my $start_run = time(); | ||
my $command_line = join (" ",@ARGV); | ||
|
||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ use Getopt::Long; | |
use FindBin qw($RealBin); | ||
use lib "$RealBin/../lib"; | ||
|
||
## This program is Copyright (C) 2010-19, Felix Krueger ([email protected]) | ||
## This program is Copyright (C) 2010-20, Felix Krueger ([email protected]) | ||
|
||
## 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 | ||
|
@@ -20,7 +20,7 @@ use lib "$RealBin/../lib"; | |
## You should have received a copy of the GNU General Public License | ||
## along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
my $bismark2report_version = 'v0.22.3'; | ||
my $bismark2report_version = 'v0.23.0'; | ||
my (@alignment_reports,@dedup_reports,@splitting_reports,@mbias_reports,@nuc_reports); | ||
|
||
my ($output_dir,$verbose,$manual_output_file) = process_commandline(); | ||
|
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ use Getopt::Long; | |
$|++; | ||
|
||
|
||
## This program is Copyright (C) 2010-19, Felix Krueger ([email protected]) | ||
## This program is Copyright (C) 2010-20, Felix Krueger ([email protected]) | ||
|
||
## 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 | ||
|
@@ -40,7 +40,7 @@ my $genomic_composition; | |
my %genomic_freqs; # storing the genomic sequence composition | ||
my %freqs; | ||
|
||
my $bismark_version = 'v0.22.3'; | ||
my $bismark_version = 'v0.23.0'; | ||
my $last_modified = "14 April 2019"; | ||
|
||
my $command_line = GetOptions ('verbose' => \$verbose, | ||
|
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
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
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