Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: BirolLab/ntJoin

ntJoin v1.1.7

Choose a tag to compare

@lcoombe lcoombe released this 05 Aug 16:32
670b210
  • Release version v1.1.7
  • Add extra check in overlap mode
    • If estimated overlap trim on either sequence is greater than the length of the other, do not trim

ntJoin v1.1.6

Choose a tag to compare

@lcoombe lcoombe released this 04 Aug 18:56
  • Release version 1.1.6
  • Fix to overlap mode - in certain edge cases, the trimming coordinates could be invalid
    • With this fix, if this is detected, fall back to no trimming for the particular scaffold(s) involved
  • Documentation updates

ntJoin v1.1.5

Choose a tag to compare

@lcoombe lcoombe released this 19 Aug 20:30
4d4aca5
  • Release version 1.1.5
  • Fix for cases where no scaffolding was seen for circular references (#113)
    • With fix, circular graphs are detected and properly used for scaffolding sequences
  • Documentation update - ensure that any terminal N's in sequences are removed prior to ntJoin

ntJoin v1.1.4

Choose a tag to compare

@lcoombe lcoombe released this 05 Feb 19:58
6252891
  • Release version v1.1.4
  • Large code refactor
  • Bugfixes

ntJoin v1.1.3

Choose a tag to compare

@lcoombe lcoombe released this 12 Sep 20:52
428527c
  • Release version v1.1.3
  • Bugfix for edge case
    • Where there are no paths found and overlap=True

ntJoin v1.1.2

Choose a tag to compare

@lcoombe lcoombe released this 08 Sep 16:08
5c31a9a
  • Release version v1.1.2
  • Fix for compatibility with new pybedtools version (v0.9.1+)
  • Code refactoring
  • Documentation updates

ntJoin v1.1.1

Choose a tag to compare

@lcoombe lcoombe released this 25 Jul 16:51
3422993
  • Release version v1.1.1
  • Make btllib a dependency (removed packaged btllib)
  • Documentation updates

ntJoin v1.1.0

Choose a tag to compare

@lcoombe lcoombe released this 30 May 22:57
a62b241
  • Release version v1.1.0
  • Introduces new 'overlap' feature, which is enabled by default (overlap=True)
    • For adjacent sequences that have a putative overlap based on gap distance estimates:
      • Compute minimizers with a lower k and w (to increase sensitivity), and create an undirected minimizer graph using minimizers found in the putative overlap region (in multiplicity of 1 in both sequences)
      • Use the minimizer graph to anchor the sequences to each other, and use the coordinates to trim the overlapping sequence
    • This feature reduces the incidence of local misassemblies and duplications, created when overlapping sequences are naively joined end-to-end
  • Update btllib to v1.4.4
  • General bugfixes and documentation updates

ntJoin v1.0.8

Choose a tag to compare

@lcoombe lcoombe released this 06 Oct 22:47
542a6b6
  • Release version v1.0.8
  • Add support for multi-line fasta files
  • Update btllib dependency to v1.1.5

ntJoin v1.0.7

Choose a tag to compare

@lcoombe lcoombe released this 23 Jun 00:18
ef2276d
  • Release version v1.0.7
  • Update btllib dependency (to v1.1.2)
  • Bugfixes