Skip to content

Commit

Permalink
Merge pull request #98 from Daniel-VM/dev
Browse files Browse the repository at this point in the history
dummy change to update github test #97
  • Loading branch information
Daniel-VM authored Oct 23, 2023
2 parents 3f6d59b + 235d377 commit c005ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subworkflows/local/bakta_dbdownload_run.nf
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ workflow BAKTA_DBDOWNLOAD_RUN {
ch_versions = ch_versions.mix(BAKTA_BAKTADBDOWNLOAD.out.versions)

} else if (!ch_path_baktadb && !val_baktadb_download ){
exit 1, "The Bakta database argument is missing. To enable the workflow to access the Bakta database, please include the path using '--baktadb' or use '--bakdtadb_download true' to download the Bakta database."
exit 1, "The Bakta database argument is missing. To enable the workflow to access the Bakta database, please include the path using '--baktadb' or use '--bakdtadb_download true' to download the Bakta database."
}

//
Expand Down

0 comments on commit c005ee3

Please sign in to comment.