Skip to content

ntLink v1.3.10

Compare
Choose a tag to compare
@lcoombe lcoombe released this 28 Mar 20:54
· 3 commits to master since this release
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