mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
new file: q/Qualimap/Qualimap-2.2.1-intel-2017a-Py-3.6.eb
This commit is contained in:
parent
763ed25f5d
commit
193c803f77
31
q/Qualimap/Qualimap-2.2.1-intel-2017a-Py-3.6.eb
Normal file
31
q/Qualimap/Qualimap-2.2.1-intel-2017a-Py-3.6.eb
Normal file
@ -0,0 +1,31 @@
|
||||
# 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'
|
Loading…
x
Reference in New Issue
Block a user