Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Co-authored-by: Guoying Qi <[email protected]>
  • Loading branch information
muffato and gq1 committed May 23, 2024
1 parent b0e4e57 commit 9b1ecc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subworkflows/local/busco_diamond_blastp.nf
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand Down

0 comments on commit 9b1ecc3

Please sign in to comment.