view snpEff_2_1a/scripts/vcfSpeedTest.sh @ 0:f8eaa3f8194b default tip

Uploaded snpEff_v2_1a_core.tgz from Pablo Cingolani
author greg
date Fri, 20 Apr 2012 14:47:09 -0400
parents
children
line wrap: on
line source

#!/bin/sh

for testNum in 1 2 3 4 
do
	./scripts/snpEffM.sh test $testNum test.1M.vcf > test.1M.out.vcf
	echo
done