-
Notifications
You must be signed in to change notification settings - Fork 706
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 #22043 from pavelToman/20241217152024_new_pr_IGV2191
{bio}[system/system] IGV v2.19.1 w/ Java 17
- Loading branch information
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
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,34 @@ | ||
# EasyBuild easyconfig | ||
# Author: Pablo Escobar Lopez | ||
# sciCORE - University of Basel | ||
# SIB Swiss Institute of Bioinformatics | ||
# Modified by Adam Huffman | ||
# Big Data Institute, University of Oxford | ||
|
||
easyblock = 'Tarball' | ||
|
||
name = 'IGV' | ||
version = '2.19.1' | ||
versionsuffix = '-Java-%(javaver)s' | ||
|
||
homepage = 'https://www.broadinstitute.org/software/igv/' | ||
description = """This package contains command line utilities for | ||
preprocessing, computing feature count density (coverage), sorting, and | ||
indexing data files.""" | ||
|
||
toolchain = SYSTEM | ||
|
||
source_urls = ['http://data.broadinstitute.org/igv/projects/downloads/%(version_major)s.%(version_minor)s'] | ||
sources = ['%(name)s_%(version)s.zip'] | ||
checksums = ['e7d7803cab4e12e84f5359a3d73915a45acc6d676151ca18e91fb2d39432b568'] | ||
|
||
dependencies = [('Java', '17', '', SYSTEM)] | ||
|
||
sanity_check_paths = { | ||
'files': ['%(namelower)s.sh', 'lib/%(namelower)s.jar'], | ||
'dirs': [], | ||
} | ||
|
||
modextrapaths = {'PATH': ''} | ||
|
||
moduleclass = 'bio' |