Skip to content

nielsend/ABRicateSequenceExtraction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

ABRicate Sequence Extraction

The ABRicate Sequence Extraction script takes the output from ABRicate and FASTA files to return the nucleotide sequences in a FASTA format.

Any ABRicate database can be used with this program:

  • resfinder
  • PlasmidFinder
  • Virulence Finder Database (vfdb)
  • Custom database
  • Etc

To use the script: ./ABRicateSequenceExtraction.py [ABRicateOutput.tsv] [Directory with Fastas (include any '/')] > [Output in fasta format]

E.g. ./ABRicateSequenceExtraction.py AbricateOutPlasmidFinder.tsv Genomes/ > ASEOutput.fasta


A best practice is to filter any ABRicate output by the %COVERAGE and %IDENTITY values before running this script


To avoid confusion with multiple gene targets having duplicates in a FASTA file, the FASTA 'hit' detected by ABRicate is named in the following format: >[gene]~~~[Accession]~~~[Genome Start Position]~~~[Genome End Position]~~~[File Name]

Standard Out View:

Standard Out View

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages