Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmaurais committed Sep 25, 2024
1 parent 2fbd7a4 commit 95ee8cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/get_mzmls.nf
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ workflow get_mzmls {
// Check that we have exactly 1 MS file extension
directories = spectra_dirs.collect{ it -> "${it}${it[-1] == '/' ? '' : '/' }${spectra_glob}" }.join('\n')
if (extensions.size() == 0) {
error "No files matches fore:\n" + directories +
error "No files matches for:\n" + directories +
"\nPlease choose a file glob that will match raw or mzML files."
}
if (extensions.size() > 1) {
Expand Down

0 comments on commit 95ee8cd

Please sign in to comment.