comparison egglib/CalculateDiversityIndexes.sh @ 9:98c37a5d67f4 draft

Uploaded
author dereeper
date Wed, 07 Feb 2018 22:08:47 -0500
parents 420b57c3c185
children
comparison
equal deleted inserted replaced
8:6bf69b40365c 9:98c37a5d67f4
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