Skip to content

Commit a6c0a89

Browse files
committed
add Perl as a dependency
1 parent b2e8b6a commit a6c0a89

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

easybuild/easyconfigs/f/FastQC/FastQC-0.12.1-Java-21.eb renamed to easybuild/easyconfigs/f/FastQC/FastQC-0.12.1-GCCcore-14.3.0-Java-21.eb

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ provide an interactive application to review the results of several different
1515
QC checks, or create an HTML based report which can be integrated into a
1616
pipeline."""
1717

18-
toolchain = SYSTEM
18+
toolchain = {'name': 'GCCcore', 'version': '14.3.0'}
1919

2020
source_urls = ['https://www.bioinformatics.babraham.ac.uk/projects/%(namelower)s']
2121
sources = ['%(namelower)s_v%(version)s.zip']
@@ -25,7 +25,10 @@ checksums = [
2525
'684701634440864750c9a0b99d81e122a1def78672d436daf5497bff61d9a356', # FastQC_shebang.patch
2626
]
2727

28-
dependencies = [('Java', '21', '', SYSTEM)]
28+
dependencies = [
29+
('Java', '21', '', SYSTEM),
30+
('Perl', '5.40.2'),
31+
]
2932

3033
postinstallcmds = ["chmod +x %(installdir)s/fastqc"]
3134

0 commit comments

Comments
 (0)