Commit 0c613e5 1 parent 3402df0 commit 0c613e5 Copy full SHA for 0c613e5
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -209,8 +209,8 @@ params {
209
209
arguments_extract_precluster = " --keep-unclassified ${ params.keep_unclassified} --merge-strategy lca"
210
210
arguments_cdhit = " -c ${ params.identity_threshold} -mask rRyYkKsSwWmMbBdDhHvVnN"
211
211
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"
214
214
arguments_vrhyme = ' --mems 50'
215
215
arguments_mash_dist = ' -s 4000 -k 15'
216
216
arguments_network_cluster = " --score ${ params.identity_threshold} "
@@ -263,7 +263,7 @@ params {
263
263
arguments_checkv = ' --remove_tmp'
264
264
arguments_mafft_iterations = ' --auto --adjustdirection'
265
265
arguments_mafft_qc = ' --auto --adjustdirection'
266
- params. arguments_blastn_qc = ' -max_target_seqs 5'
266
+ params. arguments_blastn_qc = ' -max_target_seqs 5'
267
267
arguments_prokka = ' --centre X --compliant --force --kingdom Viruses'
268
268
arguments_mmseqs_search = ' --search-type 4 --rescore-mode 3'
269
269
arguments_quast_qc = null
You can’t perform that action at this time.
0 commit comments