Skip to content

labbces/conekt_grasses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

256 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoNekT Grasses

What is CoNekT Grasses?

CoNekT Grasses derives from CoNekT (Co-expression Network Toolkit), described in Proost et al. 2018 (https://doi.org/10.1093/nar/gky336), an interactive and open-source web server dedicated to grasses expression data analysis.

Tutorials

Quick Start for developers

CoNekT Grasses currently requires Python 3.8. To install Python 3.8 execute the following codes:

sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get update
sudo apt-get install python3.8

Dependencies are usually installed using apt and pip:

sudo apt install python3.8-venv python3.8-dev
python3.8 -m ensurepip --default-pip
python3.8 -m pip install --upgrade pip setuptools wheel
pip3 install virtualenv

To set up the environment from the root directory of the repository, run:

virtualenv --python=python3.8 CoNekT
source CoNekT/bin/activate
sudo apt-get install python3.8-dev libmysqlclient-dev apache2 apache2-dev libapache2-mod-wsgi-py3
cd ../
pip3 install -r requirements.txt

Next steps:

Building documentation with Sphinx

Documentation can be generated using Sphinx.

To generate the documentation, run:

cd CoNekT/docs/
sphinx-build -b html source/ build/

Note that we changed the default Sphinx builder to use the Markdown parser. This is done by adding the following line to conf.py file in the CoNekT/docs folder:

extensions = ["myst_parser"]

Developers

  • Dr. Renato Augusto Correa dos Santos
  • Prof. Dr. Diego M. Riaño-Pachón (group leader)

Collaborators

  • Felipe Vaz Peres
  • Jorge Muñoz

Previous collaborators

  • David Texeira Ferraz
  • Bianca Santos Pastos
  • Arthur Shuzo Owtake Cardoso

Licenses

About

CoNekT Grasses

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE_CoNekT.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5