Closed zhengxwen closed 10 years ago
We observe that adding a very large dataset by add.gdsn could cause the following error:
add.gdsn
Error in add.gdsn(gfile, "snp.id", snp.id, compress = compress.annotation, : Invalid Zip Deflate Stream operation 'Seek'!
Immediate solution -- downgrade the package gdsfmt from v1.1.0 to v1.0.4:
install.packages("gdsfmt", repos="http://bioconductor.org/packages/release/extra")
Patched version: v1.1.1.
Fix it in gdsfmt_1.1.1.1
We observe that adding a very large dataset by
add.gdsn
could cause the following error:Immediate solution -- downgrade the package gdsfmt from v1.1.0 to v1.0.4:
Patched version: v1.1.1.