Skip to content

Commit

Permalink
{bio}[GCCcore/10.2.0] Racon bumped to 1.4.21, required for artic easy…
Browse files Browse the repository at this point in the history
  • Loading branch information
Sassy authored and Sassy committed Sep 15, 2021
1 parent 48b4865 commit d113969
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions easybuild/easyconfigs/r/Racon/Racon-1.4.21-GCCcore-10.2.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
easyblock = 'CMakeMake'

name = 'Racon'
version = '1.4.21'

homepage = 'https://github.com/lbcb-sci/racon'
description = """Ultrafast consensus module for raw de novo genome assembly of long uncorrected reads."""

toolchain = {'name': 'GCCcore', 'version': '10.2.0'}

source_urls = ['https://github.com/lbcb-sci/racon/releases/download/%(version)s/']
sources = ['%(namelower)s-v%(version)s.tar.gz']
checksums = ['df99208ebef6a12e1da11a31dade2eafe13a4cd80b4917cce44d44d879b5aee4']

builddependencies = [
('CMake', '3.18.4'),
('binutils', '2.35'),
]

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

sanity_check_commands = ['racon --help']

moduleclass = 'bio'

0 comments on commit d113969

Please sign in to comment.