Skip to content

Commit

Permalink
Merge pull request #4806 from SethosII/kallisto
Browse files Browse the repository at this point in the history
{bio}[foss/2016b] kallisto 0.43.1
  • Loading branch information
boegel authored Jul 4, 2017
2 parents 9789c7d + 62d5494 commit 8b04637
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions easybuild/easyconfigs/k/kallisto/kallisto-0.43.1-foss-2016b.eb
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'

0 comments on commit 8b04637

Please sign in to comment.