Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
tags:
- "v*"
release:
types: [published]
workflow_dispatch:

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ It is designed for reproducible genomic plots in scripts, notebooks, Quarto docs
Use it when you want compact tracks for BigWig-like signals, BED/narrowPeak intervals, links, genes, and optional matrix/QuantNado data.

<p align="center">
<img src="docs/images/Logo.jpeg" alt="PlotNado logo" width="220">
<img src="https://raw.githubusercontent.com/alsmith151/plotnado/main/docs/images/Logo.jpeg" alt="PlotNado logo" width="220">
</p>

<p align="center">
Expand Down
Loading