-
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.
added N extention to UMI if too short with option -l for UmiAwareMark…
…DuplicatesWithMateCigar
- Loading branch information
1 parent
f235486
commit 1e5fa92
Showing
2 changed files
with
43 additions
and
3 deletions.
There are no files selected for viewing
36 changes: 36 additions & 0 deletions
36
eb/DigitalBarcodeReadgroups-0.1.10-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.10' | ||
|
||
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' |
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