Department of Bioinformatics and Computational Biology

Home > Public Software > Script of Scripts

Script of Scripts

hidden rowfor table layout
Overview
DescriptionA multi-language environment for both interactive data analysis and batch data processing.
Development Information
GitHub vatlab/SoS
LanguagePython, JavaScript
Current version0.18.4
PlatformsAll platforms
LicenseBSD three-clause
StatusActive
Last updated1/04/2019
References
Citation Bo Peng, Gao Wang, Jun Ma, Man Chong Leong, Chris Wakefield, James Melott, Yulun Chiu, Di Du, John N Weinstein; SoS Notebook: an interactive multi-language data analysis environment, Bioinformatics, Volume 34, Issue 21, 1 November 2018, Pages 3768–3770 
Gao Wang, Bo Peng, “Script of Scripts: a progmatic workflow system for daily computational research”, PLoS Computational Biology 
Help and Support
Contact Bo Peng 

Script of Scripts

Computationally intensive disciplines such as computational biology often require use of a variety of tools implemented in different scripting languages and analysis of large data sets using high-performance computing systems. Although scientific workflow systems can powerfully organize and execute large-scale data-analysis processes, creating and maintaining such workflows usually comes with nontrivial learning curves and engineering overhead, making them cumbersome to use for everyday data exploration and prototyping.

To address these problems, we developed Script of Scripts (SoS), an interactive data-analysis platform and workflow system with a strong emphasis on readability, practicality, and reproducibility in daily computational research. For exploratory analysis, SoS has a multilanguage scripting format that centralizes otherwise-scattered scripts and creates dynamic reports for publication and sharing.

As a polyglot notebook, SoS provides a web-based notebook environment that allows the use of multiple scripting language in a single notebook, with data flowing freely within and across languages.

As a workflow engine, SoS provides an intuitive syntax for creating workflows in process-oriented, outcome-oriented, and mixed styles, as well as a unified interface for executing and managing tasks on a variety of computing platforms with automatic synchronization of files among isolated file systems.

As discussed in our publications, SoS is both an interactive analysis tool and pipeline platform suitable for different stages of method development and data-analysis projects. In particular, SoS can be easily adopted in existing data analysis routines to substantially improve organization, readability, and cross-platform computation management of research projects.

Please check out the following resources for details:

Try SoS on our Live Server