Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cgetools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
AMR-genomics
cgetools
Commits
e2934b06
Commit
e2934b06
authored
1 month ago
by
Julien.Prados
Browse files
Options
Downloads
Patches
Plain Diff
fix Readme
parent
05f15db0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#98165
passed
1 month ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Readme.md
+4
-12
4 additions, 12 deletions
Readme.md
with
4 additions
and
12 deletions
Readme.md
+
4
−
12
View file @
e2934b06
...
...
@@ -2,23 +2,15 @@
# Introduction
`
fa
tools`
is s docker container with several
command to handle FASTA files
.
`
cge
tools`
is s docker container with several
tools and databases from CGE installed inside
.
# Usage
To use the tool, you need to mount the working directory on
`/cwd`
. Example:
```
bash
docker run
--rm
-v
.:/cwd registry.gitlab.unige.ch/amr-genomics/fatools fa_reheader
docker run
--rm
-v
.:/cwd registry.gitlab.unige.ch/amr-genomics/fatools fa_rotate
docker run
--rm
-v
.:/cwd registry.gitlab.unige.ch/amr-genomics/cgetools:main plasmidfinder.py
docker run
--rm
-v
.:/cwd registry.gitlab.unige.ch/amr-genomics/cgetools:main mlst.py
docker run
--rm
-v
.:/cwd registry.gitlab.unige.ch/amr-genomics/cgetools:main python3
-m
resfinder
```
# Building
To build the container, run:
```
bash
docker build
--platform
linux/amd64
-t
registry.gitlab.unige.ch/amr-genomics/fatools ./
```
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment