如何使用 rsync 下载 PMC (PubMed Central) 批量数据
PubMed Central (PMC) 原始数据托管在 NCBI 服务器上,提供使用 rsync 的便捷访问。
使用类似这样的 rsync 命令下载 PMC 数据
download.sh
rsync -Pav ftp.ncbi.nlm.nih.gov::pub/pmc/oa_bulk/\*.tar.gz PMC/此示例命令将所有批量数据文件作为 .tar.gz 下载,包含文本文件。
你可以使用浏览器访问 NCBI FTP 服务器来浏览 PMC 目录结构。
Check out similar posts by category:
Bioinformatics
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow