


Regional surveillance systems and priority pathogen lists are essential tools for guiding public health interventions, antimicrobial stewardship programs, and research priorities tailored to local epidemiological contexts.


Use multiple tools for cross-validation of critical findings
Prioritize genes detected by ≥2 databases (high confidence)
Investigate database-specific calls for nomenclature differences
Correlate predictions with phenotypic AST when available
Document tool versions and database dates for reproducibility
www.ncbi.nlm.nih.gov
NCBI - WWW Error Blocked Diagnostic
Your access to the NCBI website at www.ncbi.nlm.nih.gov has been temporarily blocked due to a possible misuse/abuse situation involving your site. This is not an indication of a security issue such as a virus or attack. It could be something as simple as a run away script or learning how to better use E-utilities, http://www.ncbi.nlm.nih.gov/books/NBK25497/, for more efficient work such that your work does not impact the ability of other researchers to also use our site. To restore access and un
wget https://ftp.ncbi.nlm.nih.gov/genomes/all/GCF/051/549/635/GCF_051549635.1_ASM5154963v1/GCF_051549635.1_ASM5154963v1_genomic.fna.gz wget https://ftp.ncbi.nlm.nih.gov/genomes/all/GCF/051/414/815/GCF_051414815.1_KpMVS2/GCF_051414815.1_KpMVS2_genomic.fna.gz gunzip GCF_051414815.1_KpMVS2_genomic.fna.gz 402 gunzip GCF_051549635.1_ASM5154963v1_genomic.fna.gzamrfinder --updateamrfinder -n /home/JNLab_Repo/hands-on/3a/GCF_051414815.1_KpMVS2_genomic.fna \
--output kp_mvs2_amr_results.tsvamrfinder -n /home/JNLab_Repo/hands-on/3a/GCF_051549635.1_ASM5154963v1_genomic.fna \
--output kp_asm_amr_results.tsvInterpretation Tip: Focus on genes with ≥90% identity and ≥80% coverage for high-confidence calls. Lower thresholds may indicate divergent alleles or partial genes requiring manual review.
-y flag automatically confirms the environment creation without prompting.conda create -n tool -yconda activate toolconda install bioconda::rgi--clean flag removes intermediate files after analysis completion.rgi main -i /home/JNLab_Repo/hands-on/3a/GCF_051414815.1_KpMVS2_genomic.fna \
-o rgi_output \
-t contig \
--clean-i: Input genome assembly file-o: Output file prefix-t contig: Analysis mode for assembled contigs--clean: Remove temporary filesrgi_output.txt: Primary results tablergi_output.json: Machine-readable JSON formatconda install bioconda::abricateabricate --listabricate --db card /home/JNLab_Repo/hands-on/3a/GCF_051414815.1_KpMVS2_genomic.fna > card_results.tababricate --db resfinder /home/JNLab_Repo/hands-on/3a/GCF_051414815.1_KpMVS2_genomic.fna > resfinder_results.tababricate --db argannot /home/JNLab_Repo/hands-on/3a/GCF_051414815.1_KpMVS2_genomic.fna > argannot_results.tabAnalysis Strategy: Execute ABRicate against multiple databases and compare results. High-confidence calls appear across databases with consistent coverage and identity metrics. Database-specific hits may represent novel variants, database annotation differences, or false positives requiring manual curation.
protein_1 MKKLLVTSLVVAFSSASAAEKVLTQSPAIMSASPGEKVTINCTASSSVSYMHWYQQKSG ASPKLWIYSTSNLASGVPARFSGSGSGTSYSLTISSVEAEDAATYYCQQWNSSPLTFGA GTKLELKRADAAPTVSIFPPSSEQLTSGGASVVCFLNNFYPKDINVKWKIDGSERQNGV Option 2: Genome Sequence (FASTA format) contig_001 ATGAAACAATTAATTGTCACGAGCCTGGTGGTGGCGTTCTCTTCGGCAAGTGCCGCAGAA AAAGTTTTAACCCAGTCACCAGCAATTATGTCCGCATCACCAGGCGAAAAGTAACTA Where to Get Test Data:
stx2A_Shiga_toxin_subunit_A MKNLIFKASLALSLSALSVAAHAAESGFTSESQFEVYDQSFSSQPGHTFLLIPGGDCP VKDPQDTTIPQQPDPGSGTSTTTTQQHPVLFQAQQLFTSGKDPGDRFQVKQLSFFTRL ERAGTDRSARTDDPSEDSYYLQSDPGDTRDPLGLTLALGGSASVDQVRLVTLDFQFSQ FGAVIGQEKISNREITSYLFEVDVGGTLQIFGQRFAKTRQFGVQVDDATKQYTVLQTD FTWILAFNTGWIGKVFQRFSRPMLFPFVKASIAFYQQSRFPLTQQQIFEQAGFGGLGL KLRDLMAKVYQALDRKGSLSLAVFPNQSSEVLEKGFGVNSSMGFGGSAPLLRQAVSPV STYFH Step 3: Submit Analysis
conda install -c bioconda abricate
abricate --checkconda install -c bioconda ncbi-amrfinderplus
amrfinder --update
amrfinder --checkconda install -c bioconda blast
blastn -versionconda install -c bioconda rgi
rgi main --versionconda create -n amr_workshop -c bioconda \
abricate \
ncbi-amrfinderplus \
blast \
rgi \
python=3.9
conda activate amr_workshop
# Update databases
amrfinder --update
abricate --setupdbBest Practice for Dataset Selection: Begin training with well-characterized reference genomes from tool developers, then progress to real outbreak isolates from NCBI Pathogen Detection. This approach builds confidence in interpretation while introducing realistic complexity including mixed populations, novel variants, and incomplete resistance profiles.