Merge branch 'vsearch_usearch_global' of https://github.com/jtangrot/nf-core_modules into vsearch_usearch_global

This commit is contained in:
jtangrot 2022-05-30 13:05:00 +02:00
commit 5f0d75bb37

View file

@ -46,7 +46,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
}
"""