All Projects → sanger-pathogens → Circlator

sanger-pathogens / Circlator

Licence: gpl-3.0
A tool to circularize genome assemblies

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Circlator

plasmidtron
Assembling the cause of phenotypes and genotypes from NGS data
Stars: ✭ 27 (-77.69%)
Mutual labels:  bioinformatics, research, genomics, sequencing
saffrontree
SaffronTree: Reference free rapid phylogenetic tree construction from raw read data
Stars: ✭ 17 (-85.95%)
Mutual labels:  bioinformatics, research, genomics, sequencing
Roary
Rapid large-scale prokaryote pan genome analysis
Stars: ✭ 176 (+45.45%)
Mutual labels:  bioinformatics, research, genomics, sequencing
Gubbins
Rapid phylogenetic analysis of large samples of recombinant bacterial whole genome sequences using Gubbins
Stars: ✭ 67 (-44.63%)
Mutual labels:  bioinformatics, research, genomics, sequencing
Ariba
Antimicrobial Resistance Identification By Assembly
Stars: ✭ 96 (-20.66%)
Mutual labels:  bioinformatics, research, genomics, sequencing
Artemis
Artemis is a free genome viewer and annotation tool that allows visualization of sequence features and the results of analyses within the context of the sequence, and its six-frame translation
Stars: ✭ 135 (+11.57%)
Mutual labels:  bioinformatics, research, genomics, sequencing
gff3toembl
Converts Prokka GFF3 files to EMBL files for uploading annotated assemblies to EBI
Stars: ✭ 27 (-77.69%)
Mutual labels:  bioinformatics, research, genomics, sequencing
assembly improvement
Improve the quality of a denovo assembly by scaffolding and gap filling
Stars: ✭ 46 (-61.98%)
Mutual labels:  research, genomics, sequencing
snp-sites
Finds SNP sites from a multi-FASTA alignment file
Stars: ✭ 182 (+50.41%)
Mutual labels:  research, genomics, sequencing
mlst check
Multilocus sequence typing by blast using the schemes from PubMLST
Stars: ✭ 22 (-81.82%)
Mutual labels:  research, genomics, sequencing
Genomicsqlite
Genomics Extension for SQLite
Stars: ✭ 90 (-25.62%)
Mutual labels:  bioinformatics, genomics, sequencing
Fastq.bio
An interactive web tool for quality control of DNA sequencing data
Stars: ✭ 76 (-37.19%)
Mutual labels:  bioinformatics, genomics, sequencing
gubbins
Rapid phylogenetic analysis of large samples of recombinant bacterial whole genome sequences using Gubbins
Stars: ✭ 103 (-14.88%)
Mutual labels:  research, genomics, sequencing
Sequenceserver
Intuitive local web frontend for the BLAST bioinformatics tool
Stars: ✭ 198 (+63.64%)
Mutual labels:  bioinformatics, genomics, sequencing
catch
A package for designing compact and comprehensive capture probe sets.
Stars: ✭ 55 (-54.55%)
Mutual labels:  bioinformatics, genomics, sequencing
tiptoft
Predict plasmids from uncorrected long read data
Stars: ✭ 27 (-77.69%)
Mutual labels:  bioinformatics, research, genomics
Galaxy
Data intensive science for everyone.
Stars: ✭ 812 (+571.07%)
Mutual labels:  bioinformatics, genomics, sequencing
Awesome Sequencing Tech Papers
A collection of publications on comparison of high-throughput sequencing technologies.
Stars: ✭ 21 (-82.64%)
Mutual labels:  bioinformatics, genomics, sequencing
Deepvariant
DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA sequencing data.
Stars: ✭ 2,404 (+1886.78%)
Mutual labels:  bioinformatics, genomics, sequencing
Genomics
A collection of scripts and notes related to genomics and bioinformatics
Stars: ✭ 101 (-16.53%)
Mutual labels:  bioinformatics, genomics, sequencing

Circlator

A tool to circularize genome assemblies.

PLEASE NOTE: we currently do not have the resources to provide support for Circlator, so please do not expect a reply if you flag any issue. Apologies for the inconvenience.

Unmaintained
Build Status
License: GPL v3
status
install with bioconda
Container ready
Docker Build Status
Docker Pulls
codecov

Contents

Introduction

Circlator will attempt to identify each circular sequence and output a linearised version of it. It does this by assembling all reads that map to contig ends and comparing the resulting contigs with the input assembly.

Installation

For how to install Circlator, please see the Circlator website.

Usage

Usage: circlator <command> [options] <required arguments>

To get minimal usage for a command use:
circlator command

To get full help for a command use one of:
circlator command -h
circlator command --help


Available commands:

all        Run mapreads, bam2reads, assemble, merge, clean, fixstart
mapreads   Map reads to assembly
bam2reads  Make reads from mapping to be reassembled
assemble   Run assembly using reads from bam2reads
merge      Merge original assembly and new assembly made by assemble
clean      Remove small and completely contained contigs from assembly
fixstart   Change start position of circular sequences
minimus2   Run the minimus2 based circularisation pipeline
get_dnaa   Download file of dnaA (or other of user's choice) genes
progcheck  Checks dependencies are installed
test       Run Circlator on a small test set
version    Print version and exit

For more information on how to use Circlator, please see the Circlator wiki page.

License

Circlator is free software, licensed under GPLv3.

Feedback/Issues

Please report any issues to the issues page.

PLEASE NOTE: we currently do not have the resources to provide support for Circlator, so please do not expect a reply if you flag any issue. Apologies for the inconvenience.

Citation

If you use this software please cite:

Circlator: automated circularization of genome assemblies using long sequencing reads
Hunt et al, Genome Biology 2015 Dec 29;16(1):294. doi: 10.1186/s13059-015-0849-0

BWA: Li, H et al. Aligning sequence reads, clone sequences and assembly contigs with BWA-MEM. arXiv:1303.3997.

MUMmer: Kurtz, S. et al. Versatile and open software for comparing large genomes. Genome Biol. 5, R12 (2004).

Prodigal: Hyatt, D. et al. Prodigal: prokaryotic gene recognition and translation initiation site identification. BMC Bioinformatics 11, 119 (2010).

SAMtools: Li, H. et al. The Sequence Alignment/Map format and SAMtools. Bioinformatics 25, 2078–9 (2009).

SPAdes: Bankevich, A. et al. SPAdes: a new genome assembly algorithm and its applications to single-cell sequencing. J. Comput. Biol. 19, 455–77 (2012)

Further Information

For more information on this software see:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].