-
Notifications
You must be signed in to change notification settings - Fork 720
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4806 from SethosII/kallisto
{bio}[foss/2016b] kallisto 0.43.1
- Loading branch information
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
31 changes: 31 additions & 0 deletions
31
easybuild/easyconfigs/k/kallisto/kallisto-0.43.1-foss-2016b.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,31 @@ | ||
# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild | ||
|
||
easyblock = 'CMakeMake' | ||
|
||
name = 'kallisto' | ||
version = '0.43.1' | ||
|
||
homepage = 'http://pachterlab.github.io/kallisto/' | ||
description = """kallisto is a program for quantifying abundances of transcripts from RNA-Seq data, or more generally | ||
of target sequences using high-throughput sequencing reads.""" | ||
|
||
toolchain = {'name': 'foss', 'version': '2016b'} | ||
toolchainopts = {'pic': True, 'usempi': True} | ||
|
||
source_urls = ['https://github.com/pachterlab/kallisto/archive/'] | ||
sources = ['v%(version)s.tar.gz'] | ||
|
||
checksums = ['7baef1b3b67bcf81dc7c604db2ef30f5520b48d532bf28ec26331cb60ce69400'] | ||
|
||
builddependencies = [('CMake', '3.7.2')] | ||
|
||
dependencies = [('HDF5', '1.8.18')] | ||
|
||
separate_build_dir = True | ||
|
||
sanity_check_paths = { | ||
'files': ['bin/kallisto'], | ||
'dirs': [], | ||
} | ||
|
||
moduleclass = 'bio' |