comparison phylomatic/phylomatic.pl @ 2:4de3f9572615 draft

Uploaded
author ucsb-phylogenetics
date Thu, 21 Jun 2012 17:46:55 -0400
parents
children
comparison
equal deleted inserted replaced
1:de3ada25282e 2:4de3f9572615
1 #!/usr/bin/perl
2
3 #wrapper written by Roger Ngo and Todd H Oakley, UCSB
4
5 my $file1 = $ARGV[0];
6 my $file2 = $ARGV[1];
7
8 my $run = qx/phylomatic -f $file1 -t $file2 > output.txt 2> errors.txt /;
9
10 print $run;