InSilicoSeq
InSilicoSeq copied to clipboard
Using kde ErrorModel problem!
hi, when i used the tested data set, the error was raised, like this! do you know was happended?
iss generate --genomes SRS121011.fasta --model miseq --output miseq_reads
INFO:iss.app:Starting iss generate
INFO:iss.app:Using kde ErrorModel
Traceback (most recent call last):
File "/mibi/Wanli/anaconda/envs/wanli/bin/iss", line 10, in
Hi!
Could you tell me which version of both InSilicoseq and numpy you are using?
you can check numpy's version number interactively with:
import numpy
print(numpy.__version__)
Hi, I also encounter this issue with numpy (1.22.3) and InSilicoSeq(1.3.5). It seems that numpy change NpzFile class parameter allow_pickle default to False. (in the numpy/lib/npyio.py) I can resolve this issue by manually changing numpy/lib/npyio.py from my conda environment, but it would be nice if InSilicoSeq can resolve this in the first place. Thank you!