mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00

new file: e/ETSF_IO/ETSF_IO-1.0.4-intel-2017a.eb new file: l/LAMMPS/LAMMPS-31Mar2017-intel-2017a-REAXC.eb new file: l/libxc/libxc-3.0.0-intel-2017a.eb new file: l/libxc/libxc-4.0.1-GCC-6.3.0-2.27.eb new file: l/libxc/libxc-4.0.1-intel-2017a.eb new file: l/libxc/libxc-4.0.1.eb new file: l/libxml2/libxml2-2.7.8.eb modified: n/Netgen/Netgen-6.0-beta.eb new file: o/Octopus/Octopus-7.1-intel-2017a-mpi.eb new file: o/OpenBLAS/OpenBLAS-0.2.9-LAPACK-3.5.0.eb new file: p/PFFT/PFFT-1.0.8-alpha-intel-2017a.eb new file: p/Perl/Perl-5.26.1-intel-2017a.eb new file: s/Singularity/Singularity-2.3.2-docker-fix.eb new file: s/Singularity/Singularity-2.4.eb new file: t/Tar/Tar-1.29.eb new file: t/Togl/Togl-1.7-intel-2017a.eb
36 lines
1001 B
Plaintext
36 lines
1001 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'bcl2fastq2'
|
|
version = '2.20.0'
|
|
versionsuffix = '-Python-%(pyver)s'
|
|
|
|
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-v%(version)s-tar.zip',
|
|
'extract_cmd': 'unzip -p %s | tar -xzvf -', # source file is a .zip that contains a .tar.gz
|
|
}]
|
|
|
|
start_dir = 'src'
|
|
configopts = '--force-builddir --with-cmake=cmake '
|
|
|
|
builddependencies = [
|
|
('CMake', '3.9.1', '', True),
|
|
]
|
|
|
|
dependencies = [
|
|
('Python', '2.7.13', '', True),
|
|
]
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/bcl2fastq'],
|
|
'dirs': ['lib']
|
|
}
|
|
|
|
moduleclass = 'bio'
|