diff --git a/eb/DigitalBarcodeReadgroups-0.1.0-goolf-1.7.20-Perl-5.20.2-bare.eb b/eb/DigitalBarcodeReadgroups-0.1.0-goolf-1.7.20-Perl-5.20.2-bare.eb index ccde204..3308fc1 100644 --- a/eb/DigitalBarcodeReadgroups-0.1.0-goolf-1.7.20-Perl-5.20.2-bare.eb +++ b/eb/DigitalBarcodeReadgroups-0.1.0-goolf-1.7.20-Perl-5.20.2-bare.eb @@ -30,7 +30,7 @@ dependencies = [ sanity_check_paths = { 'files': [ 'src/NugeneDigitalSplitter.pl', 'src/NugeneMergeFastqFiles.pl' ], - 'dirs': [ 'eb/', 'src/' ], + 'dirs': [ 'src/' ], } moduleclass = 'bio' diff --git a/eb/DigitalBarcodeReadgroups-0.1.1-goolf-1.7.20-Perl-5.20.2-bare.eb b/eb/DigitalBarcodeReadgroups-0.1.1-goolf-1.7.20-Perl-5.20.2-bare.eb new file mode 100644 index 0000000..21c9bb5 --- /dev/null +++ b/eb/DigitalBarcodeReadgroups-0.1.1-goolf-1.7.20-Perl-5.20.2-bare.eb @@ -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'