mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
33 lines
736 B
Plaintext
33 lines
736 B
Plaintext
# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
|
|
# Author: Pablo Escobar Lopez
|
|
# sciCORE - University of Basel
|
|
# SIB Swiss Institute of Bioinformatics
|
|
|
|
easyblock = 'MakeCp'
|
|
|
|
name = 'SeqPrep'
|
|
version = '1.2'
|
|
|
|
homepage = 'https://github.com/jstjohn/SeqPrep'
|
|
description = """Tool for stripping adaptors and/or merging paired reads with overlap into single reads."""
|
|
|
|
toolchain = {'name': 'goolf', 'version': '1.7.20'}
|
|
|
|
source_urls = ['https://github.com/jstjohn/SeqPrep/archive/']
|
|
sources = ['v%(version)s.tar.gz']
|
|
|
|
dependencies = [
|
|
('zlib', '1.2.8'),
|
|
]
|
|
|
|
files_to_copy = [(['SeqPrep'], 'bin'), ]
|
|
|
|
parallel = 1
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/SeqPrep'],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'bio'
|