Releases: Nextomics/NextDenovo
Releases · Nextomics/NextDenovo
NextDenovo2.5.2
NextDenovo2.5.1
- Some small improvements and bugs fixed.
NextDenovo2.5.0
- Fix a bug about parsing fastq files for HiFi or corrected data, #123 and #119 .
- Use Paralleltask to submit, control, and monitor jobs.
Re-upload:
- Fixed a typo.
NextDenovo2.4.0
- Optimized assembly with PacBio HiFi data.
- Optimized nextgraph speed for ultra-large genomes (>=10 Gb).
- Optimized the parameter set and added three new parameters:
input_type
,genome_size
andseed_depth
. - Wrapped the seed_cutoff calculation step into the main pipeline, users do not require to run
seq_stat
first. - Simplified the configuration file, only two parameters (
input_fofn
andinput_type
) are required and most parameters can be set automatically. - Reformatted the output log information, the log will contain the version number and the parameter set.
- Fixed a bug that does not output short circular contigs.
- Added three FAQs, see here for details.
- Released a compiled version that supports ARM
NextDenovo2.3.1
- Optimized assembly with PacBio CLR data.
- Optimized some default parameters for short seed_cutoff.
- Fixed a bug that seq_stat suggests seed_cutoff is 0.
- Fixed a memory leak bug in minimap2-nd.
- Fixed a bug that exits without any errors.
- Added a function to clip tandem repeats at both end of corrected seeds.
- Optimized ovl_sort algorithm to produce more high-quality and non-chimeric corrected seeds.
- Use non-seed reads to correct structural & base errors if seed depth < 35.
- Changed some default value of some parameters and renamed some parameters of nextgraph.
- Added limitations and more benchmarks with other assemblers.
- Some other small improvements and bugs fixed.
NextDenovo2.3.0
- Added an extra step to correct structural & base errors after the ctg_graph step.
- Re-constructed the algorithm in nextGraph about removing alternative utgs/bubbles/short branches, which will significantly improve the assembly continuity and accuracy, especially for highly heterozygous genomes.
- Removed the
random_round
option. - Optimized the CNS algorithm, slightly improved the corrected seed accuracy.
- Add support for python3
- Added the assembly quality comparison with Canu, Flye, and Shasta using ONT data from CHM13.
- Fixed a few of bugs.
- Lots of other small improvements.
NextDenovo2.2-beta.0
- Added a fast mode (options: --mode and --cn ) for minimap2-nd, which will be faster for highly repetitive genomes.
- Improved the CNS accuracy of seeds in highly repetitive or heterozygous regions.
- Fixed two minor bugs in NextGraph and added a function to break some unexpected connection errors.
- Added a tutorial about how to configure Drmaa and a function to configure cluster_options automatically.
- Add a function to assembly from corrected reads without CNS steps.
- Other small improvements.
NextDenovo2.1-beta.0
- Fixed a few of bugs.
- Add a function to del highly repetitive edges.
- Add an option
-G
to control whether del potential chimeric edges. - Re-construct the function to del low score edges.
- Increase a better compatibility to run on a slurm system.
- Add a warning when using the default value of seed_cutoff.
- Increase more test data to avoid empty results.
NextDenovo2.0-beta.1
- Reconstruct the error correction algorithm.
- Initialize NextGraph.
- Add a more detailed manual.
NextDenovo1.1.1
- Fix a memory leak bug.