Skip to main content

SIMBA: a web tool for managing bacterial genome assembly generated by Ion PGM sequencing technology

Abstract

Background

The evolution of Next-Generation Sequencing (NGS) has considerably reduced the cost per sequenced-base, allowing a significant rise of sequencing projects, mainly in prokaryotes. However, the range of available NGS platforms requires different strategies and software to correctly assemble genomes. Different strategies are necessary to properly complete an assembly project, in addition to the installation or modification of various software. This requires users to have significant expertise in these software and command line scripting experience on Unix platforms, besides possessing the basic expertise on methodologies and techniques for genome assembly. These difficulties often delay the complete genome assembly projects.

Results

In order to overcome this, we developed SIMBA (SImple Manager for Bacterial Assemblies), a freely available web tool that integrates several component tools for assembling and finishing bacterial genomes. SIMBA provides a friendly and intuitive user interface so bioinformaticians, even with low computational expertise, can work under a centralized administrative control system of assemblies managed by the assembly center head. SIMBA guides the users to execute assembly process through simple and interactive pages. SIMBA workflow was divided in three modules: (i) projects: allows a general vision of genome sequencing projects, in addition to data quality analysis and data format conversions; (ii) assemblies: allows de novo assemblies with the software Mira, Minia, Newbler and SPAdes, also assembly quality validations using QUAST software; and (iii) curation: presents methods to finishing assemblies through tools for scaffolding contigs and close gaps. We also presented a case study that validated the efficacy of SIMBA to manage bacterial assemblies projects sequenced using Ion Torrent PGM.

Conclusion

Besides to be a web tool for genome assembly, SIMBA is a complete genome assemblies project management system, which can be useful for managing of several projects in laboratories. SIMBA source code is available to download and install in local webservers at http://ufmg-simba.sourceforge.net.

Background

Next-Generation Sequencing (NGS) has transformed the area of microbiology by enabling the sequencing of complete genomes of several prokaryote organisms [1]. This has led to the better understanding of epidemic outbreaks, improving diagnostic strategies, and the development of new drugs and vaccines. The high throughput data generated from NGS platforms are short reads, thus, the genome assembly is the process where short reads are then organized properly to represent the original genome [2].

The process of genome assembly can be split into three steps: (i) data processing - where the data quality is checked, handled and formatted to convert the data and prepare it for the next steps; (ii) assembly reads are overlapped (or de Bruijn graph structured) to build consensus sequences called contigs (de novo assembly); and (iii) finishing, which is the ordering of the contigs obtained in the previous step (scaffolding), and then determining the sequences that fit the gaps connecting one contig to the other (gap closing) [3, 4].

Scaffold and gaps closure steps can be performed in silico with help of a reference genome. There are several software to perform scaffolding, such as CONTIGuator [5], Mauve [6] or MapRepeat [7]. There are also strategies using mate-pair libraries, when the sequencing provides them. In addition, the approach of Whole-genome mapping (OpGen Inc, Gaithersburg, MD), or optical mapping, have been used to construct in vitro restriction maps that, when compared to in silico restriction maps of genome assemblies produced by the proprietary software MapSolver™ (OpGen Inc, Gaithersburg, MD), can scaffolding contigs. This technique has been considered able to produce assemblies with high accuracy, however depends of in vitro experiments and there are few free software to deal with these produced data [8].

In general, it is necessary to use many strategies, in addition to several tools, to finish assembly projects and obtain complete genome sequences [4]. This requires bioinformaticians to possess good knowledge in both software and hardware methodologies besides being trained on the techniques for genome assembly. Such trained users are hard to find and hence may delay the assembly projects besides increasing their costs. A remedy to these problems is the creation of user-friendly tools with good usability and minimum start-up time that can allow lay persons to complete the assembly projects.

In recent times, several software for genome assembly with good usability and simple installation processes are been proposed, such as the CLC Genomics Workbench (Qiagen, USA) and Lasergene Suite [9]. However, they are proprietary and only commercially available. Some works have shown the advantages of using free web tools in bioinformatics field [10, 11]. These web tools use different software that must be separately installed on a user’s machine to be functional. Often, the installation process and configuration of the different software modules in a server are complicated and require specific hardware requirements that may not be available to the user thereby making the whole process cumbersome. Though, after the installation common users can easily use the tool in a client browser in collaborative mode.

Hence, the use of user-friendly web tools, with easy installation and configuration, for assemble and finish genomes is a great advantage. However, the most common web tools, such as Galaxy [11], present several other functionalities beside of genome assembly, that can confuse the users and delay the finishing of genome assembly projects. Web tools with simple, objective and intuitive interface may help bioinformaticians not to worry about technical activities, as genome assembly, and focus in resolve more relevant questions.

In this context, we propose a web tool, called SIMBA (SImple Manager for Bacterial Assemblies), which includes, through a friendly interface and easy installation, several scripts for analysis and data conversion, software for de novo assembly, construction of scaffolds and closing of gaps. SIMBA can be installed on a Linux server and accessed through a web browser over the Internet. The main contribution of SIMBA is an intuitive interface that guides the users to execute assembly process through simple and interactive pages.

Methods

SIMBA interface was developed using Laravel PHP framework (http://laravel.com), front-end framework Bootstrap (http://getbootstrap.com) and SQlite database (https://www.sqlite.org). The internal working process of SIMBA was divided into three modules: projects, assemblies and curation (Fig. 1).

Fig. 1
figure 1

Workflow representing data fluxes in SIMBA’s process. a Projects management: creation and management of projects; and raw data conversion. b De novo assembly (Mira software – support to the assemblers Minia, Newbler and SPAdes). In this step the user can insert output files of de novo assembly yielded by external software. c Curation: This step has five subdivisions: 1) contigs orientation using CONTIGuator2 software by reference or by optical mapping report; 2) Start DNA correction based on reference genome; 3) merging neighbor contigs with overlap in flank regions using PHP parser and BLAST (blastn); 4) mapping 3,000 bp of flank regions of neighbor contigs (Contig A and Contig B) against reference genome; BLAST is used to determine the start and end position (targets A and B); the reference genome is trimmed at targets A and B positions; then the raw data is mapped using Mira4; the contigs A and B are mapped on consensus sequence obtained through raw data mapping; targets C and D are used to detect start and end position of specific GAP; the region is extracted, and the gap is closed. 5) Showing statistics about unknown nucleotides present in the genome and allow genome download for manual curation

Projects

Projects module (Fig. 1a) shows a general vision of genome sequencing projects, in addition it allows data quality analysis and data format conversions. In this module, each genome assembly project is linked to a raw data file. As input files, SIMBA supports the extensions: BAM, SFF or FASTQ and XML. The user can convert the files through different customized programs and scripts, for example, extract a file in FASTQ and XML format from a file in SFF format. It is also possible to visualize read quality reports yielded by FastQC software (http://www.bioinformatics.babraham.ac.uk/projects/fastqc).

Assemblies

SIMBA allows each project to make several attempts for de novo assembly in the Assemblies module (Fig. 1b). Therefore, SIMBA is integrated by default with assembly software Mira v.3.9.18 (Mira3) [12]. SIMBA also provides support to assemblers: Mira v.4.0.2 (Mira4), SPAdes [13], Newbler (http://www.454.com/products/analysis-software) and Minia [14]. Mira3 and Mira4 were configured with the parameters “job = genome,denovo,accurate parameters = −GE:not = 16 IONTOR_SETTINGS -AS:mrpc = 100”. Minia was configured with the parameters “k_mer = 31 and length genome = 2,500,000”. SPAdes was configured with the “--iontorrent” parameter. No parameter was applied to Newbler. The user can change the parameters. Considering the type of licensing of software, only the two Mira versions and SPAdes are enabled by default, requiring the user to register and download the other tools. The user also can import an assembly that was accomplished outside the application interface. SIMBA analyzes the results of the assemblies through scripts in Python, stores them in the SQLite database, and displays at the online interface. Moreover, the interface allows assembly quality analysis using QUAST software [15].

Curation

The curation module (Fig. 1c), or assembly finishing module, was divided into five steps: (i) contigs scaffolding based on reference genome using CONTIGuator v2 software, or contigs orientation based on whole-genome mapping (WGM) report generated by the MapSolver software; (ii) setting start replication site of circular genome based on reference genome (for reference scaffolding); (iii) building of supercontigs by analyzing the ends of contigs’ neighbors through the Basic Local Alignment Search Tool (BLAST) [16]; (iv) mapping of raw data sequence in the reference genome to extract a consensus sequence as a strategy to solve repetitive regions, such as phages, plasmids, transposons and rRNA operons through MapRepeat software (for reference scaffolding); (v) displaying statistical reports about the presence or absence of nucleotides that were not determined.

Finally, the user can download the final genome file for manual curation with stand-alone tools, such as analysis of remaining gaps and evaluation of regions with sequencing errors to frameshifts correction. Soon after, the curated file with the final result can be imported into SIMBA and stored for future reference.

Results and discussion

SIMBA presents several great functionalities, such as de novo assembly with different software, assembly quality evaluation, scaffolding by reference or by optical mapping, genome visualization, and gap closing through supercontigs construction. The user-friendly web interface allows that multiple users work in parallel. In the software compared, only Galaxy presented this advantage (Table 1). SIMBA is free and open source, and for simple genome assemblies presents as good functionalities as commercial software, such as CLC Genomics Workbench and Lasergene Suite (Table 1).

Table 1 Comparison among SIMBA and other software

After the development of the web tool, we used seven genomes to test the efficacy of SIMBA to manage bacterial assembly projects (Table 2). SIMBA was executed in an Apache web server (http://httpd.apache.org) installed in an operational system CentOS 6.4, 1 TB RAM, 30 TB hard disk and AMD processor with 64 cores. The genomes were obtained by NGS sequencing using Ion Torrent PGM 200 bp sequencing kit (400 bp kit for NCDO2118). For each project, BAM file with raw data was converted to SFF and extracted to FASTQ and XML format through the interface. The de novo assemblies were performed using Mira3, Mira4, Minia, Newbler and SPAdes. Some assemblies fail due to unknown reasons. The objective of this case study was not to compare assembly results, but certify the facility to perform assemblies with different software in SIMBA. The lowest number of contigs and the QUAST analysis were used to define which assembly would be used for the scaffolding step.

Table 2 Assemblies using SIMBA

The assembly completion was performed through two approaches: reference scaffolding (for strains Cp12C, CpVD57, FRC11, 210932 and NCDO2118) and optical mapping scaffolding (for strains Cp258 and Cp1002). For reference scaffolding, the templates were retrieved from on the NCBI database (https://www.ncbi.nlm.nih.gov/genome). For optical mapping scaffolding, it was necessary to construct restriction maps using Argus system (OpGen Inc, Gaithersburg, MD) Whole-genome mapping technique. This technique consists in (i) the extraction of chromosomal DNA of both strains; (ii) immobilization and in situ restriction digestion (it was used the enzyme kpnI); (iii) image capture and measurement of fragments; and (iv) map assembly and analysis using the MapSolver software [8]. The contigs order report was used in the step one of the curation module in SIMBA.

SIMBA produced a low number of scaffolds in all sequencing projects (Table 2). All the assemblies were finalized and the genomes were deposited as complete sequences, however manual curation using the software CLC Genomic Workbench 7 was necessary to close some gaps. SIMBA did not detect overlapping of contigs smaller than the word length of the blastn software or gaps without overlaps and information in the reference genome. CLC Genomic Workbench and other commercial software have functions to extend contigs and edit freely sequences, which allow the human intervention to close these types of gaps. However, this can imply in a higher number of mis-assemblies. SIMBA tries minimizing the number of mis-assemblies due to manual curation, for this reason SIMBA was not capable to close all gaps.

SIMBA provided an easy and fast method to help finishing the assemblies of Cp1002, Cp258, Cp12C, CpVD57, FRC11, 210932 and NCDO2118. SIMBA allowed other software analyzed the genomes, and also that the genomic data were stored when the assemblies were finished. Our study case shows evidences that SIMBA can be efficiently used for prokaryotic genome assemblies of Ion Torrent sequencing data. SIMBA can be used with other NGS data, such as data obtained by Illumina Sequencing Systems. SIMBA was designed and tested only to the Ion PGM sequencing technology, and there are no guarantees that SIMBA can manage Illumina data at this version with the same efficiency. SIMBA allows managing several projects in parallel and provides reports that help to analyze the assemblies.

The assemblies of Cp258 and Cp1002 showed differences with the original genomes. The new assembly of Cp258 (length: 2,369,817 bp) detected an increase of ~60 Kbp over the original genome (length: 2,314,404 bp; GenBank: NC_017945; [17]). The SIMBA’s genomic visualization confirmed and extended the MapSolver results, allowing a detailed comparison between the old assembly and the new assembly (Fig. 2). It also allowed that were detected insertion positions (Fig. 2d) and mis-assemblies (Fig. 2e). The use of WGM technique has allowed the discover of mis-assemblies in bacterial genomes, such as a large inversion in Cp1002 recently published [18]. WGM has been considered a strategy of high accuracy to finish assemblies [1821]. However, MapSolver is not capable to generate scaffolds. SIMBA allows deal with contigs order reports of MapSolver, produces scaffolds based on the restriction positions, and thus, more accurate assemblies than based on reference genome.

Fig. 2
figure 2

MapSolver and SIMBA visualizations of the comparison between the new and old assemblies of Cp258. a MapSolver alignment visualization among the whole-genome optical mapping (enzyme kpnI; the central barcode in the color red), the old assembly (NC_017945; the barcode above in the color blue), and the new assembly (performed by SIMBA; the barcode below also in the color blue). Dark blue lines in the barcodes represent restriction sites. Lines connecting barcodes represent similarity regions. b The old assembly (above) is ~60 Kbp smaller than the restriction map (center), that have a length near to the new assembly (below). c SIMBA visualization compares the Cp258 old assembly (horizontal line red above) with the new assembly (horizontal line light blue below). Red lines that connect the line above and the line below represent syntenic regions. The visualization shows: d regions undetected in the old assembly; e mis-assemblies in the old assembly; and (f) the length difference between the genomes. The visualization showed by SIMBA agrees with the MapSolver results. In addition, it gives more detailed information about the genome differences

Conclusions

SIMBA is a simple and useful tool, which uses a friendly interface to abstract complex tasks of the bacterial genome assembly process. It can enable researchers with little or no experience in computer science to use it thereby reducing the execution time of tasks and the associated cost. SIMBA facilitates the data conversion process, sequencing and assemblies’ quality evaluation, running different assembly software, scaffolding of high accuracy with WGM, as well as comparison of multiple outcomes allowing the use of visual perception as a transforming element in assembly finishing processes. Another benefit of SIMBA lies in the centralization of fitting data in laboratories, allowing their managers to monitor numerous assembly projects simultaneously. Finally, SIMBA allows the construction of an institutional knowledge base for genome assembly and allows for collaborative access. We have as prospects for the future integration of annotation tools in the SIMBA interface.

Availability and requirements

  • Project name: UFMG-SIMBA

• Project home page: http://ufmg-simba.sourceforge.net

• Operating system(s): Linux 64bit (Server), Platform independent (Client)

• Programming languages: PHP, Python

• Other requirements: NCBI-BLAST+, Biopython library, Apache Server

• License: GPL v3

• Any restrictions to use by non-academics: None

The documentation can be obtained in the project home page. We also make available a Linux virtual machine based on SIMBA installed (including demo genome assembly) at the same URL. The new assembly of Cp258 was deposited under GenBank assembly accession GCA_000263755.2.

Abbreviations

Cp258:

Corynebacterium pseudotuberculosis 258

Cp1002:

Corynebacterium pseudotuberculosis 1002

Cp12C:

Corynebacterium pseudotuberculosis 12C

CpVD57:

Corynebacterium pseudotuberculosis VD57

FRC11:

Corynebacterium ulcerans FRC11

210932:

Corynebacterium ulcerans 210932

NCDO2118:

Lactococcus lactis subsp. lactis NCDO 2118

WGM:

Whole-genome mapping

References

  1. Loman NJ, Constantinidou C, Chan JZ, Halachev M, Sergeant M, Penn CW, et al. High-throughput bacterial genome sequencing: an embarrassment of choice, a world of opportunity. Nat Rev Microbiol. 2012;10:599–606.

    Article  CAS  PubMed  Google Scholar 

  2. Miller JR, Koren S, Sutton G. Assembly algorithms for next-generation sequencing data. Genomics. 2010;95:315–27.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  3. Nagarajan N, Pop M. Sequence assembly demystified. Nat Rev Genet. 2013;14:157–67.

    Article  CAS  PubMed  Google Scholar 

  4. Ribeiro FJ, Przybylski D, Yin S, Sharpe T, Gnerre S, Abouelleil A, et al. Finished bacterial genomes from shotgun sequence data. Genome Res. 2012;22:2270–7.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  5. Galardini M, Biondi EG, Bazzicalupo M, Mengoni A. CONTIGuator: a bacterial genomes finishing tool for structural insights on draft genomes. Source Code Biol Med. 2011;6:11.

    Article  PubMed  PubMed Central  Google Scholar 

  6. Darling AC, Mau B, Blattner FR, Perna NT. Mauve: multiple alignment of conserved genomic sequence with rearrangements. Genome Res. 2004;14:1394–403.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  7. Mariano DC, Pereira FL, Ghosh P, Barh D, Figueiredo HC, Silva A, et al. MapRepeat: an approach for effective assembly of repetitive regions in prokaryotic genomes. Bioinformation. 2015;11:276.

    Article  PubMed  PubMed Central  Google Scholar 

  8. Onmus-Leone F, Hang J, Clifford RJ, Yang Y, Riley MC, Kuschner RA, et al. Enhanced De Novo Assembly of High Throughput Pyrosequencing Data Using Whole Genome Mapping. Xiao J, editor. PLoS ONE. 2013;8:e61762.

  9. Burland TG. DNASTAR’s Lasergene sequence analysis software. Methods Mol Biol Clifton NJ. 2000;132:71–91.

    CAS  Google Scholar 

  10. Cuccuru G, Orsini M, Pinna A, Sbardellati A, Soranzo N, Travaglione A, et al. Orione, a web-based framework for NGS analysis in microbiology. Bioinformatics. 2014;30:1928–9.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  11. Goecks J, Nekrutenko A, Taylor J, et al. Galaxy: a comprehensive approach for supporting accessible, reproducible, and transparent computational research in the life sciences. Genome Biol. 2010;11:R86.

    Article  PubMed  PubMed Central  Google Scholar 

  12. Chevreux B, Wetter T, Suhai S. Genome sequence assembly using trace signals and additional sequence information. Ger Conf Bioinforma. 1999;99:45–56.

    Google Scholar 

  13. Bankevich A, Nurk S, Antipov D, Gurevich AA, Dvorkin M, Kulikov AS, et al. SPAdes: a New genome assembly algorithm and its applications to single-cell sequencing. J Comput Biol. 2012;19:455–77.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  14. Chikhi R, Rizk G. Space-efficient and exact de Bruijn graph representation based on a Bloom filter. Algorithms Mol Biol AMB. 2013;8:22.

    Article  PubMed  Google Scholar 

  15. Gurevich A, Saveliev V, Vyahhi N, Tesler G. QUAST: quality assessment tool for genome assemblies. Bioinformatics. 2013;29:1072–5.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  16. Stephen F. AltschuP, Warren Gish~, Webb Miller2 Eugene W. Myers 3 and David J. Lipman. Basic Local Alignment Search Tool. 1990;

  17. Soares SC, Trost E, Ramos RTJ, Carneiro AR, Santos AR, Pinto AC, et al. Genome sequence of Corynebacterium pseudotuberculosis biovar equi strain 258 and prediction of antigenic targets to improve biotechnological vaccine production. J Biotechnol. 2013;167:135–41.

    Article  CAS  PubMed  Google Scholar 

  18. Mariano DCB, Sousa T de J, Pereira FL, Aburjaile F, Barh D, Rocha F, et al. Whole-genome optical mapping reveals a mis-assembly between two rRNA operons of Corynebacterium pseudotuberculosis strain 1002. BMC Genomics. 2016;17:315.

    Article  PubMed  PubMed Central  Google Scholar 

  19. Raeside C, Gaffe J, Deatherage DE, Tenaillon O, Briska AM, Ptashkin RN, et al. Large Chromosomal Rearrangements during a Long-Term Evolution Experiment with Escherichia coli. MBio. 2014;5:e01377–14.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  20. Latreille P, Norton S, Goldman BS, Henkhaus J, Miller N, Barbazuk B, et al. Optical mapping as a routine tool for bacterial genome sequence finishing. BMC Genomics. 2007;8:321.

    Article  PubMed  PubMed Central  Google Scholar 

  21. Shukla SK, Kislow J, Briska A, Henkhaus J, Dykes C. Optical Mapping Reveals a Large Genetic Inversion between Two Methicillin-Resistant Staphylococcus aureus Strains. J Bacteriol. 2009;191:5717–23.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  22. Sousa TJ, Mariano D, Parise D, Parise M, Viana MVC, Guimarães LC, et al. Complete Genome Sequence of Corynebacterium pseudotuberculosis Strain 12C. Genome Announc. 2015;3:e00759–15.

    Article  PubMed  PubMed Central  Google Scholar 

  23. Almeida S, Tiwari S, Mariano D, Souza F, Jamal SB, Coimbra N, et al. The genome anatomy of Corynebacterium pseudotuberculosis VD57 a highly virulent strain causing Caseous lymphadenitis. Stand Genomic Sci. 2016;11:29.

    Article  PubMed  PubMed Central  Google Scholar 

  24. Benevides L de J, Viana MVC, Mariano DCB, Rocha F de S, Bagano PC, Folador EL, et al. Genome Sequence of Corynebacterium ulcerans Strain FRC11. Genome Announc. 2015;3:e00112–5.

    Google Scholar 

  25. Viana MVC, Benevides L de J, Mariano DCB, Rocha F de S, Boas PCBV, Folador EL, et al. Genome Sequence of Corynebacterium ulcerans Strain 210932. Genome Announc. 2014;2:e01233–14.

    Article  PubMed  PubMed Central  Google Scholar 

  26. Oliveira LC, Saraiva TDL, Soares SC, Ramos RTJ, Sá PHCG, Carneiro AR, et al. Genome Sequence of Lactococcus lactis subsp. lactis NCDO 2118, a GABA-Producing Strain. Genome Announc. 2014;2:e00980–14.

    PubMed  PubMed Central  Google Scholar 

Download references

Acknowledgements

This study was supported by Coordenação de Aperfeiçoamento de Pessoal de Nível Superior (CAPES), Fundação de Amparo à Pesquisa do Estado de Minas Gerais (FAPEMIG), Ministério da Agricultura, Pecuária e Abastecimento, Fundação Amazônia de Amparo a Estudos e Pesquisas do Pará (FAPESPA) and Conselho Nacional de Desenvolvimento Científico e Tecnológico (CNPq). The authors thank to Doglas Parise for the help in the conception of the Fig. 2.

About this supplement

This article has been published as part of BMC Bioinformatics Volume 17 Supplement 18, 2016. Proceedings of X-meeting 2015: 11th International Conference of the AB3C + Brazilian Symposium on Bioinformatics: bioinformatics. The full contents of the supplement are available online https://bmcbioinformatics.biomedcentral.com/articles/supplements/volume-17-supplement-18.

Funding

The Agencies CAPES (program Capes/Cofecub), FAPEMIG, FAPESPA and CNPq have funded this study and publication.

Authors’ contributions

DCBM: wrote the manuscript; FLP, ELA, LCO, LB, LCG, ELF, TJS, PG, DB, HCPF, AS, RTJR and VACA gave insights about the manuscript and software; DCBM and FLP: wrote the source code of the software; ELA, LCO, LB and TJS performed usability tests; VACA, RTJR, AS and HCPF: designed and coordinate of experiments; all authors read and approved the final manuscript.

Competing interests

The authors declare that they have no competing interests.

Consent for publication

Not applicable.

Ethics approval and consent to participate

Not applicable.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Vasco A. C. Azevedo.

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 4.0 International License (http://creativecommons.org/licenses/by/4.0/), which permits unrestricted use, distribution, and reproduction in any medium, provided you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons license, and indicate if changes were made. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Mariano, D.C.B., Pereira, F.L., Aguiar, E.L. et al. SIMBA: a web tool for managing bacterial genome assembly generated by Ion PGM sequencing technology. BMC Bioinformatics 17 (Suppl 18), 456 (2016). https://doi.org/10.1186/s12859-016-1344-7

Download citation

  • Published:

  • DOI: https://doi.org/10.1186/s12859-016-1344-7

Keywords