Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1009 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 1009 Bytes

trycycler container

Main tool : trycycler

The container also contains :

Trycycler "tries" different assemblies to find the one most supported by long reads.

Example Usage

trycycler subsample --reads reads.fastq --out_dir read_subsets
trycycler cluster --assemblies assemblies/*.fasta --reads reads.fastq --out_dir trycycler
trycycler reconcile --reads reads.fastq --cluster_dir trycycler/cluster_001
trycycler consensus --cluster_dir trycycler/cluster_001

It is highly recommended to read Trycycler's wiki for full usability and reasoning.