awk '$3=="gene" || $0 ~/#/{print}' ../04.snp_indel/ref.gff >gene.gff
for query in An1 C24 Cvi Eri Kyo Ler Sha;do
convert2annovar.pl -format vcf4 $query.INV_TRANS.f.vcf -outfile $query.INV_TRANS.input
annotate_variation.pl -regionanno -dbtype gff3 -gff3dbfile gene.gff $query.INV_TRANS.input ./ --buildver unknown --neargene 2000 -out $query.INV_TRANS
done
如果觉得我的文章对您有用,请随意打赏。你的支持将鼓励我继续创作!