Skip to content

Commit

Permalink
Added sv_annotate for vcf-rerun reannotation. Fix #548
Browse files Browse the repository at this point in the history
Add input SV vcf for vcf_rerun to qc_sample_info.
  • Loading branch information
henrikstranneheim committed Aug 27, 2018
1 parent d96279c commit 8264b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MIP/Recipes/Pipeline/Vcf_rerun.pm
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ BEGIN {
use base qw{ Exporter };

# Set the version for version checking
our $VERSION = 1.00;
our $VERSION = 1.01;

# Functions and variables which can be optionally exported
our @EXPORT_OK = qw{ pipeline_vcf_rerun };
Expand Down

0 comments on commit 8264b9d

Please sign in to comment.