Ontology highlight
ABSTRACT: Motivation
The Unix 'make' program is widely used in bioinformatics pipelines, but suffers from problems that limit its application to large analysis datasets. These include reliance on file modification times to determine whether a target is stale, lack of support for parallel execution on clusters, and restricted flexibility to extend the underlying logic program.Results
We present BioMake, a make-like utility that is compatible with most features of GNU Make and adds support for popular cluster-based job-queue engines, MD5 signatures as an alternative to timestamps, and logic programming extensions in Prolog.Availability and implementation
BioMake is available for MacOSX and Linux systems from https://github.com/evoldoers/biomake under the BSD3 license. The only dependency is SWI-Prolog (version 7), available from http://www.swi-prolog.org/.Contact
ihholmes?+?biomake@gmail.com or cmungall?+?biomake@gmail.com.Supplementary information
Feature table comparing BioMake to similar tools. Supplementary data are available at Bioinformatics online.
SUBMITTER: Holmes IH
PROVIDER: S-EPMC5860158 | biostudies-literature | 2017 Nov
REPOSITORIES: biostudies-literature
Holmes Ian H IH Mungall Christopher J CJ
Bioinformatics (Oxford, England) 20171101 21
<h4>Motivation</h4>The Unix 'make' program is widely used in bioinformatics pipelines, but suffers from problems that limit its application to large analysis datasets. These include reliance on file modification times to determine whether a target is stale, lack of support for parallel execution on clusters, and restricted flexibility to extend the underlying logic program.<h4>Results</h4>We present BioMake, a make-like utility that is compatible with most features of GNU Make and adds support f ...[more]