Skip to content
Permalink
6352e7bb94
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
45 lines (26 sloc) 1.28 KB
# Building CoNekt
## Using the admin panel to build CoNekt
Make sure *LOGIN_ENABLED=True* in *config.py* and the database was build
with and admin account (check [here](install_linux.md) for instructions
how to add an admin account). Next, go to the website, log in and (once logged
in) click on the username (admin) in the top right corner. Select 'Admin
Panel' from the drop-down menu.
![Admin panel](./images/admin_home.png "admin panel")
The Admin Panel will welcome you with a large warning. Deleting data,
overwriting or changing entries here can ruin a carefully set up
database. Make sure to read instructions on pages and this documentation
to avoid losing work.
**When working with an existing database, make sure
to back up the database before proceeding.**
Step-by-step instructions
* [Adding GO term and InterPro domain definitions](./building/001_GO_InterPro_domains.md)
* [Adding a new species and functional data](./building/002_species_functional_data.md)
* [Adding expression profiles](./building/003_expression_profiles.md)
#### Adding coexpression network
*UNDER CONSTRUCTION*
#### Adding coexpression clusters
*UNDER CONSTRUCTION*
### Adding external references
*UNDER CONSTRUCTION*
### Computing enrichments, similarities, and counts ...
*UNDER CONSTRUCTION*