Skip to content

Commit 0c613e5

Browse files
committed
removing s argument in msmeqs cluster
1 parent 3402df0 commit 0c613e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nextflow.config

+3-3
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,8 @@ params {
209209
arguments_extract_precluster = "--keep-unclassified ${params.keep_unclassified} --merge-strategy lca"
210210
arguments_cdhit = "-c ${params.identity_threshold} -mask rRyYkKsSwWmMbBdDhHvVnN"
211211
arguments_vsearch = "--maxseqlength ${params.max_contig_size} --id ${params.identity_threshold} --strand both --iddef 0 --no_progress --qmask none"
212-
arguments_mmseqs_linclust = "--min-seq-id ${params.identity_threshold} -c 0.700 --cov-mode 2 -s 7 --cluster-mode 0"
213-
arguments_mmseqs_cluster = "--min-seq-id ${params.identity_threshold} -c 0.700 --cov-mode 2 -s 7 --cluster-mode 0"
212+
arguments_mmseqs_linclust = "--min-seq-id ${params.identity_threshold} -c 0.700 --cov-mode 2 --cluster-mode 0"
213+
arguments_mmseqs_cluster = "--min-seq-id ${params.identity_threshold} -c 0.700 --cov-mode 2 --cluster-mode 0"
214214
arguments_vrhyme = '--mems 50'
215215
arguments_mash_dist = '-s 4000 -k 15'
216216
arguments_network_cluster = "--score ${params.identity_threshold}"
@@ -263,7 +263,7 @@ params {
263263
arguments_checkv = '--remove_tmp'
264264
arguments_mafft_iterations = '--auto --adjustdirection'
265265
arguments_mafft_qc = '--auto --adjustdirection'
266-
params.arguments_blastn_qc = '-max_target_seqs 5'
266+
params.arguments_blastn_qc = '-max_target_seqs 5'
267267
arguments_prokka = '--centre X --compliant --force --kingdom Viruses'
268268
arguments_mmseqs_search = '--search-type 4 --rescore-mode 3'
269269
arguments_quast_qc = null

0 commit comments

Comments
 (0)