Fix www.example.com homepages (#7744)
This commit is contained in:
parent
21914d36be
commit
b9b19e1660
@ -28,7 +28,7 @@
|
||||
class PyEditdistance(PythonPackage):
|
||||
"""Fast implementation of the edit distance (Levenshtein distance)."""
|
||||
|
||||
homepage = "http://www.example.com://github.com/aflc/editdistance"
|
||||
homepage = "https://github.com/aflc/editdistance"
|
||||
url = "https://pypi.io/packages/source/e/editdistance/editdistance-0.4.tar.gz"
|
||||
|
||||
version('0.4', '27434720ca0930a9b6974b182b6237bc')
|
||||
|
@ -29,7 +29,7 @@ class RCner(RPackage):
|
||||
""""Large-scale identification and advanced visualization of sets of
|
||||
conserved noncoding elements."""
|
||||
|
||||
homepage = "http://www.example.co://bioconductor.org/packages/CNEr/"
|
||||
homepage = "https://bioconductor.org/packages/CNEr/"
|
||||
url = "https://git.bioconductor.org/packages/CNEr"
|
||||
|
||||
version('1.14.0', git='https://git.bioconductor.org/packages/CNEr', commit='b8634d65c51728c815127e22b45eba7c9b9db897')
|
||||
|
@ -29,7 +29,7 @@ class RGenomeinfodbdata(RPackage):
|
||||
"""for mapping between NCBI taxonomy ID and species. Used by functions
|
||||
in the GenomeInfoDb package."""
|
||||
|
||||
homepage = "http://www.example.co://bioconductor.org/packages/3.5/data/annotation/html/GenomeInfoDbData.html"
|
||||
homepage = "https://bioconductor.org/packages/GenomeInfoDbData/"
|
||||
url = "https://bioconductor.org/packages/3.5/data/annotation/src/contrib/GenomeInfoDbData_0.99.0.tar.gz"
|
||||
|
||||
version('0.99.0', '85977b51061dd02a90153db887040d05')
|
||||
|
@ -29,7 +29,7 @@ class ROrgHsEgDb(RPackage):
|
||||
"""Genome wide annotation for Human, primarily based on mapping
|
||||
using Entrez Gene identifiers."""
|
||||
|
||||
homepage = "http://www.example.co://www.bioconductor.org/packages/org.Hs.eg.db/i"
|
||||
homepage = "https://bioconductor.org/packages/org.Hs.eg.db/"
|
||||
url = "https://www.bioconductor.org/packages/3.5/data/annotation/src/contrib/org.Hs.eg.db_3.4.1.tar.gz"
|
||||
|
||||
version('3.4.1', '0a987ef7d6167df70e91e6f48145e41c')
|
||||
|
@ -31,7 +31,7 @@ class RPhangorn(RPackage):
|
||||
and Hadamard conjugation. Allows to compare trees, models selection and
|
||||
offers visualizations for trees and split networks."""
|
||||
|
||||
homepage = "http://www.example.co://github.com/KlausVigo/phangorn"
|
||||
homepage = "https://cran.r-project.org/package=phangorn"
|
||||
url = "https://cran.r-project.org/src/contrib/phangorn_2.3.1.tar.gz"
|
||||
list_url = "https://cran.r-project.org/src/contrib/Archive/phangorn"
|
||||
|
||||
|
@ -33,7 +33,7 @@ class RYarn(RPackage):
|
||||
and statistical techniques to account for the large heterogeneity and
|
||||
sparsity found in very large RNA-seq experiments."""
|
||||
|
||||
homepage = "http://www.example.co://www.bioconductor.org/packages/yarn/"
|
||||
homepage = "https://bioconductor.org/packages/yarn/"
|
||||
url = "https://git.bioconductor.org/packages/yarn"
|
||||
list_url = homepage
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user