@@ -6,7 +6,7 @@ In this section, you will find a list of homemade commands available through `ma
## List of available scripts
*The following list might not correspond exactly to the scripts available. We recommend to go through the help section of the `manage.py` command.*
> **Note**: Be aware that the wiki is manually updated and can sometimes be out of date. Please refer to `manage.py --help` for updated list of commands.
To run a script, in the backend docker container or in a custom python env:
...
...
@@ -23,7 +23,9 @@ For all scripts from Django, Please refer to the [original documentation](https:
#### Test DB
* create_light_db
Script | description
------ | -----------
create_light_db | Create a light DB with random items to illustrate functionnalities of the application
#### Populate the database
...
...
@@ -31,7 +33,11 @@ For all scripts from Django, Please refer to the [original documentation](https:
###### KEGG
* create_update_kegg_ko
No downloads are necessary to creat KEGG db:
Script | description
------ | -----------
create_update_kegg_ko | Create or update all KEGG KO from KEGG API.