easyconfigs-it4i/ARCHIVE/c/cutadapt/cutadapt-1.5-goolf-1.4.10-Python-2.7.10.eb
Lukas Krupcik 182459da35 deleted: "a/ANSYS/\\"
deleted:    a/Anaconda2/Anaconda2-4.4.0.eb
	deleted:    a/Anaconda3/Anaconda3-2019.10.eb
	deleted:    a/Anaconda3/Anaconda3-4.4.0.eb
	deleted:    a/Anaconda3/Anaconda3-5.3.1.eb
	deleted:    a/Autotools/Autotools-20150215-GCC-6.3.0-2.27.eb
	deleted:    a/Autotools/Autotools-20170619.eb
	deleted:    a/Autotools/Autotools-20180311.eb
2022-05-05 11:22:37 +02:00

34 lines
878 B
Plaintext

easyblock = "PythonPackage"
name = 'cutadapt'
version = '1.5'
homepage = 'http://code.google.com/p/cutadapt/'
description = """ cutadapt removes adapter sequences
from high-throughput sequencing data. This is usually
necessary when the read length of the sequencing machine
is longer than the molecule that is sequenced, for
example when sequencing microRNAs. """
toolchain = {'name': 'goolf', 'version': '1.4.10'}
source_urls = ['http://cutadapt.googlecode.com/files/']
sources = [SOURCELOWER_TAR_GZ]
python = 'Python'
local_pyver = '2.7.10'
local_pyshortver = '.'.join(local_pyver.split('.')[:2])
versionsuffix = "-%s-%s" % (python, local_pyver)
dependencies = [
(python, local_pyver),
]
sanity_check_paths = {
'files': [
'lib/python%s/site-packages/cutadapt/_align.%s' %
(local_pyshortver, SHLIB_EXT)], 'dirs': [], }
moduleclass = 'bio'