You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
long_description = long_description.replace("\n\n--------------------------------------------------------------------------------\n\nEnglish | [简体中文](./README-zh.md)\n\nThis package provides an implementation of the inference pipeline of tFold, including tFold-Ab, tFold-Ag and tFold-TCR.\n\n\n\nWe also provide:\n", "This package provides an implementation of the inference pipeline of tFold, including tFold-Ab, tFold-Ag and tFold-TCR.\n\nWe also provide:\n")
version = "1.0.2"
extras = {
"tfold": [pkg.strip() for pkg in open("requirements.txt").read().split("\n") if pkg.strip()]
}
setup(
name="tfold",
version=version,
description="Tencent Protein Predication Library",