Skip to content

Commit

Permalink
Changed version info to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixKrueger committed May 18, 2016
1 parent c629fc8 commit 10bf621
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SNPsplit
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ use Cwd;


## Reading in a BAM or SAM file
my $pipeline_version = '0.3.dev';
my $pipeline_version = '0.3.0';
my $parent_dir = getcwd();
my ($snp_file,$no_sort,$verbose,$samtools_path,$bam,$paired,$hic,$conflict,$output_dir,$singletons,$bisulfite) = process_commandline ();
my %snps; # storing SNP position and sequence information for all SNPs
Expand Down
2 changes: 1 addition & 1 deletion SNPsplit_genome_preparation
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ use Cwd;
### it will work with any other supplied VCF file.

## Reading in a BAM or SAM file
my $pipeline_version = '0.3.devel';
my $pipeline_version = '0.3.0';
my $parent_dir = getcwd();
my ($vcf_file,$strain,$strain2,$strain_index,$strain2_index,$genome_folder,$skip_filtering,$nmasking,$full_sequence,$dual_hybrid,$genome_build) = process_commandline ();

Expand Down

0 comments on commit 10bf621

Please sign in to comment.