-
Notifications
You must be signed in to change notification settings - Fork 20
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
FelixKrueger
committed
Mar 29, 2017
1 parent
74734fe
commit 8dcb8d2
Showing
4 changed files
with
5 additions
and
5 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
Binary file not shown.
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ use Cwd; | |
use FindBin qw($Bin); | ||
use lib "$Bin/../lib"; | ||
|
||
## This program is Copyright (C) 2014-16, Felix Krueger ([email protected]) | ||
## This program is Copyright (C) 2014-17, 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 | ||
|
@@ -27,7 +27,7 @@ my %counting; | |
my %fhs; | ||
|
||
my $parent_dir = getcwd(); | ||
my $SNPsplit_version = '0.3.dev'; | ||
my $SNPsplit_version = '0.3.2'; | ||
|
||
my ($paired,$hic,$verbose,$samtools_path,$bam,$output_dir,$conflict,$singletons) = process_commandline(); | ||
|
||
|