diff phylostatistics/phylomatic.pl @ 0:5b9a38ec4a39 draft default tip

First commit of old repositories
author osiris_phylogenetics <ucsb_phylogenetics@lifesci.ucsb.edu>
date Tue, 11 Mar 2014 12:19:13 -0700
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/phylostatistics/phylomatic.pl	Tue Mar 11 12:19:13 2014 -0700
@@ -0,0 +1,8 @@
+#!/usr/bin/perl
+
+my $file1 = $ARGV[0];
+my $file2 = $ARGV[1];
+
+my $run = qx/phylomatic -f $file1 -t $file2 > output.txt 2> errors.txt /;
+
+print $run;