Skip to content

Commit 8dcb8d2

Browse files
author
FelixKrueger
committed
Preparing for release 0.3.2
1 parent 74734fe commit 8dcb8d2

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

SNPsplit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ use Cwd;
2525

2626

2727
## Reading in a BAM or SAM file
28-
my $pipeline_version = '0.3.1_dev';
28+
my $pipeline_version = '0.3.2';
2929
my $parent_dir = getcwd();
3030
my ($snp_file,$no_sort,$verbose,$samtools_path,$bam,$paired,$hic,$conflict,$output_dir,$singletons,$bisulfite) = process_commandline ();
3131
my %snps; # storing SNP position and sequence information for all SNPs

SNPsplit_User_Guide.pdf

-381 KB
Binary file not shown.

SNPsplit_genome_preparation

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ use Cwd;
2727
### it will work with any other supplied VCF file.
2828

2929
## Reading in a BAM or SAM file
30-
my $pipeline_version = '0.3.1_dev';
30+
my $pipeline_version = '0.3.2';
3131
my $parent_dir = getcwd();
3232
my ($vcf_file,$strain,$strain2,$strain_index,$strain2_index,$genome_folder,$skip_filtering,$nmasking,$full_sequence,$dual_hybrid,$genome_build) = process_commandline ();
3333

@@ -1509,7 +1509,7 @@ the current working directory, so move there before invoking SNPsplit_genome_pre
15091509
--version Displays version information and exits.
15101510
15111511
1512-
Last modified: 03 November 2016
1512+
Last modified: 1 March 2017
15131513
15141514
EOF
15151515
;

tag2sort

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use Cwd;
77
use FindBin qw($Bin);
88
use lib "$Bin/../lib";
99

10-
## This program is Copyright (C) 2014-16, Felix Krueger (felix.krueger@babraham.ac.uk)
10+
## This program is Copyright (C) 2014-17, Felix Krueger (felix.krueger@babraham.ac.uk)
1111

1212
## This program is free software: you can redistribute it and/or modify
1313
## it under the terms of the GNU General Public License as published by
@@ -27,7 +27,7 @@ my %counting;
2727
my %fhs;
2828

2929
my $parent_dir = getcwd();
30-
my $SNPsplit_version = '0.3.dev';
30+
my $SNPsplit_version = '0.3.2';
3131

3232
my ($paired,$hic,$verbose,$samtools_path,$bam,$output_dir,$conflict,$singletons) = process_commandline();
3333

0 commit comments

Comments
 (0)