Skip to content

Releases: HadrienG/InSilicoSeq

v2.0.1

23 Feb 08:53
2.0.1
e2bc0d8
Compare
Choose a tag to compare

What's Changed

  • Fixed the instructions to run with docker
  • fix crash when using --coverage (#253)

v2.0.0

15 Feb 15:44
2.0.0
e335ca9
Compare
Choose a tag to compare

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

10 Aug 10:58
1.6.0
1687d52
Compare
Choose a tag to compare
  • Now works with latest numpy and Biopython
  • move tests to pytest
  • fix #220

v1.5.4

29 Sep 09:01
1.5.4
ddd93aa
Compare
Choose a tag to compare
  • Changes requirements to biopython <= 1.78

v1.5.3

05 May 08:53
0996c6f
Compare
Choose a tag to compare

Bugfix release.

v1.5.2

01 Feb 10:59
fc46082
Compare
Choose a tag to compare

Bugfix release:

  • Documentation clarification for --coverage_file (#191 )
  • iss generate should now produce the correct amount of reads even for highly fragmented genomes (#195)

v1.5.1

10 Oct 06:48
1.5.1
c3d5815
Compare
Choose a tag to compare

Bugfix release:

v1.5.0

13 Aug 07:04
1.5.0
b4be3a6
Compare
Choose a tag to compare

The release fixes a few bugs and brings some improvements to existing options.

⚠️ This release also deprecates python <= 3.5 ⚠️

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:

  • the documentation should build properly again (#163)
  • iss will not throw an error if invoked without options (#177)

v1.4.6

12 May 08:26
e50ca2d
Compare
Choose a tag to compare

Bugfixe release:

  • iss generate does not crash on sequences shorter than template length anymore
  • iss generate does not crash on model with no sequences with Q>20
  • --ncbi does not abruptly crash when downloading large numbers of genomes anymore

v1.4.5

22 Nov 16:46
1.4.5
6a9bca7
Compare
Choose a tag to compare

Bugfix release: