diff egglib/CalculateDiversityIndexes.sh @ 9:98c37a5d67f4 draft

Uploaded
author dereeper
date Wed, 07 Feb 2018 22:08:47 -0500
parents 420b57c3c185
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/egglib/CalculateDiversityIndexes.sh	Wed Feb 07 22:08:47 2018 -0500
@@ -0,0 +1,11 @@
+#!/bin/bash
+input=$1
+output=$2
+log=$3
+
+directory=`dirname $0`
+ 
+perl $directory/CalculateDiversityIndexes.pl -i $input -o $output -d $directory >>$log 2>&1
+
+
+