Have to keep track of number of files (currently 972).
Pros:
Nice progress bar (with estimated time remaining!) due to the --bar flag passed to parallel.
Faster? No benchmarks have been run on this, so not definitive. But requests to the ncbi host can be made without having to wait for each individual operation to complete.
Let me know if you have any suggestions. If these aren't suited for adoption, no worries!
This issue has two proposed additions to the
wget
approach as outlined in the pubmed/data-extraction/extraction README.1) Add a Zsh compatible wget command to the download instructions.
Current Version (Zsh Error).
Current Version (Zsh compatible).
2) Add a parallel wget command to the download instructions.
Parallel Version
Parallel Version (Zsh compatible)
Cons:
Pros:
--bar
flag passed toparallel
.Let me know if you have any suggestions. If these aren't suited for adoption, no worries!
Thanks for making a great resource!
liam