alyssafrazee / polyester

Bioconductor package "polyester", devel version. RNA-seq read simulator.
http://biorxiv.org/content/early/2014/12/12/006015
89 stars 51 forks source link

Read length longer than 100 with illumina4 platform error #63

Open tonyyzy opened 5 years ago

tonyyzy commented 5 years ago

Hey, I'm very new to polyester! I tried to use simulate_experiment with both readlen=101 and error_model="illumina4". Polyester through me

Error in sample.int(length(x), size, replace, prob) :
  NA in probability vector

I then looked into https://github.com/alyssafrazee/polyester/blob/master/data/ill100v4_mate1.rda it appears that this error probability matrix only support up to 100 bases? Is this by design? Many thanks!