Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/grantgasser/covid-19-genetic-analysis
- Owner: grantgasser
- Created: 2020-03-20T06:15:18.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T03:52:59.000Z (about 2 years ago)
- Last Synced: 2024-10-28T17:00:00.436Z (3 months ago)
- Topics: bioinformatics, covid-19, genetics
- Language: Python
- Size: 75.2 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.