Fix writing all variant numbers to npy row 0.
[lightning.git] / gvcf2numpy.go
2020-01-30 Tom CleggFix writing all variant numbers to npy row 0.
2020-01-30 Tom CleggSkip extra assignment.
2020-01-30 Tom CleggFix shadowed var captured in goroutine.
2020-01-19 Tom CleggAccept fasta inputs.
2020-01-17 Tom CleggFix deadlock from unclosed chan.
2020-01-17 Tom CleggLog tile library size periodically.
2020-01-16 Tom CleggShow progress / ETA.
2020-01-16 Tom Cleggint32 -> uint16 in numpy output.
2020-01-16 Tom CleggFix errs channel race.
2020-01-16 Tom CleggWrite numpy array.
2020-01-15 Tom CleggAccept directories as vcf source args.
2020-01-14 Tom Clegglimit concurrency
2020-01-14 Tom Cleggaccept csi or tbi index
2020-01-14 Tom CleggFix docker buffering everything.
2020-01-14 Tom CleggLimit concurrency.
2020-01-14 Tom CleggOutput tile variant arrays.
2020-01-13 Tom CleggInitial tiling code.