Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
easyconfigs-it4i
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SCS
easyconfigs-it4i
Commits
e57a291c
Commit
e57a291c
authored
Apr 25, 2018
by
Lukáš Krupčík
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
new file: g/GATK/GATK-4.0.3.0-Java-1.8.0_144.eb
new file: p/pydot/pydot-1.2.4-Py-3.6.eb
parent
ac02e32e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
64 additions
and
0 deletions
+64
-0
g/GATK/GATK-4.0.3.0-Java-1.8.0_144.eb
g/GATK/GATK-4.0.3.0-Java-1.8.0_144.eb
+40
-0
p/pydot/pydot-1.2.4-Py-3.6.eb
p/pydot/pydot-1.2.4-Py-3.6.eb
+24
-0
No files found.
g/GATK/GATK-4.0.3.0-Java-1.8.0_144.eb
0 → 100644
View file @
e57a291c
# IT4Innovations 2018
easyblock = 'Tarball'
name = 'GATK'
version = '4.0.3.0'
versionsuffix = '-Java-%(javaver)s'
homepage = 'http://www.broadinstitute.org/gatk/'
description = """The Genome Analysis Toolkit or GATK is a software package developed at the Broad Institute
to analyse next-generation resequencing data. The toolkit offers a wide variety of tools,
with a primary focus on variant discovery and genotyping as well as strong emphasis on
data quality assurance. Its robust architecture, powerful processing engine and
high-performance computing features make it capable of taking on projects of any size."""
toolchain = {'name': 'dummy', 'version': ''}
# download manually from http://www.broadinstitute.org/gatk/download
source_urls = [' https://github.com/broadinstitute/gatk/releases/download/%(version)s/']
sources = ['gatk-%(version)s.zip']
dependencies = [('Java', '1.8.0_144')]
postinstallcmds = [
'mkdir %(installdir)s/bin',
'mv %(installdir)s/gatk %(installdir)s/bin',
]
modextravars = {
'export GATK_LOCAL_JAR':'%(installdir)s/gatk-package-4.0.3.0-local.jar'
}
sanity_check_paths = {
'files': ['gatk-package-4.0.3.0-local.jar', 'gatk-package-4.0.3.0-spark.jar'],
'dirs': ['bin'],
}
moduleclass = 'bio'
p/pydot/pydot-1.2.4-Py-3.6.eb
0 → 100644
View file @
e57a291c
# IT4Innovations 2018
easyblock = "PythonPackage"
name = 'pydot'
version = '1.2.4'
homepage = 'https://pypi.python.org/pypi/pydot'
description = 'A Python interface to GraphViz and the DOT language.'
toolchain = {'name': 'Py', 'version': '3.6'}
source_urls = [PYPI_SOURCE]
sources = [SOURCE_TAR_GZ]
dependencies = [
('pyparsing', '2.2.0'),
]
sanity_check_paths = {
'files': ['lib/python3.6/site-packages/%(name)s-%(version)s-py3.6.egg'],
'dirs': [],
}
moduleclass = 'python'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment