Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TW8 authored Apr 16, 2020
1 parent 4259b30 commit cf68bad
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ This is used for a students project, a reproducible workflow for predicting smal

######################################################################################################

### Prodigal v2.6.3
### Prodigal(Small) v2.6.3


Fast, reliable protein-coding gene prediction for prokaryotic genomes.

```bash
prodigal -i my.genome.fna -o my.genes -a my.proteins.faa
prodigal -i my.metagenome.fna -o my.genes -a my.proteins.faa -p meta
prodigal -h
prodigalsmall -i my.genome.fna -o my.genes -a my.proteins.faa
prodigalsmall -i my.metagenome.fna -o my.genes -a my.proteins.faa -p meta
prodigalsmall -h
```

### New in 2.6.3 (February 2016)
Expand All @@ -33,7 +33,7 @@ $ make install
To see a complete list of options:

```bash
$ prodigal -h
$ prodigalsmall -h
```

### Features
Expand Down

0 comments on commit cf68bad

Please sign in to comment.