This script can be used to extract XML sequences from a subset fasta file OR to extract XML sequences and build a fasta file from a list of accessions ids. <br>
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:
The -o is optionnal, the name of the fasta file (in the first case) or the name of the accession list (in the second case) will be used as output name.
***
## Improvements
If you have some suggestions, please contact me by email or use the git interface adding issue.