view igblast/igblast.sh @ 7:c5cffbd8fe9d draft

Uploaded
author davidvanzessen
date Thu, 30 Jul 2015 09:53:27 -0400
parents c7c7000de220
children 34d5e6df3247
line wrap: on
line source

set -e

dir="$(cd "$(dirname "$0")" && pwd)"

input=$1
species=$2
locus=$3
output=$4


echo "$input $species $locus $output"

java -jar $IGBLASTWRP/igblastwrp.jar -cf -S $species -R $locus ${input} $PWD/blasted_output

Rscript --verbose $dir/igblast.r "$PWD/blasted_output.L2.txt" "$output" 2>&1