Skip to content

Commit

Permalink
Merge pull request #6047 from pescobar/20180320142257_new_pr_MiGEC128
Browse files Browse the repository at this point in the history
{bio}[dummy/] MiGEC v1.2.8
  • Loading branch information
boegel committed Mar 21, 2018
2 parents ae82c9d + 75b32b5 commit 79a77f6
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions easybuild/easyconfigs/m/MiGEC/MiGEC-1.2.8-Java-1.8.0_162.eb
@@ -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'

0 comments on commit 79a77f6

Please sign in to comment.