Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • metagenedb metagenedb
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
    • Model experiments
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • MetagenomicsMetagenomics
  • metagenedbmetagenedb
  • Wiki
  • Home

Home · Changes

Page history
Update home authored Jun 29, 2020 by Kenzo-Hugo Hillion's avatar Kenzo-Hugo Hillion
Hide whitespace changes
Inline Side-by-side
home.md 0 → 100644
View page @ b91966d8
## Welcome to our Wiki
Welcome to the Wiki of MetageneDB.
## Table of content
Page | content
---- | -------
[Run the project on your local machine](run the project on your local machine) | Instruction to set up your environment on your local machine to run the project and contribute to it
[Contribution guide](contribution-guide) | How to contribute to the project
[Dev tips](dev-tips) | Tips for development
-----
## Dev tips
#### Profiling code
```python
from metagenedb.common.utils.profiling import profile
@profile("/my/file/path")
def my_function(a, b, c):
...
```
```bash
snakeviz /my/file/path
```
Clone repository
  • Contribution guide
  • Django scripts
  • Docs and Tips
  • Run the project on your local machine
  • _sidebar
  • Home