Skip to content

Commit 158fc77

Browse files
committed
add missing "
1 parent 022a6a0 commit 158fc77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf/modules.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -1540,7 +1540,7 @@ process {
15401540

15411541
withName: MMSEQS_EASYSEARCH {
15421542
ext.args = [
1543-
'--format-output query,target,theader,fident,qlen,tlen,alnlen,mismatch,gapopen,qstart,qend,tstart,tend,evalue,bits"',
1543+
'--format-output "query,target,theader,fident,qlen,tlen,alnlen,mismatch,gapopen,qstart,qend,tstart,tend,evalue,bits"',
15441544
params.arguments_mmseqs_search?: ''
15451545
].join(' ').trim()
15461546
publishDir = [

0 commit comments

Comments
 (0)