-
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.
- Made the fastq filter in src/NugeneMergeFastqFiles.pl optional
- Added eb files for new version
- Loading branch information
1 parent
f39822b
commit 41c43e1
Showing
4 changed files
with
126 additions
and
9 deletions.
There are no files selected for viewing
36 changes: 36 additions & 0 deletions
36
eb/DigitalBarcodeReadgroups-0.1.2-foss-2016a-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': 'foss', 'version': '2016a'} | ||
|
||
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.3' | ||
|
||
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' |
36 changes: 36 additions & 0 deletions
36
eb/DigitalBarcodeReadgroups-0.1.4-foss-2016a-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.4' | ||
|
||
homepage = 'https://github.com/mmterpstra/%s' % (name) | ||
description = """Misc tools""" | ||
|
||
toolchain = {'name': 'foss', 'version': '2016a'} | ||
|
||
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.3' | ||
|
||
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' |
36 changes: 36 additions & 0 deletions
36
eb/DigitalBarcodeReadgroups-0.1.4-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.4' | ||
|
||
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