Skip to content

DoloKra/Evidente2.0

This branch is 44 commits ahead of, 13 commits behind Integrative-Transcriptomics/Evidente2.0:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Aug 27, 2023
e75ee16 · Aug 27, 2023
Jul 28, 2022
Nov 21, 2022
Oct 28, 2021
Sep 2, 2022
Aug 27, 2023
Aug 27, 2023
Aug 24, 2020
Aug 27, 2023
May 5, 2020
Apr 16, 2020
Dec 14, 2021
Jul 28, 2022
Aug 30, 2021
Aug 27, 2023
Oct 27, 2022
Nov 25, 2021
Sep 2, 2022
Nov 25, 2021
Aug 27, 2023

Repository files navigation

Evidente 2.0

This project was bootstrapped with Create React App.

Requirements

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)

Run Devolpment Version

  1. Go to project folder
  2. Run setup.sh to install all npm and python packages bash setup.sh
  3. Activate virtual environment source env/bin/activate
  4. Run development version of evidente npm run evidente
  5. Open http://localhost:3000 to view it in the browser.

Run Deployment Version

  1. Go to project folder
  2. Create virtual environment python3 -m venv env
  3. Activate virtual environment source env/bin/activate
  4. Install python dependencies pip install -r requirements.txt
  5. Install server package (setup.py) pip install .
  6. Install npm packages npm install
  7. Build deployment version of code npm run build
  8. Run server npm run server
  9. Access deployed version at http://localhost:5000/

Available Examples

Toy Example

Toy example with 38 taxa and 10 SNPs. The phylogenetic tree is a modified version of the one presented by Yokoyama et al (2008, Publication). The SNPs are based on the table of the Mycobacterim leprae by Schuenemann et al (2018, Publication). Hence, this example does not show any biological data, but it can still be used to get to know the GUI of Evidente.

Mini Example

Extract of the Toy Example with seven taxa. This example is used to initialize Evidente.

Mycobacterium leprae

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.

Treponema pallidum

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.

contents.txt

Contains a list of contents of the evidente2 repository including all files relevant during the extension of evidente2.0 together with a short description.

CLASSICO

To get more information on the module CLASSICO visit its repository

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 45.9%
  • JavaScript 41.6%
  • Python 10.2%
  • CSS 1.8%
  • Other 0.5%