ntLink v1.3.5
- Release v1.3.5
- Refactor code in
overlap
andgap-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 usesensitive=True
when running ntLink mapping for other applications (ex. GoldRush-Edit)
- It is recommended to keep the default
- Bugfixes, code style fixes