Skip to content

Commit

Permalink
fix grammar error
Browse files Browse the repository at this point in the history
Co-authored-by: James A. Fellows Yates <[email protected]>
  • Loading branch information
gregorysprenger and jfy133 authored Sep 28, 2023
1 parent d9e7cc8 commit 7f054c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/kraken2_db_preparation.nf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ process KRAKEN2_DB_PREPARATION {
ln -sr ${db} database
fi
# Make sure {hash,opts,taxo}.k2d are found in direcotry input
# Make sure {hash,opts,taxo}.k2d are found in directory input
if [[ \$(find database/ -name "*.k2d" | wc -l) -lt 3 ]]; then
error "ERROR: Kraken2 requires '{hash,opts,taxo}.k2d' files."
fi
Expand Down

0 comments on commit 7f054c6

Please sign in to comment.