Skip to content

Commit

Permalink
Merge pull request #20513 from verdurin/20240510164836_new_pr_bcl-con…
Browse files Browse the repository at this point in the history
…vert4272

{bio}[system/system] bcl-convert v4.2.7-2 w/ el7.x86_64
  • Loading branch information
smoors authored Jun 11, 2024
2 parents 774659f + 4da987b commit 3bd8082
Showing 1 changed file with 26 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
easyblock = 'Rpm'

name = 'bcl-convert'
version = '4.2.7-2'
versionsuffix = 'el7.x86_64'

homepage = 'https://support.illumina.com/sequencing/sequencing_software/bcl-convert.html'
description = """The Illumina BCL Convert v4.0 is a standalone local software app that converts the
Binary Base Call (BCL) files produced by Illumina sequencing systems to FASTQ files."""

toolchain = SYSTEM

builddependencies = [('rpmrebuild', '2.11')]

source_urls = ['https://webdata.illumina.com/downloads/software/bcl-convert/']
sources = ['bcl-convert-%(version)s.%(versionsuffix)s.rpm']
checksums = ['ea508d763dc27d30d1a34f6a38d8da31ea67797d7b4971e8c10677bc48539565']

sanity_check_paths = {
'files': ['usr/bin/bcl-convert'],
'dirs': [],
}

sanity_check_commands = ["bcl-convert --help"]

moduleclass = 'bio'

0 comments on commit 3bd8082

Please sign in to comment.