-
Notifications
You must be signed in to change notification settings - Fork 710
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20513 from verdurin/20240510164836_new_pr_bcl-con…
…vert4272 {bio}[system/system] bcl-convert v4.2.7-2 w/ el7.x86_64
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
easybuild/easyconfigs/b/bcl-convert/bcl-convert-4.2.7-2el7.x86_64.eb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |