Band-Aid: changed the pointers from mike's home directory to a checkout of the last know working revision r7169 in my directory.
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@2946 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
ee2ec7ced9
commit
8f4fbf29a7
|
|
@ -7,10 +7,12 @@ if (scalar(@ARGV) != 1) {
|
||||||
|
|
||||||
my ($maf) = @ARGV;
|
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 <<STOP\n" .
|
my $cmd = "matlab <<STOP\n" .
|
||||||
"addpath /home/radon00/lawrence/CancerGenomeAnalysis/trunk/matlab/mike" . "\n" .
|
"addpath /humgen/gsa-hphome1/kshakir/src/cga_matlab_r7169/mike" . "\n" .
|
||||||
"addpath /home/radon00/lawrence/CancerGenomeAnalysis/trunk/matlab/seq" . "\n" .
|
"addpath /humgen/gsa-hphome1/kshakir/src/cga_matlab_r7169/seq" . "\n" .
|
||||||
"addpath /home/radon00/lawrence/CancerGenomeAnalysis/trunk/matlab" . "\n" .
|
"addpath /humgen/gsa-hphome1/kshakir/src/cga_matlab_r7169" . "\n" .
|
||||||
"annotate_maflite('$maf', '$maf.annotated')" . "\n" .
|
"annotate_maflite('$maf', '$maf.annotated')" . "\n" .
|
||||||
"quit" . "\n" .
|
"quit" . "\n" .
|
||||||
"STOP" . "\n";
|
"STOP" . "\n";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue