Skip to content

Releases: ComparativeGenomicsToolkit/hal2vg

hal2vg 1.0.16 2021-12-20

20 Dec 16:54
56ee085
Compare
Choose a tag to compare

hal2vg 1.0.16 is available in the following forms:

WARNING: do not use the github automatically generated source files (Source code (zip) or Source code (tar.gz)), these are not correct.

Release notes

  • Fix clip-vg -e to properly forwardize self-loops -- a bug previously left out edges in some cases leaving invalid paths
  • Add filter-paf-deletions to remove mappings that would induce large deletions in resulting sequence graph

hal2vg 1.0.15 2021-09-03

03 Sep 13:10
0834ba8
Compare
Choose a tag to compare

hal2vg 1.0.15 is available in the following forms:

WARNING: do not use the github automatically generated source files (Source code (zip) or Source code (tar.gz)), these are not correct.

Release notes

Adds halUnclip to insert centromeres (or any sequence chopped out using cactus-preprocess) back into the hal file from a given set of fasta files. Alignment blocks are unchanged, but sequences with _sub_x_y suffixes get glued back together and renamed.

hal2vg 1.0.14 2021-07-30

30 Jul 14:21
47b86c8
Compare
Choose a tag to compare

hal2vg 1.0.14 is available in the following forms:

WARNING: do not use the github automatically generated source files (Source code (zip) or Source code (tar.gz)), these are not correct.

Release notes

Why so many releases? Because Cactus's release and Docker build are pinned to binary hal2vg releases, so every update required for Cactus necessitates a release here. Never thought there would be so many...

  • clip-vg reverted back to the state that Cactus remains pinned on (equivalent to v1.0.11)
  • nested subpath naming support added to hal2vg

hal2vg 1.0.13 2021-07-21

21 Jul 15:38
a046174
Compare
Choose a tag to compare

hal2vg 1.0.13 is available in the following forms:

WARNING: do not use the github automatically generated source files (Source code (zip) or Source code (tar.gz)), these are not correct.

Release notes

  • clip-vg -s option generalized to accept a minimum fraction of softmasked bases

hal2vg 1.0.12 2021-07-14

14 Jul 15:30
446238b
Compare
Choose a tag to compare

hal2vg 1.0.12 is available in the following forms:

WARNING: do not use the github automatically generated source files (Source code (zip) or Source code (tar.gz)), these are not correct.

Release notes

  • clip-vg -s option added to restrict clipping with -u (unaligned) to softmaksed bases

hal2vg 1.0.11 2021-05-17

17 May 19:33
3b34003
Compare
Choose a tag to compare

hal2vg 1.0.11 is available in the following forms:

WARNING: do not use the github automatically generated source files (Source code (zip) or Source code (tar.gz)), these are not correct.

Release notes

  • clip-vg -d option added to filter out paths (and nodes unique to them) with given prefix (used in pipeline to filter out minigraph segments)

hal2vg 1.0.10 2021-05-06

06 May 17:47
b34a0f7
Compare
Choose a tag to compare

hal2vg 1.0.10 is available in the following forms:

WARNING: do not use the github automatically generated source files (Source code (zip) or Source code (tar.gz)), these are not correct.

Release notes

  • hal2vg will automatically translate _sub_X_Y into [X-Y]. The former is what cactus-graphmap-split uses to mark subpaths in HAL (without using special characters that annoy hubs). The latter is what vg expects.

  • clip-vg updated to properly resolve subpath naming when splitting. Note: it is not fully handled in the bed input (so a bed file with chr1 would not be applied to a path with chr1[100-300])... but the bed logic is currently not part of the pipeline...

v1.0.9: Merge pull request #43 from ComparativeGenomicsToolkit/chop

30 Mar 14:35
1244493
Compare
Choose a tag to compare

hal2vg 1.0.9 is available in the following forms:

WARNING: do not use the github automatically generated source files (Source code (zip) or Source code (tar.gz)), these are not correct.

Release notes

halMergeChroms binary added. It can be used to merge separate chromosome hal files, such as those produced by the Cactus Pangenome Pipeline, into a single file.

hal2vg 1.0.8 2021-03-08

08 Mar 15:38
133b518
Compare
Choose a tag to compare

hal2vg 1.0.8 is available in the following forms:

WARNING: do not use the github automatically generated source files (Source code (zip) or Source code (tar.gz)), these are not correct.

Release notes

clip-vg generalized to remove unaligned gaps (-u) without needing a bed file. Also, when a reference prefix is given (-e) it will make sure all steps in reference paths are in forward orientation (to be compatible with rGFA). Also, when a reference prefix is given, connected components that are not anchored to any reference paths are cut by default (keep them with -n)

hal2vg 1.0.7 2021-02-09

10 Feb 01:07
91a7569
Compare
Choose a tag to compare
Pre-release

hal2vg 1.0.7 is available in the following forms:

WARNING: do not use the github automatically generated source files (Source code (zip) or Source code (tar.gz)), these are not correct.

Release notes

halRemoveDupes fixed to remove necessary vertical edges