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
- Host: GitHub
- URL: https://github.com/stuntspt/asb-1
- Owner: StuntsPT
- Created: 2020-03-31T22:18:04.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-31T18:51:28.000Z (almost 6 years ago)
- Last Synced: 2025-09-02T01:36:39.227Z (6 months ago)
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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