Skip to content

Commit

Permalink
[refactor] readme changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ChocoParrot committed Sep 13, 2021
1 parent decd126 commit 3d7bbb9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@ Finds the open reading frame (6-frame scan) on a given 5' to 3' nucleotide.
### Installation:
`pip3 install orffinder`

### Usage
### Terminal Usage
Two command-line executable commands are available: `orffinder-to-gtf` `orffinder-to-sequence`.

Documentation for these commands can be retrieved by specifying `<command> -h`.

### API Usage
Import the package

**IMPORTANT: Your DNA/RNA strand should always be from the 5' to 3' direction when input!**
Expand Down

0 comments on commit 3d7bbb9

Please sign in to comment.