update r-pfam-db
This commit is contained in:
parent
a64005b328
commit
5e400b8c2c
@ -15,6 +15,11 @@ class RPfamDb(RPackage):
|
|||||||
bioc = "PFAM.db"
|
bioc = "PFAM.db"
|
||||||
url = "https://www.bioconductor.org/packages/release/data/annotation/src/contrib/PFAM.db_3.4.1.tar.gz"
|
url = "https://www.bioconductor.org/packages/release/data/annotation/src/contrib/PFAM.db_3.4.1.tar.gz"
|
||||||
|
|
||||||
|
version(
|
||||||
|
"3.17.0",
|
||||||
|
url="https://bioconductor.org/packages/3.17/data/annotation/src/contrib/PFAM.db_3.17.0.tar.gz",
|
||||||
|
sha256="8c4f8bebbf002df87ef7e4c4116be1676072e5c3ba0af1070d281a2ea6101712",
|
||||||
|
)
|
||||||
version(
|
version(
|
||||||
"3.16.0",
|
"3.16.0",
|
||||||
url="https://bioconductor.org/packages/3.16/data/annotation/src/contrib/PFAM.db_3.16.0.tar.gz",
|
url="https://bioconductor.org/packages/3.16/data/annotation/src/contrib/PFAM.db_3.16.0.tar.gz",
|
||||||
@ -52,3 +57,5 @@ class RPfamDb(RPackage):
|
|||||||
depends_on("r-annotationdbi@1.51.3:", type=("build", "run"), when="@3.12.0:")
|
depends_on("r-annotationdbi@1.51.3:", type=("build", "run"), when="@3.12.0:")
|
||||||
depends_on("r-annotationdbi@1.55.1:", type=("build", "run"), when="@3.14.0:")
|
depends_on("r-annotationdbi@1.55.1:", type=("build", "run"), when="@3.14.0:")
|
||||||
depends_on("r-annotationdbi@1.57.1:", type=("build", "run"), when="@3.15.0:")
|
depends_on("r-annotationdbi@1.57.1:", type=("build", "run"), when="@3.15.0:")
|
||||||
|
depends_on("r-annotationdbi@1.59.1:", type=("build", "run"), when="@3.16.0:")
|
||||||
|
depends_on("r-annotationdbi@1.61.0:", type=("build", "run"), when="@3.17.0:")
|
||||||
|
Loading…
Reference in New Issue
Block a user