mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
modified: q/Qt/Qt-4.8.7.eb
deleted: "b/bcl2fastq2/\\"
This commit is contained in:
parent
193c803f77
commit
614aacf0a3
@ -1,39 +0,0 @@
|
||||
# IT4Innovations 2019
|
||||
|
||||
easyblock = 'ConfigureMake'
|
||||
|
||||
name = 'bcl2fastq2'
|
||||
version = '2.20.0'
|
||||
versionsuffix = '-Py-3.6'
|
||||
|
||||
homepage = 'https://support.illumina.com/sequencing/sequencing_software/bcl2fastq-conversion-software.html'
|
||||
description = """bcl2fastq Conversion Software both demultiplexes data and converts BCL files generated by
|
||||
Illumina sequencing systems to standard FASTQ file formats for downstream analysis."""
|
||||
|
||||
toolchain = {'name': 'intel', 'version': '2017a'}
|
||||
|
||||
source_urls = [
|
||||
'ftp://webdata2:webdata2@ussd-ftp.illumina.com/downloads/software/bcl2fastq/']
|
||||
sources = [{
|
||||
'filename': '%(name)s-v2-20-0-tar.zip',
|
||||
# source file is a .zip that contains a .tar.gz
|
||||
'extract_cmd': 'unzip -p %s | tar -xzvf -',
|
||||
}]
|
||||
|
||||
start_dir = 'src'
|
||||
configopts = '--force-builddir --with-cmake=cmake '
|
||||
|
||||
builddependencies = [
|
||||
('CMake', '3.8.1', '', True),
|
||||
]
|
||||
|
||||
dependencies = [
|
||||
('Py', '3.6', '', True),
|
||||
]
|
||||
|
||||
sanity_check_paths = {
|
||||
'files': ['bin/bcl2fastq'],
|
||||
'dirs': ['lib']
|
||||
}
|
||||
|
||||
moduleclass = 'bio'
|
@ -13,7 +13,7 @@ source_urls = [
|
||||
]
|
||||
sources = ['%(namelower)s-everywhere-opensource-src-%(version)s.tar.gz']
|
||||
|
||||
dependencies = [('GLib', '2.52.0')]
|
||||
dependencies = [('GLib', '2.57.1')]
|
||||
|
||||
platform = 'linux-g++-64'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user