Skip to content

Releases: BirolLab/ntLink

ntLink v1.3.11

Choose a tag to compare

@lcoombe lcoombe released this 11 Oct 23:21
4b032cb
  • Release v1.3.11
  • Add option to specify the maximum output gap size - G
    • Note that this will NOT impact the joins made, only put a cap on the gap size introduced between sequences
  • Minor refactoring in path_node.py

ntLink v1.3.10

Choose a tag to compare

@lcoombe lcoombe released this 28 Mar 20:54
6052420
  • Release v1.3.10
  • Bugfix for overlap detection
    • Fixing an edge case - was possible for the trim coordinates to be invalid (5' trim coordinate to be greater than 3' coordinate), leading to unexpected coordinates in the AGP file
    • Now, if this case is detected, omit sequence and revert to a gap instead
  • Make installation paths to the ntLink scripts more flexible
    • If the scripts are found in the same directory as the ntLink Makefile, then use this path. Otherwise, revert to the previous behaviour and look for the files in directories relative to the Makefile
  • Documentation updates

ntLink v1.3.9

Choose a tag to compare

@lcoombe lcoombe released this 18 Apr 21:28
ff8eafa
  • Release v1.3.9
  • Fix gap-filling code to use multiple long reads files, if provided (#84)
    • Gap-filling code was expecting a single input reads file, but supplying multiple input long read files is a valid input for ntLink
    • Added a test which uses gap-filling and multiple input long read files
  • documentation updates

ntLink v1.3.8

Choose a tag to compare

@lcoombe lcoombe released this 17 Jan 23:26
e35d3a3
  • Release v1.3.8
  • Bugfix for dev option in ntLink_rounds without gap-filling

ntLink v1.3.7

Choose a tag to compare

@lcoombe lcoombe released this 16 Dec 23:21
6f535ce
  • Release v1.3.7
  • Adds parameter soft_mask. Set soft_mask=True when running ntLink with gap_fill target to use lowercase characters for filled gaps

ntLink v1.3.6

Choose a tag to compare

@lcoombe lcoombe released this 02 Dec 19:59
3b7c248
  • Release v1.3.6
  • Add option to output read to contig mappings in PAF format
    • Invoked by specifying paf=True to ntLink command
  • Add error handling to ntLink pairing stage - will clean-up files if there is an error encountered
  • Documentation updates
  • Bugfixes

ntLink v1.3.5

Choose a tag to compare

@lcoombe lcoombe released this 04 Nov 18:19
14f9338
  • Release v1.3.5
  • Refactor code in overlap and gap-filling stages to reduce the peak memory usage
  • Add option to retain intermediate files when running ntLink rounds (dev=True)
  • Add option to run ntLink mappings with increased sensitivity (sensitive=True)
    • It is recommended to keep the default sensitive=False when running ntLink in scaffolding mode, and use sensitive=True when running ntLink mapping for other applications (ex. GoldRush-Edit)
  • Bugfixes, code style fixes

ntLink v1.3.4

Choose a tag to compare

@lcoombe lcoombe released this 27 Jul 22:21
7fa0077
  • Release v1.3.4
  • Bugfixes to ntLink_rounds
  • Add to CI

ntLink v1.3.3

Choose a tag to compare

@lcoombe lcoombe released this 18 Jul 20:38
868ea86
  • Release v1.3.3
  • Add additional final soft-links to make final file name consistent when different options specified
  • Add extra clean rules for cleaning up intermediate files of ntLink runs
    • More information can be found in the wiki

ntLink v1.3.2

Choose a tag to compare

@lcoombe lcoombe released this 06 Jul 17:15
01e6899
  • Release v1.3.2
  • Remove packaged btllib, and made it a dependency instead
  • Add checks in ntLink for btllib installation