trycycler 0.5.3

Trycycler

Trycycler is a tool for generating consensus long-read assemblies for bacterial genomes. I.e. if you have multiple long-read assemblies for the same isolate, Trycycler can combine them into a single assembly that is better than any of your inputs.

For installation instructions, usage, deeper explanations and more, head over to the Trycycler wiki!

Using in SGE_Batch

Make sure you are in bash, and generate a shell script with your commands that you want to submit over SGE. Add the source /local/cluster/trycycler/activate.sh line before your commands to access the programs over SGE.

To activate:

1
2
bash
source /local/cluster/trycycler/activate.sh

Location and version:

1
2
3
4
$ which trycycler
/local/cluster/trycycler/bin/trycycler
$ trycycler --version
Trycycler v0.5.3

help message:

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
$ trycycler --help
usage: trycycler [-h] [--version]
                 {subsample,cluster,dotplot,reconcile,msa,partition,consensus}
                 ...

 _______                               _
|__   __|                             | |
   | | _ __  _   _   ___  _   _   ___ | |  ___  _ __
   | || '__|| | | | / __|| | | | / __|| | / _ \| '__|
   | || |   | |_| || (__ | |_| || (__ | ||  __/| |
   |_||_|    \__, | \___| \__, | \___||_| \___||_|
              __/ |        __/ |
             |___/        |___/

Trycycler: a consensus long-read assembly tool

Commands:
  {subsample,cluster,dotplot,reconcile,msa,partition,consensus}
                        subsample: subsample a long-read set
                        cluster:   cluster contigs by similarity
                        dotplot:   draw pairwise dotplots for a cluster
                        reconcile: reconcile contig sequences
                        msa:       multiple sequence alignment
                        partition: partition reads by cluster
                        consensus: derive a consensus sequence

Help:
  -h, --help            Show this help message and exit
  --version             Show program's version number and exit

software ref: https://github.com/rrwick/Trycycler
software ref: https://github.com/rrwick/Trycycler/wiki
research ref: https://doi.org/10.1186/s13059-021-02483-z