Write import stats to stats.json.
[lightning.git] / tilelib.go
2020-10-25 Tom CleggWrite import stats to stats.json.
2020-10-23 Tom CleggLog input seq/chrom size, input coverage, tile coverage.
2020-10-22 Tom CleggFix var reused in goroutine.
2020-10-21 Tom CleggUse only first field of fasta comment as sequence label.
2020-10-19 Tom CleggHandle variant 0 ("none") in CompactSequences.
2020-10-14 Tom CleggExport HGVS.
2020-10-12 Tom CleggRefactor merge.
2020-10-12 Tom CleggAdd merge command.
2020-10-08 Tom CleggInclude tile variant IDs in library.
2020-09-25 Tom CleggOption to treat tiles with no-calls as regular tiles.
2020-09-25 Tom CleggOption to output tile library when importing.
2020-09-02 Tom CleggFix panic on blank line in fasta.
2020-09-02 Tom CleggUse real longest increasing subsequence algorithm for...
2020-04-24 Tom CleggLog # duplicate tags.
2020-04-24 Tom CleggLog number of skipped tags.
2020-04-24 Tom Clegg-skip-ooo: fix skipping 7 in seq like 0-1-7-0
2020-04-23 Tom CleggLog out-of-order tags if -loglevel=debug.
2020-04-06 Tom CleggOption to skip/ignore out-of-order tags.
2020-03-05 Tom CleggLess verbose logging.
2020-01-31 Tom CleggCompact on the fly to reduce memory use.
2020-01-31 Tom CleggSkip chr*_*.
2020-01-31 Tom CleggReduce allocs while tiling.
2020-01-20 Tom CleggInclude ending tag in tile sequence.
2020-01-19 Tom CleggUse blake256 sum.
2020-01-17 Tom CleggDrop tiles with no-calls.
2020-01-17 Tom CleggLog tile library size periodically.
2020-01-15 Tom Cleggmd5 -> blake2b
2020-01-14 Tom Clegglimit concurrency
2020-01-14 Tom CleggOutput tile variant arrays.
2020-01-13 Tom CleggInitial tiling code.