Mercurial > repos > dereeper > sniplay
view egglib/CalculateDiversityIndexes.sh @ 12:88748d846a20 draft
planemo upload commit 11382afe87364aaafb19973470d5066229a6e34f
author | dereeper |
---|---|
date | Tue, 14 Aug 2018 08:21:55 -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