Skip to content

Commit 459459d

Browse files
committed
add-badge
1 parent 7fc4ccf commit 459459d

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
https://anaconda.org/bioconda/dadaist2/badges/version.svg)](https://bioconda.github.io/recipes/dadaist2/README.html)
88
[![Conda](https://anaconda.org/bioconda/dadaist2/badges/downloads.svg)](https://bioconda.github.io/recipes/dadaist2/README.html)
99
[![Build Status](https://www.travis-ci.com/quadram-institute-bioscience/dadaist2.svg?branch=master)](https://www.travis-ci.com/quadram-institute-bioscience/dadaist2)
10+
[![Dadaist-CI](https://github.com/quadram-institute-bioscience/dadaist2/actions/workflows/blank.yml/badge.svg)](https://github.com/quadram-institute-bioscience/dadaist2/actions/workflows/blank.yml)
1011

1112
Standalone wrapper for [DADA2](https://benjjneb.github.io/dada2/index.html) package, to quickly generate a feature table and a
1213
set of representative sequences from a folder with Paired End Illumina reads.

docs/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
[![version](https://img.shields.io/conda/v/bioconda/dadaist2?label=bioconda)](https://bioconda.github.io/recipes/dadaist2/README.html)
1010
[![Conda](https://img.shields.io/conda/dn/bioconda/dadaist2)](https://bioconda.github.io/recipes/dadaist2/README.html)
1111
[![Build Status](https://www.travis-ci.com/quadram-institute-bioscience/dadaist2.svg?branch=master)](https://www.travis-ci.com/quadram-institute-bioscience/dadaist2)
12+
[![Dadaist-CI](https://github.com/quadram-institute-bioscience/dadaist2/actions/workflows/blank.yml/badge.svg)](https://github.com/quadram-institute-bioscience/dadaist2/actions/workflows/blank.yml)
1213

1314

1415
Standalone wrapper for [DADA2](https://benjjneb.github.io/dada2/index.html) package, to quickly generate a feature table and a

docs/notes/6_Rscripts.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,13 @@ The manual R workflow [is available here](plot.html), while the Dadaist2 script
3232

3333
The two workflow produce identical PhyloSeq objects and identical plots.
3434

35-
<img src="img/r-taxa.png">
35+
36+
<img src="../img/r-taxa.png">
37+
3638
Taxonomy barplots (manually generated from R, _left_, and automatically generated, _right_)
3739

38-
<img src="img/r-bubble.png">
40+
41+
<img src="../img/r-bubble.png">
42+
3943
Taxonomy bubble plots (manually generated from R, _left_, and automatically generated, _right_)
4044

0 commit comments

Comments
 (0)