Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

{bio}[dummy/] MiGEC v1.2.8 #6047

Merged
merged 5 commits into from
Mar 21, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
34 changes: 34 additions & 0 deletions easybuild/easyconfigs/m/MiGEC/MiGEC-1.2.8-Java-1.8.0_162.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# This file is an EasyBuild reciPY as per https://easybuilders.github.io/easybuild/
# Author: Pablo Escobar Lopez
# sciCORE - University of Basel
# SIB Swiss Institute of Bioinformatics

easyblock = 'Tarball'

name = 'MiGEC'
version = '1.2.8'
versionsuffix = '-Java-%(javaver)s'

homepage = 'https://milaboratory.com/software/migec/'
description = """ MIGEC is a software pipeline that facilitates processing and analysis of
immune repertoire sequencing data generated using molecular barcoding technique"""

toolchain = {'name': 'dummy', 'version': ''}

source_urls = ['https://github.com/mikessh/migec/releases/download/%(version)s/']
sources = ['%(namelower)s-%(version)s.zip']
checksums = ['292001bafc39002ab126a2557ed67e6e6dc8eea16df89c625e89affeca358e41']

dependencies = [('Java', '1.8.0_162')]

sanity_check_paths = {
'files': ['migec', 'migec-%(version)s.jar'],
'dirs': []
}

# add install dir to PATH
modextrapaths = {
'PATH': ''
}

moduleclass = 'bio'