Skip to content

Commit

Permalink
Fix whitespace [trivial]
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarshall committed Sep 2, 2015
1 parent 03cfc6a commit 590b697
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test.pl
Original file line number Diff line number Diff line change
Expand Up @@ -543,8 +543,8 @@ sub test_vcf_view
sub test_vcf_call
{
my ($opts,%args) = @_;
$args{args} =~ s/{PATH}/$$opts{path}/g;
test_cmd($opts,%args,cmd=>"$$opts{bin}/bcftools call $args{args} $$opts{path}/$args{in}.vcf | grep -v ^##bcftools_");
$args{args} =~ s/{PATH}/$$opts{path}/g;
test_cmd($opts,%args,cmd=>"$$opts{bin}/bcftools call $args{args} $$opts{path}/$args{in}.vcf | grep -v ^##bcftools_");
test_cmd($opts,%args,cmd=>"$$opts{bin}/bcftools call -Ob $args{args} $$opts{path}/$args{in}.vcf | $$opts{bin}/bcftools view | grep -v ^##bcftools_");
}
sub test_vcf_call_cAls
Expand Down

0 comments on commit 590b697

Please sign in to comment.