Python的Nextflow管道
项目描述
描述
通过添加@nf.process和@nf.workflow装饰器创建管道,并用Nextflow从Python运行它们。
示例
import pynextflow as nf
@nf.process(echo=True)
def hello(cheers: str) -> nf.bash:
return f"echo {cheers}"
with nf.Nextflow():
hello(["hola", "hello", "ciao"])
项目详情
关闭
pynextflow-0.1.tar.gz的哈希值
算法 | 哈希摘要 | |
---|---|---|
SHA256 | 07d0d2f0cd635c5d54b8444cfc0f19d3016010e10dd08561543c144cee25a825 |
|
MD5 | 4635783c782bad680fe3a2b28fea0eb7 |
|
BLAKE2b-256 | 0ea64adbcb4654c5750763596edaf112621279e295d2c49950c1ef1f4d901ee5 |