Agent SkillMCP planned
AutoBSgenome for Agents
AutoBSgenome can be used by coding agents and research assistants to check existing BSgenome packages, trigger builds, poll status, and return R installation commands.
API Commands
Trigger a build
curl -s -X POST https://api.autobsgenome.org/api/build \
-H "Content-Type: application/json" \
-d '{
"package_name": "BSgenome.Aluchuensis.NCBI.AkawachiiIFO4308",
"organism": "Aspergillus luchuensis",
"accession": "GCF_016861625.1",
"data_source": "ncbi",
"version": "1.0.0",
"circ_seqs": "character(0)"
}'Poll build status
curl -s https://api.autobsgenome.org/api/status/JOB_ID
Install from the repository
install.packages("PACKAGE_NAME",
repos = "https://johnnychen1113.github.io/autoBSgenome")