Skip to content

Releases: HadrienG/InSilicoSeq

v1.4.4

23 Oct 07:39
1.4.4
9b65a3b
Compare
Choose a tag to compare

Bugfix release:

v1.4.2

06 Jun 15:09
1.4.2
1a2e6d6
Compare
Choose a tag to compare

Bugfix release:

  • fix (again) for #96

v1.4.1

03 Jun 07:49
1.4.1
a1bec42
Compare
Choose a tag to compare

Bugfix release:

  • --draft works again

v1.4.0

31 May 07:39
1.4.0
83c79ab
Compare
Choose a tag to compare

iss generate"

  • New perfect mode to simulate error-free reads (#103)
  • allow gzip output with --compress/-z (#100)

v1.3.6

14 May 06:30
1.3.6
b53c0b8
Compare
Choose a tag to compare

Bugfix release:

  • InSilicoSeq is now compatible with numpy 1.6.3 (#101)

v1.3.5

09 Apr 06:41
1.3.5
acfe398
Compare
Choose a tag to compare

Bugfix release:

  • No more duplicated read names (#94)
  • Does not crash on deletions at the end of chr template anymore (#97) (Thanks @standage)

v1.3.3

17 Dec 17:56
1.3.3
5a985b4
Compare
Choose a tag to compare

Bugfix release:

  • iss generate --ncbi is now much faster (#77)
  • iss generate should not fail to introduce substitutions error on lower case nucleotides anymore (#73)

v1.3.1

21 Nov 06:24
1.3.1
c7052c0
Compare
Choose a tag to compare

Bug fixes:

  • iss generate doesn't crash when trying to delete a lowercase nucleotide anymore
  • iss generate doesn't crash when encountering some ambiguous nucleotides (B, V, H and D) anymore

v1.3.0

15 Nov 10:23
1.3.0
32a8d25
Compare
Choose a tag to compare

iss generate:

  • --genomes accepts multiple input files
  • new, optional --draft option for input draft genomes (#71)
  • now accepts combinations of --genomes, --draft and --ncbi
  • new --seed argument for reproducibility (#75)
  • consistent number of reads (#74)

minor fixes

  • upgrade requests in Pipfile.lock

Minor Release

19 Sep 11:50
1.2.1
8194554
Compare
Choose a tag to compare

This is a bug fix release:

  • iss: now works with python 3.7 (#68)
  • iss generate: minor change to the read names to make BWA happy (#67 , thanks @alienzj for the PR 🎉 )
  • iss model: Do not crash on weird CIGAR strings anymore (#69)
  • iss model: aligned reads can now be of different lengths