-
Notifications
You must be signed in to change notification settings - Fork 59
Brief instructions
Although Circlator is modular, the most common way to use Circlator is to run the complete pipeline with a single command. Brief instructions for how to do this are given below.
Circlator requires corrected reads in FASTA or FASTQ format (which can be gzipped) and an assembly in FASTA format. Common long read assemblers output the required files, as listed here.
Given an assembly assembly.fasta
in FASTA format and corrected PacBio reads reads.fastq
in FASTQ format, run
circlator all assembly.fasta reads.fastq output_directory
and the results will be written to the directory (which must not already exist) output_directory
. The final circularized FASTA file is called
06.fixstart.fasta
Currently, nanopore data is of worse quality than PacBio. The parameters must be relaxed a little to use nanopore reads because the defaults assume PacBio data. Run it like this:
circlator all --merge_min_id 85 --merge_breaklen 1000 assembly.fasta reads.fastq output_directory
if you have corrected nanopore reads instead of corrected PacBio reads.
We recommend that the output assembly is polished using Quiver, or Nanopolish.