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

merge bakta module fixes into dev #163

Merged
merged 18 commits into from
Feb 20, 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 assets for bakta
  • Loading branch information
kyleoconnell committed Feb 16, 2024
commit 17e9ca261135e16a4e3b8f1e594b179c3e476237
2 changes: 2 additions & 0 deletions modules/local/general_util/validate_params/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ process VALIDATE_PARAMS {

// check bakta specific params
if ( params.bakta == true ) {
assert params.fasta_path
assert params.meta_path
if ( params.bakta_db_path instanceof String == false ) {
throw new Exception("Value must be of string type: $value used for $key parameter")
}
Expand Down