Update modules/vsearch/usearchglobal/main.nf

Co-authored-by: Daniel Straub <42973691+d4straub@users.noreply.github.com>
This commit is contained in:
Jeanette Tångrot 2022-05-30 13:03:45 +02:00 committed by GitHub
parent 2e16c90fce
commit 69e00b55d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,7 +47,7 @@ process VSEARCH_USEARCHGLOBAL {
default:
outfmt = "--alnout";
out_ext = 'aln';
log.warn("Unknown output file format provided (${outoption}): selectingpairwise alignments (alnout)");
log.warn("Unknown output file format provided (${outoption}): selecting pairwise alignments (alnout)");
break
}
"""