*: fix quotations in placeholders (#18972)

This commit is contained in:
Managor
2025-10-22 17:19:14 +03:00
committed by GitHub
parent e529af287f
commit aef7c44a46
36 changed files with 57 additions and 57 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
- Align two or more sequences, custom tabular output format, output to file:
`blastn -query {{query.fa}} -subject {{subject.fa}} -outfmt {{'6 qseqid qlen qstart qend sseqid slen sstart send bitscore evalue pident'}} -out {{output.tsv}}`
`blastn -query {{query.fa}} -subject {{subject.fa}} -outfmt '{{6 qseqid qlen qstart qend sseqid slen sstart send bitscore evalue pident}}' -out {{output.tsv}}`
- Search nucleotide databases using a nucleotide query, 16 threads (CPUs) to use in the BLAST search, with a maximum number of 10 aligned sequences to keep: