Skip to content

Commit

Permalink
Merge pull request #387 from bear-rsg/metacortex
Browse files Browse the repository at this point in the history
MetaCortex
  • Loading branch information
branfosj authored May 24, 2024
2 parents 06dda7f + b1665ee commit e0a90da
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions easyconfigs/m/MetaCortex/MetaCortex-64095a8-GCCcore-12.2.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
easyblock = 'MakeCp'

name = 'MetaCortex'
version = '64095a8'

homepage = 'https://metacortex.readthedocs.io'
description = """MetaCortex is an assembler for metagenomic, or environmental sequence data. It is based onnthe
consensus version of the Cortex assembler (cortex_con) developed by Mario Caccamo and Zamin Iqbal."""

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

source_urls = ['https://github.com/SR-Martin/metacortex/archive/']
sources = ['%(version)s.tar.gz']
checksums = ['a04360131a66b02449488e2c47cce9adfab04771d2e04ab25125cb2d4c818b83']

builddependencies = [('binutils', '2.39')]

local_kmer_size = 127
buildopts = "MAXK=%s" % local_kmer_size

files_to_copy = ['bin']

postinstallcmds = ["cd %%(installdir)s/bin && ln -s metacortex_k%s metacortex" % local_kmer_size]

sanity_check_paths = {
'files': [
'bin/metacortex_k%s' % local_kmer_size,
'bin/metacortex'
],
'dirs': [],
}

moduleclass = 'bio'

0 comments on commit e0a90da

Please sign in to comment.