#!/util/bin/perl -w use strict; if (scalar(@ARGV) != 1) { die("Usage: annotate_single_maf.pl \n"); } my ($maf) = @ARGV; # TODO: Have a common checkout of https://svn/CancerGenomeAnalysis # or a compiled version of this matlab program like Firehose uses. my $cmd = "matlab <