Skip to content

Releases: fmalmeida/easy_circos

easy_circos v0.4

20 Dec 21:32
bcd581f
Compare
Choose a tag to compare

Release notes

Main change is the addition of minimap2 as an option for big genomes and adding the possibility to customize a few circos limits from the command line.

New parameters:

For minimap2

    --use_minimap2                      Compute links with minimap2. This is only useful for big genomes.
                                        With small genomes probably no align block will be detected.
                                        For minimap2, --minid and --linklen have no effect. By default uses blastn.
    
    --minimap2_method                   Select alignment "method" / "algorithm" for minimap2.
                                        Options: asm5 | asm10 | asm20. [Default: asm20]

For circos plot limits.

# Housekeeping conf

    --max_ticks                         Max number of ticks allowed to plot. [Default: 5000]
    --max_ideograms                     Max number of ideograms allowed to plot. [Default: 200]
    --max_links                         Max number of links allowed to plot. [Default: 50000]
    --max_points_per_track              Max number of points per track (e.g. histogram) allowed to plot. [Default: 50000]

easy_circos v0.3

19 Dec 18:00
e1c52c2
Compare
Choose a tag to compare

Added scripts to allow its usage inside bacannot

easy_circos (v0.2)

08 Jul 01:39
Compare
Choose a tag to compare

Release notes

Added option for plotting 2D tracks:

  • Text labels
  • Tiles

Also added a documentation: https://easy-circos.readthedocs.io/en/latest/index.html

easy_circos

05 Jul 16:14
Compare
Choose a tag to compare

easy_circos

A simple script for creating minimal functional circos plots together with its configuration files (for further customisation).