From f7d89ca7371b280d67e085062702a7e1e6ce046c Mon Sep 17 00:00:00 2001 From: ChocoParrot Date: Mon, 13 Sep 2021 08:20:04 +0800 Subject: [PATCH] [refactor] introduction --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6c4e9e2..31f4fcf 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ # ORFFinder ORFFinder in Python. Inspired by NCBI's version: https://www.ncbi.nlm.nih.gov/orffinder/ +Finds the open reading frame (6-frame scan) on a given 5' to 3' nucleotide. + ### Installation: `pip3 install orffinder`