Skip to content

Files

Latest commit

9170acb · Mar 20, 2023

History

History
This branch is 31 commits ahead of, 139 commits behind StaPH-B/docker-builds:master.

0.5.4

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 20, 2023
Mar 20, 2023

trycycler container

Main tool: trycycler

Additional tools:

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.