Skip to content
Snippets Groups Projects
Readme.md 577 B
Newer Older
Julien.Prados's avatar
v1
Julien.Prados committed


# Introduction

`cgetools` is s docker container with an installation of several 
[CGE]([https://bitbucket.org/genomicepidemiology/]) softwares and associated 
Julien.Prados's avatar
v1
Julien.Prados committed
databases (mlst,plasmidfinder,resfinder).



# Usage

To use the tool, you need to mount the working directory on `/cwd`. Example:
```bash
docker run --rm -v .:/cwd unigebsp/cgetools plasmidfinder.py
docker run --rm -v .:/cwd unigebsp/cgetools mlst.py
docker run --rm -v .:/cwd unigebsp/cgetools python3 -m resfinder
Julien.Prados's avatar
v1
Julien.Prados committed
```


# Building

To build the container, run:
```bash
docker build -t unigebsp/cgetools ./
```