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