#!/util/bin/perl -w use strict; if (scalar(@ARGV) != 1) { die("Usage: annotate_single_maf.pl \n"); } my ($maf) = @ARGV; my $cmd = "matlab <