From 7f132d7d36ce42f6e2549a03157a018402b4da6d Mon Sep 17 00:00:00 2001 From: Karen DRUART <karen.druart@pasteur.fr> Date: Wed, 2 Feb 2022 16:30:51 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5182b9e..57ff771 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This script can be used to extract XML sequences from a subset fasta file OR to It's written in python3 and use basics packages, making it compatible with all operating sytems. ## General information -This script only read xml files from uniprot.org or formatted following *uniprot.xsd* (https://www.uniprot.org/docs/uniprot.xsd). The XML file have to contains minimal information such as: +This script only read XML files from uniprot.org or formatted following *uniprot.xsd* (https://www.uniprot.org/docs/uniprot.xsd). The XML file have to contains minimal information such as: - \<entry dataset="Swiss-Prot" \> **OR** \<entry dataset="TrEMBL" \> - \<accession\> - \<name\> -- GitLab