Skip to content

Commit

Permalink
adding easyconfigs: IGV-2.19.1-Java-17.eb
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelToman committed Dec 17, 2024
1 parent 77917f4 commit a3d73f0
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 a3d73f0

Please sign in to comment.