Releases: HadrienG/InSilicoSeq
Releases · HadrienG/InSilicoSeq
v2.0.1
v2.0.0
New features and improvements
- amplicon simulation with
--sequence_type amplicon
(and optionally--readcount
) - new and updated error models (including NextSeq, and MiSeq models with different quality thresholds)
- improved memory usage and performance
Bug fixes
iss
now always simulates the correct number of reads- fix incorrect insert size distributions in existing models
Other
- switch to pytest
- linting and formatting
v1.6.0
v1.5.4
v1.5.3
v1.5.2
v1.5.1
v1.5.0
The release fixes a few bugs and brings some improvements to existing options.
Improvements:
- the
coverage
option now accepts distributions (same than--abundance
) and scales them accordingly to--n_reads
(#127) - the old
--coverage
option has been renamed--coverage_file
--draft
is now usable with abundance and coverage files (#83)
Bugfixes: