Releases: HadrienG/InSilicoSeq
Releases · HadrienG/InSilicoSeq
v1.4.0
iss generate
"
- New
perfect
mode to simulate error-free reads (#103)
- allow
gzip
output with --compress
/-z
(#100)
v1.3.6
Bugfix release:
InSilicoSeq
is now compatible with numpy 1.6.3
(#101)
v1.3.5
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
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
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
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
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