prepare-uniprot

star 24

输入蛋白的名称,得到uniprot信息,包括sequence, PDB ID, fasta文件等

golab-ai By golab-ai schedule Updated 2/28/2026

name: prepare_uniprot description: 输入蛋白的名称,得到uniprot信息,包括sequence, PDB ID, fasta文件等 license: Proprietary. LICENSE.txt has complete terms

Overview

输入蛋白的名称,得到uniprot信息,包括sequence, PDB ID, fasta文件等

Arguments

参数名 类型 必填 描述
target string 蛋白靶点的名称
uniprot_id string uniprot ID号
output_path string 文件输出的目录,默认输出在当前文件下

Quick Start

##如果有输出文件夹

craton prepare uniprot -t {{target}} -o {{output_path}}

##如果没有输出文件夹

craton prepare uniprot -t {{target}}

##如果输入的是uniprot id

craton prepare uniprot -i {{uniprot_id}} -o {{output_path}}
Install via CLI
npx skills add https://github.com/golab-ai/Huntianling --skill prepare-uniprot
Repository Details
star Stars 24
call_split Forks 4
navigation Branch main
article Path SKILL.md
More from Creator