mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Merge branch 'vsearch_usearch_global' of https://github.com/jtangrot/nf-core_modules into vsearch_usearch_global
This commit is contained in:
commit
5f0d75bb37
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ process VSEARCH_USEARCHGLOBAL {
|
||||||
default:
|
default:
|
||||||
outfmt = "--alnout";
|
outfmt = "--alnout";
|
||||||
out_ext = 'aln';
|
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
|
break
|
||||||
}
|
}
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue