Mercurial > repos > dereeper > sniplay
view egglib/CalculateDiversityIndexes.sh @ 6:ebb0ac9b6fa9 draft
planemo upload
author | gandres |
---|---|
date | Mon, 23 May 2016 17:49:17 -0400 |
parents | 420b57c3c185 |
children |
line wrap: on
line source
#!/bin/bash input=$1 output=$2 log=$3 directory=`dirname $0` perl $directory/CalculateDiversityIndexes.pl -i $input -o $output -d $directory >>$log 2>&1