view snpEff_2_1a/snpEff_2_1a/scripts/vcfSpeedTest.sh @ 3:c052639fa666 default tip

Uploaded
author pcingola
date Fri, 20 Apr 2012 11:22:59 -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