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

Uploaded
author ucsb-phylogenetics
date Thu, 21 Jun 2012 17:46:55 -0400
parents
children
line wrap: on
line source

#!/usr/bin/perl

#wrapper written by Roger Ngo and Todd H Oakley, UCSB

my $file1 = $ARGV[0];
my $file2 = $ARGV[1];

my $run = qx/phylomatic -f $file1 -t $file2 > output.txt 2> errors.txt /;

print $run;