Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/grantgasser/covid-19-genetic-analysis

Analyzing the gene sequence of covid-19
https://github.com/grantgasser/covid-19-genetic-analysis

bioinformatics covid-19 genetics

Last synced: about 1 month ago
JSON representation

Analyzing the gene sequence of covid-19

Awesome Lists containing this project

README

        

# Covid-19 Genetic Analysis
Analyzing the gene sequence of covid-19.

## Run
### Virtual Environment (recommended)
`conda create myenv python=3.7`
`conda activate myenv`

### Install requirements
`pip install -r requirements.txt`

### Run
`python analysis-covid.py`

## Contribute
For now, just fork and create a new branch. Then submit PR. Maybe will add contributing guidelines.