easyconfigs-it4i/b/BXH_XCEDE_TOOLS/BXH_XCEDE_TOOLS-1.11.1.eb
2017-03-09 11:57:40 +01:00

29 lines
875 B
Plaintext

# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
# Author: Ravi Tripathi
# Email: ravi89@uab.edu
easyblock = "Tarball"
name = 'BXH_XCEDE_TOOLS'
version = '1.11.1'
homepage = 'http://www.nitrc.org/projects/bxh_xcede_tools/'
description = """A collection of data processing and image analysis
tools for data in BXH or XCEDE format. This includes data format
encapsulation/conversion, event-related analysis, QA tools, and more.
These tools form the basis of the fBIRN QA procedures and are also
distributed as part of the fBIRN Data Upload Scripts."""
toolchain = {'name': 'dummy', 'version': 'dummy'}
source_urls = ['http://www.nitrc.org/frs/download.php/7384/']
sources = ['bxh_xcede_tools-%(version)s-lsb30.x86_64.tgz']
sanity_check_paths = {
'files': ["bin/dicom2bxh", "bin/dicom2xcede"],
'dirs': []
}
moduleclass = 'bio'