Skip to content

Commit

Permalink
Merge pull request #22043 from pavelToman/20241217152024_new_pr_IGV2191
Browse files Browse the repository at this point in the history
{bio}[system/system] IGV v2.19.1 w/ Java 17
  • Loading branch information
Micket authored Dec 18, 2024
2 parents 4f2274b + a3d73f0 commit 7f769c1
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions easybuild/easyconfigs/i/IGV/IGV-2.19.1-Java-17.eb
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'

0 comments on commit 7f769c1

Please sign in to comment.