Annovar Check Version Database
1
0
Entering edit mode
7.3 years ago
guipagui ▴ 10

Hi, I would check if my database of annovar is up-to date. This link show the date of the last update Annovar download

How can i do it ? without download the last database and compare it with the version use ? How print the creation's date of my database ? Thanks a lot.

annovar database • 2.9k views
ADD COMMENT
0
Entering edit mode
7.2 years ago
bioguy24 ▴ 230

In the humandb folder there is a annovar_downdb.log that will show the version of the database download.

Please note that this will only show the version of the database being downloaded, so it must be checked for each time after it completes.

You can also use

 perl annotate_variation.pl -webfrom annovar -downdb avdblist -buildver hg19 .

to get a list of all db versions.

Hope this helps :).

ADD COMMENT
0
Entering edit mode

Hi, I didn't know the file "annovar_downdb.log". But i search a command for get dynamically the version of database. However i guess this task isn't possible....

ADD REPLY
0
Entering edit mode

You could use the command above and that would return a file with all the hg19 databases. From there you could visually compare or maybe even have a script do it (I am trying to do the later, but have just begun).

ADD REPLY
0
Entering edit mode

Yes of course. I think "diff" can do this. I hope command as :

perl <perl script=""> <file db="">(ex : refgene) -v | --version

ADD REPLY

Login before adding your answer.

Traffic: 2076 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6