Skip to content

Thebx1994/MISAPolymorphicSSRsExtractorService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MISAPolymorphicSSRsExtractorService

This is a software pipeline, which allow the identification of polymorphic SSRs loci. The global processing is done by the concatenation of the programs MISA, BLAST and the PSSR-Extractor script. The inputs are directory paths where multiple sequence files are found in FASTA format and the outputs are the SSRs, access codes to the databases, positions in the genome, number of repetitions and the degree of polymorphism expressed as range of variation, allelic frequency, allele number and polymorphic information content (PIC). An optional script, SSRMerge, allows the identification of unique (non-redundant) loci in the set of processed genome sequences with taxonomically closed relationship which permit the elaboration of the database taxadb that contains the clasification of several bacterias.

Citations:

MISA: This tool allows the identification and localization of perfect microsatellites. This program are executed by command line: the perl script is located at the folder web/resources/Misa/misa.pl

BLAST: Search in DB of Homologous sequences.

PSSRExtractor: Identification of polymorphic SSR.

Quickstart

  1. Deploy the MISAPolymorphicSSRsExtractorService.war file (the original website was deployed on Glassfish 5.0 with jdk-1.8.0_144).
  2. Once in a server create the folder MISAPolymorphicSSRsExtractorService/web/resources/tempfiles.
  3. Import the taxadb.sql data base (the original database was imported to MariaDB 10.3.30).
  4. Launch the website.