Skip to content

Commit

Permalink
Merge pull request #3097 from pescobar/20160523155755_new_pr_SeqPrep12
Browse files Browse the repository at this point in the history
  • Loading branch information
boegel committed May 23, 2016
2 parents 952599d + bdc7dfd commit 8b7279c
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions easybuild/easyconfigs/s/SeqPrep/SeqPrep-1.2-goolf-1.7.20.eb
@@ -0,0 +1,32 @@
# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
# Author: Pablo Escobar Lopez
# sciCORE - University of Basel
# SIB Swiss Institute of Bioinformatics

easyblock = 'MakeCp'

name = 'SeqPrep'
version = '1.2'

homepage = 'https://github.com/jstjohn/SeqPrep'
description = """Tool for stripping adaptors and/or merging paired reads with overlap into single reads."""

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

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

dependencies = [
('zlib', '1.2.8'),
]

files_to_copy = [(['SeqPrep'], 'bin'), ]

parallel = 1

sanity_check_paths = {
'files': ['bin/SeqPrep'],
'dirs': [],
}

moduleclass = 'bio'

0 comments on commit 8b7279c

Please sign in to comment.