This project was bootstrapped with Create React App.
The project is running with the following requirements. Lower versions might work, but are not tested
- Node: v16.13.0
- npm: 8.1.3
- python: 3.7.4
- java: Java(TM) SE Runtime Environment (build 14.0.1+7)
- Go to project folder
- Run setup.sh to install all npm and python packages
bash setup.sh
- Activate virtual environment
source env/bin/activate
- Run development version of evidente
npm run evidente
- Open http://localhost:3000 to view it in the browser.
- Go to project folder
- Create virtual environment
python3 -m venv env
- Activate virtual environment
source env/bin/activate
- Install python dependencies
pip install -r requirements.txt
- Install server package (setup.py)
pip install .
- Install npm packages
npm install
- Build deployment version of code
npm run build
- Run server
npm run server
- Access deployed version at http://localhost:5000/
Extract of the Toy Example with seven taxa. This example is used to initialize Evidente.
From Schuenemann et al (2018, Publication). The study analyzed over 169 taxa of different species around the globe and identified 3155 SNPs. It provides a metadata file with the location and date of extraction of the samples.
From Arora et al (2016, Publication). The study analyzed around 120 samples of different strains of the T. pallidum collected around the globe. It analyzed their antibiotic resistance and it was able to identified a correlation between the presence of SNP 235204 and a resistance to the antibiotic macrolide.
Contains a list of contents of the evidente2 repository including all files relevant during the extension of evidente2.0 together with a short description.
To get more information on the module CLASSICO visit its repository