Skip to content

Commit

Permalink
readme updates [ci skip][skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
brettbj committed Oct 10, 2016
1 parent 403cfa2 commit a99f1e3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ This repository presents Continuous Analysis, a process demonstrating computatio

We encourage additions and improvements, please create an issue or better yet, implement it and create a pull request. Please let us know if you run into any difficulty implementing continuous analysis on your own.

This repository uses a test run of [Kallisto](https://github.com/pachterlab/kallisto) as an example. The figures below are re-generated with each commit. We also use this process with [Denoising Autoencoders for Phenotype Stratification](https://github.com/greenelab/DAPS)
This repository uses a test run of [Kallisto](https://github.com/pachterlab/kallisto) as an example. The figures below are re-generated with each commit. We also use this process with [Denoising Autoencoders for Phenotype Stratification](https://github.com/greenelab/DAPS). Additional examples include:

* [RNA-seq Analysis](https://github.com/greenelab/continuous_analysis_rnaseq)
* [Phylogenetic Tree Building] (https://github.com/greenelab/continuous_analysis_phylo)
* [Microarray Differential Expression Analysis - example from Continuous Analysis Paper](https://github.com/greenelab/continuous_analysis_brainarray)

<img src=https://github.com/greenelab/continuous_analysis/blob/master/drone/output/fig1.png?raw=true" alt="Drawing" style="width: 600px;"/>
<img src=https://github.com/greenelab/continuous_analysis/blob/master/drone/output/fig2.png?raw=true" alt="Drawing" style="width: 300px;"/><img src=https://github.com/greenelab/continuous_analysis/blob/master/drone/output/fig3.png?raw=true" alt="Drawing" style="width: 300px;"/>
Expand All @@ -27,7 +31,7 @@ Using a full service continuous integration service requires the least set up ti

### .drone.yml Example Configuration

Each of the local and cloud implementations uses a common .drone.yml format. See [here](https://github.com/greenelab/continuous_analysis/blob/master/.drone.yml) for a full example.
Each of the local and cloud implementations uses a common .drone.yml format. See [here](https://github.com/greenelab/continuous_analysis/blob/master/.drone.yml) for a full example.

~~~
# choose the base docker image
Expand Down

0 comments on commit a99f1e3

Please sign in to comment.