Mercurial > repos > dereeper > sniplay
diff egglib/CalculateDiversityIndexes.sh @ 1:420b57c3c185 draft
Uploaded
author | dereeper |
---|---|
date | Fri, 10 Jul 2015 04:39:30 -0400 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/egglib/CalculateDiversityIndexes.sh Fri Jul 10 04:39:30 2015 -0400 @@ -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 + + +