comparison egglib/CalculateDiversityIndexes.sh @ 3:345f88a8f483 draft

Uploaded
author dereeper
date Fri, 10 Jul 2015 10:38:43 -0400
parents 420b57c3c185
children
comparison
equal deleted inserted replaced
2:feb40a9a8eae 3:345f88a8f483
1 #!/bin/bash
2 input=$1
3 output=$2
4 log=$3
5
6 directory=`dirname $0`
7
8 perl $directory/CalculateDiversityIndexes.pl -i $input -o $output -d $directory >>$log 2>&1
9
10
11