Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/etowahadams/aedes_aegypti_brackish_tolerance
Code to reproduce analysis
https://github.com/etowahadams/aedes_aegypti_brackish_tolerance
Last synced: about 2 months ago
JSON representation
Code to reproduce analysis
- Host: GitHub
- URL: https://github.com/etowahadams/aedes_aegypti_brackish_tolerance
- Owner: etowahadams
- License: mit
- Created: 2023-12-07T21:27:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-25T21:11:03.000Z (10 months ago)
- Last Synced: 2024-10-18T17:26:52.718Z (3 months ago)
- Language: F*
- Size: 11.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Exploring the Genetic Basis of Brackish Water Tolerance in Aedes aegypti
Code to reproduce figures and analysis# Environment setup
```
# download and navigate to the folder
git clone https://github.com/etowahadams/aedes_aegypti_brackish_tolerance.git
cd aedes_aegypti_brackish_tolerance# install the python dependencies
conda env create -f environment.yml
conda activate aedes_aegypti_brackish_tolerance
```Then start running the notebooks in `./notebooks`!