Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run Prokka with reference annotation #34

Closed
lisa-mariebarf opened this issue Dec 13, 2021 · 4 comments · Fixed by #36
Closed

Run Prokka with reference annotation #34

lisa-mariebarf opened this issue Dec 13, 2021 · 4 comments · Fixed by #36
Assignees
Labels
enhancement New feature or request

Comments

@lisa-mariebarf
Copy link
Contributor

Add the possibility to run Prokka with good quality reference genomes to ensure gene naming is consistent.
prokka --proteins *.gbk

@klamkiew klamkiew self-assigned this Dec 13, 2021
@klamkiew klamkiew added the enhancement New feature or request label Dec 13, 2021
@klamkiew
Copy link
Collaborator

but is *.gbk correct? To me, it looks like prokka only expects one input file with this option and then uses this for the initial annotation? The wildcard looks like several gbk are valid?

@lisa-mariebarf
Copy link
Contributor Author

You are right, only one fasta file is expected as the argument for the --proteins option
--proteins [X] Fasta file of trusted proteins to first annotate from (default '')

@hoelzer
Copy link
Contributor

hoelzer commented Jan 31, 2022

We (Charlotte) just recently run this and I think she provided a gbk file from NCBI.

@hoelzer
Copy link
Contributor

hoelzer commented Mar 4, 2022

 prokka --proteins <ref.gb> --outdir <folder> --prefix <prefix> <.fasta file>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants