Skip to content

v1.5

Compare
Choose a tag to compare
@delehef delehef released this 13 May 11:48
· 149 commits to master since this release

v1.5

  • New, non-retrocompatible JSON output format containing positions of the duplicons both globally in the strand and relative to the fragment they are situated on
  • asgart-plot can now superpose several files in a single plot
  • ASGART can optionally compute the Levenshtein distance between duplicons
  • User can set the chunking size for parallel processing with the --chunk-size option (defaults to 1,000,000)
  • Improve output files naming
  • Fix a bug in post-processing
  • Fix several minor bugs in logging system
  • Minor under-the-hood refactoring and improvements