katholt / srst2

Short Read Sequence Typing for Bacterial Pathogens
Other
125 stars 65 forks source link

assembled contigs as input files for srst2? #77

Closed MostafaYA closed 7 years ago

MostafaYA commented 7 years ago

Hi, Is that possible for srst2 to take the assembled contigs as input files (for example, contigs downloaded from NCBI and the raw data are not available)? If yes, what argument should be used?

rrwick commented 7 years ago

Sorry, but SRST2 cannot take assemblies as input. Instead you would need to use something like BLAST to look for genes in your assemblies.

Having run into this same issue myself, I made a tool which uses BLAST to search for genes in an SRST2 database and produce an SRST2-like output: SRST2-table-from-assemblies. You're welcome to give it a try!

A few things to note:

Hope that helps!