肽库设计
项目描述
pepsyn
肽库设计
安装
pepsyn
是为Python 3.6+开发的,需要biopython
。CLI使用click
。
pip install pepsyn
或对于最新开发版本
git clone https://github.com/lasersonlab/pepsyn.git
cd pepsyn
python setup.py install
运行测试
py.test
用法
pepsyn
可以作为库使用,也附带CLI。
主要的CLI命令是pepsyn
,它可以通过指定-
作为输入或输出从stdin和stdout读取。输入和输出文件是FASTA格式。
$ pepsyn -h
Usage: pepsyn [OPTIONS] COMMAND [ARGS]...
pepsyn -- peptide synthesis design
Options:
-h, --help Show this message and exit.
Commands:
prefix add a prefix to each sequence
recodesite remove site from each sequence's CDS by...
revtrans reverse translate amino acid sequences into...
stats compute some sequence statistics
suffix add a suffix to each sequence
tile tile a set of sequences
例如,要平铺一组序列,请使用pepsyn tile
命令。每个子命令都有其自己的帮助信息及相关选项。
$ pepsyn tile -h
Usage: pepsyn tile [OPTIONS] INPUT OUTPUT
tile a set of sequences
Options:
-l, --length INTEGER Length of output oligos
-p, --overlap INTEGER Overlap of oligos
-h, --help Show this message and exit.
命令可以相互管道。(注意:stdin和stdout用-
表示。)
cat pepsyn/tests/proteins.fasta \
| pepsyn tile -l 10 -p 3 - - \
| pepsyn revtrans - - \
| pepsyn prefix -p ACGGG - - \
| pepsyn suffix -s TGCTG - - \
| pepsyn recodesite --site EcoRI --clip-left 5 --clip-right 5 - -
项目详情
下载文件
下载适用于您的平台文件。如果您不确定选择哪个,请了解更多关于安装包的信息。
源分发
pepsyn-0.4.1.tar.gz (33.7 kB 查看哈希值)
构建分发
pepsyn-0.4.1-py3-none-any.whl (25.6 kB 查看哈希值)
关闭
pepsyn-0.4.1.tar.gz 的哈希值
算法 | 哈希摘要 | |
---|---|---|
SHA256 | 14bccc5a284231dca5b4dc60d22989a9e9ad80da6c1571ee454981e3422943dc |
|
MD5 | 96a063c2bde95c7de87aa56a3d400758 |
|
BLAKE2b-256 | 6d68298bbc048a5ead6394ef62d696a9515841e70399322dd0ebfe9ff62a808b |
关闭
pepsyn-0.4.1-py3-none-any.whl 的哈希值
算法 | 哈希摘要 | |
---|---|---|
SHA256 | f56c41ede8de3ab00022b145402b625c2e0c29bab1e686da8916b737b1183141 |
|
MD5 | 73d03a910c7c4c89ecaf1efa9882c5a6 |
|
BLAKE2b-256 | a51b1a523bf79807bd9c5682b73b0ecfc695eeba7ec561a40b4c54ac3bac0a63 |