Skip to content

Commit

Permalink
Added checksum for CLEAR
Browse files Browse the repository at this point in the history
  • Loading branch information
Orient committed Oct 2, 2023
1 parent a74e3f3 commit bc53f01
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ description = "Direct comparison of circular and linear RNA expression"

source_urls = ["https://github.com/YangLab/CLEAR/archive"]
sources = ["%s.tar.gz" % local_commit]
checksums = ['a0824bcbaf6db52dcbb24467277045d341bbd266e582d9a89fd1656c89ba64ea']

toolchain = {'name': 'foss', 'version': '2021b'}

Expand All @@ -25,6 +26,11 @@ download_dep_fail = True
use_pip = True
sanity_pip_check = True

sanity_check_paths = {
'files': ['bin/clear_quant'],
'dirs': []
}

sanity_check_commands = ["clear_quant -h"]

options = {'modulename': False}
options = {'modulename': False}

0 comments on commit bc53f01

Please sign in to comment.