An open API service indexing awesome lists of open source software.

https://github.com/stuntspt/asb-1

This repository is to host the homework of the curricular unit ASB (Análise de Sequências Biológicas) of my Bioinformatics degree
https://github.com/stuntspt/asb-1

Last synced: 14 days ago
JSON representation

This repository is to host the homework of the curricular unit ASB (Análise de Sequências Biológicas) of my Bioinformatics degree

Awesome Lists containing this project

README

          

# What is this?
This is a repository for the homeworks of the curricular unit ASB (Análise de Sequências Biológicas) of my Bioinformatics degree.

# 1st Homework
The first homework consisted in writing a small script to retrieve sequences that:
- Uses the Entrez API
- Allows the user to choose which database to query
- Allows the user to pass a search term
- Takes user input as command line arguments
- Uses the "history" API feature
- The result has to be in FASTA format and sent to STDOUT