easyconfigs-it4i/ARCHIVE/q/Qualimap/Qualimap-2.2.1-intel-2017a-Py-3.6.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

32 lines
792 B
Plaintext

# IT4Innovations 2019
easyblock = "Tarball"
name = 'Qualimap'
version = '2.2.1'
versionsuffix = '-Py-3.6'
homepage = 'http://qualimap.bioinfo.cipf.es/'
description = """Qualimap 2 is a platform-independent application written in
Java and R that provides both a Graphical User Inteface (GUI) and a command-line
interface to facilitate the quality control of alignment sequencing data and its
derivatives like feature counts."""
toolchain = {'name': 'intel', 'version': '2017a'}
sources = ['qualimap_v%(version)s.zip']
source_urls = ['https://bitbucket.org/kokonech/qualimap/downloads']
dependencies = [
('R', '3.5.3', '-Py-3.6'),
]
modextrapaths = {"PATH": '.'}
sanity_check_paths = {
'files': ['qualimap'],
'dirs': ['lib', 'scripts', 'species'],
}
moduleclass = 'bio'