Skip to content

Commit

Permalink
Add a disclaimer that lightmotif-transfac is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Dec 13, 2023
1 parent 3033d63 commit b23e324
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions lightmotif-transfac/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 🎼🧬 `lightmotif-transfac` [![Star me](https://img.shields.io/github/stars/althonos/lightmotif.svg?style=social&label=Star&maxAge=3600)](https://github.com/althonos/lightmotif/stargazers)
# 🎼🧬 `lightmotif-transfac` [![Star me](https://img.shields.io/github/stars/althonos/lightmotif.svg?style=social&label=Star&maxAge=3600)](https://github.com/althonos/lightmotif/stargazers)

*A TRANSFAC parser implementation for the [`lightmotif`](https://crates.io/crates/lightmotif) crate.*.
*(⚠️ Deprecated) A TRANSFAC parser implementation for the [`lightmotif`](https://crates.io/crates/lightmotif) crate.*

[![Actions](https://img.shields.io/github/actions/workflow/status/althonos/lightmotif/rust.yml?branch=main&logo=github&style=flat-square&maxAge=300)](https://github.com/althonos/lightmotif/actions)
[![Coverage](https://img.shields.io/codecov/c/gh/althonos/lightmotif?logo=codecov&style=flat-square&maxAge=3600)](https://codecov.io/gh/althonos/lightmotif/)
Expand All @@ -12,6 +12,9 @@
[![GitHub issues](https://img.shields.io/github/issues/althonos/lightmotif.svg?style=flat-square&maxAge=600)](https://github.com/althonos/lightmotif/issues)
[![Changelog](https://img.shields.io/badge/keep%20a-changelog-8A0707.svg?maxAge=2678400&style=flat-square)](https://github.com/althonos/lightmotif/blob/master/CHANGELOG.md)

🚨 **The TRANSFAC parser has been merged into the [`lightmotif-io`](https://crates.io/crates/lightmotif-io) crate,
use the [`lightmotif_io::transfac`](https://docs.rs/lightmotif-io/latest/lightmotif_io/transfac) module instead of this crate.** 🚨

## 🗺️ Overview

The [TRANSFAC](https://en.wikipedia.org/wiki/TRANSFAC) database is a collection
Expand Down

0 comments on commit b23e324

Please sign in to comment.