Skip to content

Commit

Permalink
[refactor] readme warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ChocoParrot committed Sep 12, 2021
1 parent 96aaf28 commit b75c30e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ ORFFinder in Python. Inspired by NCBI's version: https://www.ncbi.nlm.nih.gov/or
### Usage
Import the package

**IMPORTANT: Your DNA/RNA strand should always be from the 5' to 3' direction when input!**
![Transcription direction](https://cdn.kastatic.org/ka-perseus-images/1da89713b9aa8067742244d916749e72561bb3cc.png)
(Image credit: Khan Academy)

```py
from Bio import SeqIO
import orffinder
Expand Down

0 comments on commit b75c30e

Please sign in to comment.