Skip to content

Commit 42c9ed9

Browse files
committed
replace logo and add in quick gif
1 parent a045312 commit 42c9ed9

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

README.Rmd

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ output: github_document
66
knitr::opts_chunk$set(echo = TRUE)
77
```
88

9-
# microhaplot <img src="man/figures/microhaplot-sticker.png" align="right" width="200"/>
9+
# microhaplot <img src="https://i.ibb.co/68M0tpT/microhaplot-logo.png" align="right" width="200"/>
1010

1111
<!-- badges: start -->
1212
[![CRAN status](https://www.r-pkg.org/badges/version/microhaplot)](https://CRAN.R-project.org/package=microhaplot)
@@ -36,7 +36,10 @@ simple read-depth based filtering criteria, and curate the loci. microhaplot is
3636
and quality control of haplotypes generated from library runs. Plot summaries include read depth, fraction of callable haplotypes, Hardy-Weinberg
3737
equilibrium plots, and more.
3838

39-
39+
40+
<center><img src="https://i.ibb.co/F5JtHj1/microhaplot-demo-1.gif" align="center" width="500"/></center>
41+
42+
4043
See the **Example Data** section to learn about how to run each of these steps on the example data that are provided
4144
with the package.
4245

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# microhaplot <img src="man/figures/microhaplot-sticker.png" align="right" width="200"/>
2+
# microhaplot <img src="https://i.ibb.co/68M0tpT/microhaplot-logo.png" align="right" width="200"/>
33

44
<!-- badges: start -->
55

@@ -41,6 +41,12 @@ workflow:
4141
library runs. Plot summaries include read depth, fraction of
4242
callable haplotypes, Hardy-Weinberg equilibrium plots, and more.
4343

44+
<center>
45+
46+
<img src="https://i.ibb.co/F5JtHj1/microhaplot-demo-1.gif" align="center" width="500"/>
47+
48+
</center>
49+
4450
See the **Example Data** section to learn about how to run each of these
4551
steps on the example data that are provided with the package.
4652

0 commit comments

Comments
 (0)