Skip to content

Commit

Permalink
{bio}[GCCcore/10.2.0] Muscle bumped to 3.8.31, required for artic eas…
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 45c1a00
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions easybuild/easyconfigs/m/MUSCLE/MUSCLE-3.8.31-GCCcore-10.2.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
easyblock = 'MakeCp'

name = 'MUSCLE'
version = '3.8.31'

homepage = 'https://drive5.com/muscle/'
description = """MUSCLE is one of the best-performing multiple alignment programs
according to published benchmark tests, with accuracy and speed that are consistently
better than CLUSTALW. MUSCLE can align hundreds of sequences in seconds. Most users
learn everything they need to know about MUSCLE in a few minutes-only a handful of
command-line options are needed to perform common alignment tasks."""

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

source_urls = ['https://www.drive5.com/muscle/downloads%(version)s/']
sources = ['%(namelower)s%(version)s_src.tar.gz']
patches = ['MUSCLE-%(version)s_fix-mk-hardcoding.patch']
checksums = [
'43c5966a82133bd7da5921e8142f2f592c2b5f53d802f0527a2801783af809ad', # muscle3.8.31_src.tar.gz
'7486ac0eee30ac3de9ee06020fe8573cf1de8e21ce5f315c3232ec226191a60d', # MUSCLE-3.8.31_fix-mk-hardcoding.patch
]

files_to_copy = [
(["muscle"], 'bin')]

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

moduleclass = 'bio'

0 comments on commit 45c1a00

Please sign in to comment.