mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 02:58:17 +00:00
Update modules/vsearch/usearchglobal/main.nf
Co-authored-by: Daniel Straub <42973691+d4straub@users.noreply.github.com>
This commit is contained in:
parent
2e16c90fce
commit
69e00b55d3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue