We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff15927 commit e4e2abfCopy full SHA for e4e2abf
test/test.pl
@@ -2165,7 +2165,7 @@ sub test_plugin_afs
2165
}
2166
close($fh);
2167
2168
- test_cmd($opts,%args,cmd =>qq[$$opts{bin}/bcftools +afs -a $$opts{tmp}/mpileup.bam.list -f $$opts{path}/mpileup/$ref $args{args}]);
+ test_cmd($opts,%args,cmd=>qq[export BCFTOOLS_PLUGINS=$$opts{bin}/plugins; $$opts{bin}/bcftools +afs -a $$opts{tmp}/mpileup.bam.list -f $$opts{path}/mpileup/$ref $args{args}]);
2169
2170
sub test_plugin_split
2171
{
0 commit comments