InSilicoSeq Versions Save

:rocket: A sequencing simulator

2.0.1

3 months ago

What's Changed

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

2.0.0

4 months ago

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

1.6.0

10 months ago
  • Now works with latest numpy and Biopython
  • move tests to pytest
  • fix #220

1.5.4

2 years ago
  • Changes requirements to biopython <= 1.78

1.5.3

3 years ago

Bugfix release.

  • Fix for #202

1.5.2

3 years ago

Bugfix release:

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

1.5.1

3 years ago

Bugfix release:

  • Fix for #189 (thanks to @emollier )

1.5.0

3 years ago

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)

1.4.6

4 years ago

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

1.4.5

4 years ago

Bugfix release:

  • Fix for #133