From 466668a6dd3474ea3ba62bb662dac2af9802f8bc Mon Sep 17 00:00:00 2001 From: Blaise Li <blaise.li__git@nsup.org> Date: Tue, 18 Jun 2024 14:31:28 +0200 Subject: [PATCH] Fix backslash. --- source/Input_Output.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/Input_Output.rst b/source/Input_Output.rst index c6c79cc..8f561f7 100644 --- a/source/Input_Output.rst +++ b/source/Input_Output.rst @@ -89,10 +89,10 @@ Exercise We ran a blast with the following command *blastall -p blastp -d uniprot_sprot -i query_seq.fasta -e 1e-05 -m 8 -o blast2.txt* --m 8 is the tabular output. So each fields is separate to the following by a '\t' +-m 8 is the tabular output. So each fields is separated from the following by a '\\t' The fields are: query id, database sequence (subject) id, percent identity, alignment length, number of mismatches, number of gap openings, -query start, query end, subject start, subject end, Expect value, HSP bit score. +query start, query end, subject start, subject end, Expect value, HSP bit score. :download:`blast2.txt <_static/data/blast2.txt>` . -- GitLab