mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-13 02:12:12 +01:00
38 lines
1.1 KiB
Plaintext
38 lines
1.1 KiB
Plaintext
##
|
|
# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
|
|
#
|
|
# Copyright:: Copyright 2012-2014 Uni.Lu/LCSB, NTUA
|
|
# Authors:: Cedric Laczny <cedric.laczny@uni.lu>, Fotis Georgatos <fotis@cern.ch>
|
|
# License:: MIT/GPL
|
|
# $Id$
|
|
#
|
|
# This work implements a part of the HPCBIOS project and is a component of the policy:
|
|
# http://hpcbios.readthedocs.org/en/latest/HPCBIOS_2012-94.html
|
|
##
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'SortMeRNA'
|
|
version = '2.1'
|
|
|
|
homepage = 'http://bioinfo.lifl.fr/RNA/sortmerna/'
|
|
description = """
|
|
SortMeRNA is a biological sequence analysis tool for filtering, mapping and OTU-picking NGS reads.
|
|
"""
|
|
|
|
toolchain = {'name': 'foss', 'version': '2016a'}
|
|
toolchainopts = {'optarch': True, 'pic': True}
|
|
|
|
source_urls = ['https://github.com/biocore/sortmerna/archive/']
|
|
sources = ['%(version)s.tar.gz']
|
|
|
|
# Patch for double includes of header files in Makefile.in
|
|
patches=['SortMeRNA-%(version)s_Makefile.in.patch']
|
|
|
|
sanity_check_paths={
|
|
'files': ['bin/indexdb_rna','bin/sortmerna'],
|
|
'dirs': ['include','sortmerna']
|
|
|
|
}
|
|
|
|
moduleclass = 'bio'
|