Set r-chipseq to bioconductor format (#24315)

- added description
- converted to git from url
- set commit rather than sha256
This commit is contained in:
Glenn Johnson 2021-06-16 08:18:13 -05:00 committed by GitHub
parent ce0eb4862f
commit 46214b0caa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,14 +7,16 @@
class RChipseq(RPackage):
"""A package for analyzing chipseq data"""
"""A package for analyzing chipseq data
Tools for helping process short read data for chipseq experiments"""
homepage = "https://bioconductor.org/packages/release/bioc/html/chipseq.html"
url = "https://bioconductor.org/packages/release/bioc/src/contrib/chipseq_1.40.0.tar.gz"
git = "https://git.bioconductor.org/packages/chipseq"
maintainers = ['dorton21']
version('1.40.0', sha256='5b48721a9eae6ebaf57a57af13f76eb887925ea1a02906abeb6f67a588c0ff8a')
version('1.40.0', commit='84bcbc0b7ad732730b5989a308f1624a6a358df1')
depends_on('r@2.10:', type=('build', 'run'))
depends_on('r-biocgenerics@0.1.0:', type=('build', 'run'))