Skip to content

Latest commit

 

History

History

4.1.11

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

ResFinder 4.1.11 container

Main tool : ResFinder

Additional tools:

  • kma 1.4.3
  • ResFinder database
  • PointFinder database

Alternatively available as a webtool here: https://cge.cbs.dtu.dk/services/ResFinder/

Full documentation: https://bitbucket.org/genomicepidemiology/resfinder/src/master/

ResFinder identifies acquired genes and/or finds chromosomal mutations mediating antimicrobial resistance in total or partial DNA sequence of bacteria.

The databases included are pinned to a specific git commit hash, since the databases are not clearly versioned.

Example Usage

# run ResFinder on raw reads (FASTQs)
run_resfinder.py -ifq /data/sample_1.fastq /data/sample_2.fastq \
    -o /data/resfinder-results-fastq-input \
    -acq -l 0.9 -t 0.9 \
    -c -s "Escherichia coli"

# run ResFinder on assembly FASTA
run_resfinder.py -ifa /data/sample.fasta \
    -o /data/resfinder-results-fasta-input \
    -c \
    -acq -l 0.9 -t 0.9 \
    --species "Escherichia coli" \