Scroll to navigation

RUN_RESFINDER.PY(1) User Commands RUN_RESFINDER.PY(1)

NAME

run_resfinder.py - identify acquired antimicrobial resistance genes

DESCRIPTION

usage: run_resfinder.py [-h] [-ifa INPUTFASTA]

[-ifq INPUTFASTQ [INPUTFASTQ ...]] [-o OUT_PATH]
[-b BLAST_PATH] [-k KMA_PATH] [-s SPECIES] [-db_res DB_PATH_RES] [-db_res_kma DB_PATH_RES_KMA] [-d DATABASES] [-acq] [-ao ACQ_OVERLAP] [-l MIN_COV] [-t THRESHOLD] [-c] [-db_point DB_PATH_POINT] [-db_point_kma DB_PATH_POINT_KMA] [-g SPECIFIC_GENE [SPECIFIC_GENE ...]] [-u] [-l_p MIN_COV_POINT] [-t_p THRESHOLD_POINT] [--pickle]

optional arguments:

show this help message and exit
Input fasta file.
Input fastq file(s). Assumed to be single-end fastq if only one file is provided, and assumed to be pairedend data if two files are provided.
Path to blast output
Path to blastn
Path to KMA
Species in the sample
Path to the databases for ResFinder
Path to the ResFinder databases indexed with KMA. Defaults to the 'kma_indexing' directory inside the given database directory.
Databases chosen to search in - if none is specified all is used
Run resfinder for acquired resistance genes
Genes are allowed to overlap this number of nucleotides. Default: 30.
Minimum (breadth-of) coverage of ResFinder
Threshold for identity of ResFinder
Run pointfinder for chromosomal mutations
Path to the databases for PointFinder
Path to the PointFinder databases indexed with KMA. Defaults to the 'kma_indexing' directory inside the given database directory.
Specify genes existing in the database to search for - if none is specified all genes are included in the search.
Show all mutations found even if in unknown to the resistance database
Minimum (breadth-of) coverage of Pointfinder. If None is selected, the minimum coverage of ResFinder will be used.
Threshold for identity of Pointfinder. If None is selected, the minimum coverage of ResFinder will be used.
Create a pickle dump of the Isolate object. Currently needed in the CGE webserver. Dependency and this option is being removed.

AUTHOR


This manpage was written by Nilesh Patra for the Debian distribution and
can be used for any other usage of the program.

July 2021 run_resfinder.py 4.1.5