# canu **Repository Path**: lqhhhhhh/canu ## Basic Information - **Project Name**: canu - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2024-07-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Canu Canu is a fork of the [Celera Assembler](http://wgs-assembler.sourceforge.net/wiki/index.php?title=Main_Page), designed for high-noise single-molecule sequencing (such as the [PacBio](http://www.pacb.com) [RS II](http://www.pacb.com/products-and-services/pacbio-systems/rsii/)/[Sequel](http://www.pacb.com/products-and-services/pacbio-systems/sequel/) or [Oxford Nanopore](https://www.nanoporetech.com/) [MinION](https://nanoporetech.com/products)). Canu is a hierarchical assembly pipeline which runs in four steps: * Detect overlaps in high-noise sequences using [MHAP](https://github.com/marbl/MHAP) * Generate corrected sequence consensus * Trim corrected sequences * Assemble trimmed corrected sequences ## Install: * Do NOT download the .zip source code. It is missing files and will not compile. This is a [known flaw](https://github.com/dear-github/dear-github/issues/214) with git itself. * The easiest way to get started is to download a binary [release](http://github.com/marbl/canu/releases). * Installing with a 'package manager' is not encouraged, but if you have no other choice: * Conda: `conda install -c conda-forge -c bioconda -c defaults canu` * Homebrew: `brew install brewsci/bio/canu` * Alternatively, you can use the latest unreleased version from the source code. This version has not undergone the same testing as a release and so may have unknown bugs or issues generating sub-optimal assemblies. We recommend the release version for most users. git clone https://github.com/marbl/canu.git cd canu/src make -j * An *unsupported* Docker image made by Frank Förster is at https://hub.docker.com/r/greatfireball/canu/. ## Learn: The [quick start](http://canu.readthedocs.io/en/latest/quick-start.html) will get you assembling quickly, while the [tutorial](http://canu.readthedocs.io/en/latest/tutorial.html) explains things in more detail. ## Run: Brief command line help: ..//bin/canu Full list of parameters: ..//bin/canu -options ## Citation: - Koren S, Walenz BP, Berlin K, Miller JR, Phillippy AM. [Canu: scalable and accurate long-read assembly via adaptive k-mer weighting and repeat separation](https://doi.org/10.1101/gr.215087.116). Genome Research. (2017). `doi:10.1101/gr.215087.116` - Koren S, Rhie A, Walenz BP, Dilthey AT, Bickhart DM, Kingan SB, Hiendleder S, Williams JL, Smith TPL, Phillippy AM. [De novo assembly of haplotype-resolved genomes with trio binning](http://doi.org/10.1038/nbt.4277). Nature Biotechnology. (2018). (If you use trio-binning) - Nurk S, Walenz BP, Rhiea A, Vollger MR, Logsdon GA, Grothe R, Miga KH, Eichler EE, Phillippy AM, Koren S. [HiCanu: accurate assembly of segmental duplications, satellites, and allelic variants from high-fidelity long reads](https://doi.org/10.1101/2020.03.14.992248). biorXiv. (2020). (If you use -pacbio-hifi)