diff --git a/subworkflows/local/busco_diamond_blastp.nf b/subworkflows/local/busco_diamond_blastp.nf index bd50a37a..59c65a24 100644 --- a/subworkflows/local/busco_diamond_blastp.nf +++ b/subworkflows/local/busco_diamond_blastp.nf @@ -113,7 +113,7 @@ workflow BUSCO_DIAMOND { | filter { it[1].size() > 140 } | set { ch_busco_genes } - // Hardocded to match the format expected by blobtools + // Hardcoded to match the format expected by blobtools def outext = 'txt' def cols = 'qseqid staxids bitscore qseqid sseqid pident length mismatch gapopen qstart qend sstart send evalue bitscore' DIAMOND_BLASTP ( ch_busco_genes, blastp, outext, cols )