download_biorxiv
Downloads a bioRxiv paper's PDF using its DOI. Specify the paper ID and optionally the save directory.
Instructions
Download PDF of a bioRxiv paper.
Args: paper_id: bioRxiv DOI. save_path: Directory to save the PDF (default: './downloads'). Returns: Path to the downloaded PDF file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paper_id | Yes | ||
| save_path | No | ./downloads |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |