Entering edit mode
9.6 years ago
seta
★
1.9k
Hi everybody,
I'm looking for a command or script to determine how long the local blastx take to finish the job? I access to server with 140 GB of RAM and 32 core and my fasta assembly file is about 46 MB in size, any experience? Your response highly welcomed. Thanks
Is your database local? If not and you are accessing different server, they may after some time intentionally delay your queries in order not to overload the server. If local, then good solution would be to take representative sample, run blastx on that and estimate the final time based on these results.
You might be able to use
pv
, i've not used it, but seems like it may be able to give you a progress bar and estimate of completion. https://github.com/icetee/pv.