Get-Uniprot:用于获取蛋白质序列的简单Python CLI。 :dna: 先决条件: Python> = 3.6 快速开始: pip install get-uniprot 用法: Usage: uniprot [OPTIONS] QUERY Arguments: QUERY The Protein Name. Options: -o, --organism TEXT Name of organism. -f, --file Output sequence to .fasta file. --help Show this message and exit. 例如 uniprot -q eEF1A -o 'S. cerevisiae' > eEF1A.fasta 输出: 如果提供-f,命令将向外壳输出序列,