Skip to content

Releases: PombertLab/SYNY

SYNY-v0.7e

27 Mar 14:12
Compare
Choose a tag to compare
  • Added heatmaps displaying the percentages of proteins found in clusters between each pair of genomes (summarized in SYNTENY/clusters_summary_table.tsv)
  • Fixed dotplot issue with unidimensional arrays.
  • Fixed dotplot issue when the total number of subplots is 1; now generates a single plot instead of a subplot.

SYNY-v0.7d

21 Mar 14:03
Compare
Choose a tag to compare
  • Now calculates pairwise genome alignment metrics from minimap2 PAF files, summarizes them as scatter plots, and stores the results in the ALIGNMENTS/METRICS subdirectory (see paf_metrics.py).
  • Minor README restructuring to improve readability

SYNY-v0.7c

20 Mar 13:38
Compare
Choose a tag to compare
  • Added a --resume option to skip previously computed minimap2 alignments ## Useful when optimizing barplots/dotplots
  • Added dimensions to barplot/dotplot output file names ## To prevent overwriting previous files when optimizing plots
  • Barplot/dotplot height/width options are now independent: --height/--dheight and --width/--dwidth

SYNY-v0.7b

19 Mar 15:15
Compare
Choose a tag to compare
  • Added preset option for minimap2 (--asm 5, --asm 10 or --asm 20), default = off
  • Added option to skip dotplots (--no_dotplot)
  • Added option to adjust gaps in dotplots (--wdis / --hdis)
  • Added options to adjust Circos ticks, ideograms, links and points per track max values

SYNY-v0.7

17 Mar 13:48
Compare
Choose a tag to compare
  • Now generates barplots showing colinear blocks between compared genomes using a per contig/chromosome color palette (default) or using a monochrome color instead (with --monobar blue).
  • Added a color palette option to dotplots (e.g. --dotpalette inferno)
  • Minor code fixes

SYNY-v0.7a

17 Mar 19:06
Compare
Choose a tag to compare
  • Reduced memory usage with paf_to_dotplots.py
  • Added color scheme to barplot/dotplot output files
  • Misc bug fixes

SYNY-v0.6b

15 Mar 15:56
Compare
Choose a tag to compare
  • Cleaner dotplots
  • Minor code fixes
  • Better readme

SYNY-v0.6a

13 Mar 13:19
Compare
Choose a tag to compare
  • Now generates pairwise genome alignment dotplots (in PNG format) from the minimap2 PAF files (using mathplotlib)
  • Minor code fixes

SYNY-v0.6

08 Mar 20:29
Compare
Choose a tag to compare
  • Added minimap2 dependency: now generates pairwise genome alignments in MAF, PAF and ALN (BLAST-like) formats
  • Now generates colinearity plots from pairwise genome alignments (PAF) as well as from conserved protein clusters (SYNY)

SYNY-v0.5c

07 Mar 17:54
Compare
Choose a tag to compare
  • Circos plots are now generated properly