Get Upload Command
get_upload_commandGenerates a curl command to upload a genome file to the OpenPGx server, returning a code to use with load_profile for pharmacogenomic analysis.
Instructions
Returns a ready-to-run curl command that uploads a genome file directly to the OpenPGx server. Execute this command in your code execution sandbox or tell the user to run it in their terminal. The command sends the file WITHOUT reading it into context. After running it, use load_profile with the returned code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to the genome file (e.g., /uploads/genome.txt or the path shown in the user's message) |