molgenis / VaSeBuilder

Validation Set Builder
GNU Lesser General Public License v3.0
1 stars 3 forks source link

Add donor fastq reads semi randomly over the acceptors #53

Closed MatthieuBeukers closed 5 years ago

MatthieuBeukers commented 5 years ago

Currently, all reads containing a variant will be added as one 'package' to the acceptor. In real fastq files, reads containing the same variant will be distributed all over the fastq files. It would be better to have donor reads also distributed all over the fastq files.

MatthieuBeukers commented 5 years ago

"Semi randomly" as the R1 and R2 donor reads need to be added at the same position in the R1 and R2 files.