Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
metagenedb
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Metagenomics
metagenedb
Wiki
Django scripts
Changes
Page history
New page
Templates
Clone repository
Update Django scripts
authored
4 years ago
by
Kenzo-Hugo Hillion
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Django-scripts.md
+21
-11
21 additions, 11 deletions
Django-scripts.md
with
21 additions
and
11 deletions
Django-scripts.md
View page @
bafdbf53
...
@@ -41,12 +41,16 @@ create_update_kegg_ko | Create or update all KEGG KO from KEGG API.
...
@@ -41,12 +41,16 @@ create_update_kegg_ko | Create or update all KEGG KO from KEGG API.
###### EggNOG
###### EggNOG
*
create_update_eggnog
Script | description
*
create_eggnog_functional_cat
------ | -----------
create_update_eggnog | Create or update all EggNOG entries from annotations.tsv file
create_eggnog_functional_cat | Create or update all EggNOG functional categories from COG_functional_categories.txt file.
###### Taxonomy
###### Taxonomy
*
build_hierarchy
Script | description
------ | -----------
build_hierarchy | Build hierarchy for taxonomy entries.
##### Import genes
##### Import genes
...
@@ -54,17 +58,23 @@ create_update_kegg_ko | Create or update all KEGG KO from KEGG API.
...
@@ -54,17 +58,23 @@ create_update_kegg_ko | Create or update all KEGG KO from KEGG API.
###### IGC
###### IGC
*
import_igc_annotation
Script | description
*
import_igc_sequences
------ | -----------
import_igc_annotation | Create or update IGC genes from IGC annotations file
import_igc_sequences | Add IGC gene sequences to corresponding genes
###### Virgo
###### Virgo
*
import_virgo_eggnog
Script | description
*
import_virgo_genes
------ | -----------
*
import_virgo_kegg
import_virgo_genes | Create or update all Virgo genes (name and length from
`0.geneLength.txt`
file)
*
import_virgo_sequences
import_virgo_eggnog | Create or update all EggNOG annotation for Virgo genes (from
`3.eggnog.NOG.txt`
file)
*
import_virgo_taxonomy
import_virgo_kegg | Create or update all KEGG annotation for Virgo genes (from
`8.A.kegg.ortholog.txt`
file)
import_virgo_sequences | Create or update all Virgo gene equences (from
`NT.fasta`
file)
import_virgo_taxonomy | Create or update all Taxonomy annotations for Virgo genes (from
`1.taxon.tbl.txt`
file)
#### Pre computed metrics
#### Pre computed metrics
*
compute_stats
Script | description
------ | -----------
compute_stats | Compute gene catalog statistics
This diff is collapsed.
Click to expand it.