A repository for the first Homework of "Análise e Sequencias Biologicas"
python main.py -db «database» -q «query» -o «output»
python main.py --database «database» --query «query» --output «output»
A non-interactive Python script to retrieve sequences that takes user input database and search query. It uses the history EntrezAPI's feature and the output is in FASTA format and written to STDOUT.
Facilitate the process of NCBI's api handling
Python Standard Libraries
1. Input Argument Parsing
2. Esearch (NCBI database search)
3. Esearch output Parsing (XML file)
4. Efetch (Gets the corresponding sequences)
5. Main function (Coordenates everything)