-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed src/NugeneMergeFastqFiles.pl added new eb file for version 0.1.2
- Loading branch information
1 parent
fbb64c1
commit 63dcd19
Showing
2 changed files
with
37 additions
and
1 deletion.
There are no files selected for viewing
36 changes: 36 additions & 0 deletions
36
eb/DigitalBarcodeReadgroups-0.1.2-goolf-1.7.20-Perl-5.20.2-bare.eb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
easyblock = 'Tarball' | ||
|
||
name = 'DigitalBarcodeReadgroups' | ||
version = '0.1.2' | ||
|
||
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' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters