Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
J-E-J-S committed Apr 11, 2021
1 parent 9490c1e commit f85afb7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
## Get-Uniprot: A Simple Python CLI for Grabbing Protein Sequences. 🧬

### Prerequisites:
![](/assets/get-uniprot.gif)

### Prerequisites:
- Python >=3.6

### Quickstart:
### Quickstart:
```
pip install get-uniprot
pip install get-uniprot
```
### Usage:
### Usage:
```
Usage: uniprot [OPTIONS]
Expand All @@ -19,7 +21,7 @@ Options:
```
e.g.
```
uniprot -q eEF1A -o 'S. cerevisiae' -f
uniprot -q eEF1A -o 'S. cerevisiae' -f
```
### Output:
Command will output sequence to the shell and create a .fasta file in the current directory if -f supplied.
Command will output sequence to the shell and create a .fasta file in the current directory if -f supplied.
Binary file added assets/get-uniprot.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f85afb7

Please sign in to comment.