small GWASTools patch to allow to use already built gds objects in Genotype Readers
0
0
Entering edit mode
Karl Forner ▴ 70
@karl-forner-2831
Last seen 7.3 years ago
Switzerland
Hello, This is a patch for GWASTools that allows to use gds instances instead of filenames as arguments of GdsGenotypeReader and GdsReader. Recent versions of gdsfmt have introduced new arguments for the openfn.gds function that creates gds objects: allow_duplicate and allow_fork. It is not possible to use a GdsGenotypeReader for example with mlcapply if the gds has not been opened with allow_fork=TRUE. To fix this I created a patch to be able to do: GdsGenotypeReader(openfn.gds(filename, allow_fork = TRUE, allow_duplicate = TRUE)). I first thought of using ... arguments, but they are already used (though not documented) in GdsGenotypeReader to init some class fields. I added some tests and updated the docs too. This is just a proof of concept, I'd be happy to discuss it and help fixing this problem. Best regards, Karl Forner [[alternative HTML version deleted]]
GWASTools GWASTools • 1.0k views
ADD COMMENT

Login before adding your answer.

Traffic: 751 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6