Hello all,
Please, I want to schedule a task to run update_blastdb.pl every week.
I can run it manually from cmd by typing:
Perl update_blastdb.pl --passive --decompress refseq_rna
It ran successfully.
How can I schedule the task to run it automatically? and how can I pass the arguments: --passive --decompress refseq_rna? and how can I check if it connecting to NCBI successfully? which volume is being installed? As cmd do.
I am using windows task scheduler.
Thank you.