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

Bakta Refresh #159

Merged
merged 17 commits into from
Feb 16, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixed another typo with bakta command v2
  • Loading branch information
kyleoconnell committed Feb 14, 2024
commit b056b9926d972c27018b5fff49cae0c6d5f0483c
2 changes: 1 addition & 1 deletion modules/nf-core/bakta/bakta/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ process BAKTA {
--output ${fasta_path.getSimpleName()} \
--genus $params.bakta_genus \
--species $params.bakta_species \
--strain $params.bakta_strain
--strain $params.bakta_strain \
--plasmid $params.bakta_plasmid \
--complete $params.bakta_complete \
--prodigal-tf $params.bakta_prodigal_tf \
Expand Down