Sign inSign up

stjudecloud/bioinformatics-base

By stjudecloud

Updated almost 7 years ago

A base image containing versioned sets of tools used in St. Jude Cloud bioinformatics pipelines.

Image
3

100K+

stjudecloud/bioinformatics-base repository overview

Workflows

This repository contains all bioinformatics workflows used on the St. Jude Cloud project. Officially, the repository is in beta — the project is adding workflows as they are developed and put into production.

Getting Started

At the time of writing, all workflows are written in WDL and are tested using Cromwell. Although we do not test outside of Cromwell, we expect that the workflows will work just as well using other runners.

The easiest way to get started is to install bioconda and the run the following commands:

conda create -n workflows-dev -c conda-forge cromwell==47 -y
conda activate workflows-dev
git clone [email protected]:stjudecloud/workflows.git
cd workflows

Any of the workflows in the workflows folder is a good place to start, e.g.

cromwell run workflows/reference/bootstrap-reference.wdl --inputs workflows/reference/inputs.json

Repository Structure

The repository is laid out as follows:

  • conf - Cromwell configuration files created for various environments that we use across our team. Feel free to use/fork/suggest improvements.
  • docker - Dockerfiles used in our workflows. All docker images are published to Docker Hub.
  • tools - All tools we have wrapped as individual WDL tasks.
  • workflows - Directory containing all end-to-end bioinformatics workflows.

Workflows Available

The current workflows exist in this repo with the following statuses:

NameVersionDescriptionSpecificationWorkflowStatus
Build Referencesv2.0.0 (beta)Build reference files used in harmonization pipelines.NoneWorkflowIn Development
Standard RNA-Seqv2.0.0 (beta)Standard RNA-Seq harmonization pipeline.SpecificationWorkflowIn Development

Tests

Given that this repo is still new, there are no tests. When we add tests, we will update the README.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

When versioned, workflows will be versioned according to the SemVer guidelines. For now, we do not guarantee that all workflows will have an associated version.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Tag summary

Content type

Image

Digest

Size

1007.6 MB

Last updated

almost 7 years ago

docker pull stjudecloud/bioinformatics-base:bleeding-edge