Skip to content

Commit

Permalink
📝 Update accordingly to pull request tseemann#219
Browse files Browse the repository at this point in the history
  • Loading branch information
rdenise committed Jan 4, 2022
1 parent d727974 commit 20fab33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ viral genomes quickly and produce standards-compliant output files.
If you use [Conda](https://conda.io/docs/install/quick.html)
you can use the [Bioconda channel](https://bioconda.github.io/):
```
conda install -c conda-forge -c bioconda -c defaults prokka
conda install -c conda-forge -c rdenise -c defaults prokka
```

### Brew
Expand Down Expand Up @@ -229,6 +229,7 @@ $HOME/prokka/bin/prokka --setupdb
--proteins [X] Fasta file of trusted proteins to first annotate from (default '')
--hmms [X] Trusted HMM to first annotate from (default '')
--metagenome Improve gene predictions for highly fragmented genomes (default OFF)
--partialgenes Allow genes to run off edges, yielding incomplete genes (no closed ends option in prodigal) (default OFF)
--rawproduct Do not clean up /product annotation (default OFF)
Computation:
--fast Fast mode - skip CDS /product searching (default OFF)
Expand Down

0 comments on commit 20fab33

Please sign in to comment.