Skip to content

Commit

Permalink
Add eb files for this and old release
Browse files Browse the repository at this point in the history
  • Loading branch information
mmterpstra committed Dec 17, 2015
1 parent 1280a8b commit fbb64c1
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies = [

sanity_check_paths = {
'files': [ 'src/NugeneDigitalSplitter.pl', 'src/NugeneMergeFastqFiles.pl' ],
'dirs': [ 'eb/', 'src/' ],
'dirs': [ 'src/' ],
}

moduleclass = 'bio'
36 changes: 36 additions & 0 deletions eb/DigitalBarcodeReadgroups-0.1.1-goolf-1.7.20-Perl-5.20.2-bare.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
easyblock = 'Tarball'

name = 'DigitalBarcodeReadgroups'
version = '0.1.1'

homepage = 'https://github.com/mmterpstra/%s' % (name)
description = """Misc tools"""

toolchain = {'name': 'goolf', 'version': '1.7.20'}

source_urls = [('https://github.com/mmterpstra/%s/archive/' % (name) )]
sources = [ '%s.tar.gz' % version ]

perl = 'Perl'
perlver = '5.20.2'
perlversuffix = '-bare'
versionsuffix = '-%s-%s%s' % (perl, perlver, perlversuffix)

samtools='SAMtools'
samtoolsver='1.2'

dependencies = [
(perl, perlver, perlversuffix),
(samtools, samtoolsver),
]

#
# Check if all binaries are present.
#

sanity_check_paths = {
'files': [ 'src/NugeneDigitalSplitter.pl', 'src/NugeneMergeFastqFiles.pl' ],
'dirs': [ 'src/' ],
}

moduleclass = 'bio'

0 comments on commit fbb64c1

Please sign in to comment.