Skip to content

Commit

Permalink
Merge pull request #73 from RoanKanninga/main
Browse files Browse the repository at this point in the history
added python dependency in BEDTools
  • Loading branch information
scimerman authored Mar 22, 2024
2 parents 1044a3e + 5a93285 commit 28c170f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions b/BEDTools/BEDTools-2.30.0-GCCcore-11.3.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ checksums = ['333ad1ffcdc6e36005b4d6c9290677986ee97871cff92ed821c1b643d38150b8']
buildopts = 'CXX="$CXX"'
builddependencies = [
('binutils', '2.38'),
('Python', '3.10.4', '-bare', ('GCCcore', '11.3.0'))
]

dependencies = [
Expand Down
2 changes: 1 addition & 1 deletion n/NGS_DNA/NGS_DNA-4.2.2-foss-2022a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ py2ver = '2.7.16'
#
source_urls = [('http://github.com/molgenis/%s/archive/' % (name))]
sources = [('%s.tar.gz' % (version))]
checksums = ['38f98f783d9a1b3089c376e682793be9924ce70a391bf0bc2489bdcf0b1e4d7b']
checksums = ['a897b84b7f7fd7f336ff4e4576d23765d0c90322b9aecc2d2dd1bfeb4eb59e90']

#
# Dependencies.
Expand Down

0 comments on commit 28c170f

Please sign in to comment.