Fix some tests.
[lightning.git] / export.go
2022-11-18 Tom CleggCheck for unparsed command line args.
2021-09-09 Tom CleggUse callbacks in struct instead of args to Load*().
2021-09-01 Tom CleggFix missed TranslatePaths and unreported error.
2021-08-31 Tom CleggAdd -p-value and -cases options for exporting hgvs...
2021-08-12 Tom CleggFix array index out of bounds.
2021-08-11 Tom CleggExport hgvs one-hot numpy: -1 for missing / low quality...
2021-08-10 Tom CleggAdd filter options to export cmd.
2021-08-10 Tom CleggMemory tweaks.
2021-08-06 Tom CleggAdd copyright headers.
2021-08-06 Tom CleggReduce memory use, Limit goroutines when exporting...
2021-08-03 Tom CleggReduce lock contention.
2021-08-03 Tom CleggWrite annotations through to conserve memory.
2021-08-02 Tom CleggExport hgvs one-hot numpy.
2021-07-30 Tom CleggUse tsv filename when using tab separator.
2021-07-29 Tom CleggTrack which tile variants each hgvs.Variant appeared in.
2021-07-15 Tom CleggSkip diffs on long ref seqs.
2021-07-13 Tom CleggCompress export output.
2021-07-13 Tom CleggFix up VCF format.
2021-07-12 Tom CleggFix recomputing diffs N times.
2021-07-12 Tom CleggSeparate pvcf/vcf output.
2021-07-09 Tom CleggProgress indicator for exportSeq.
2021-07-09 Tom CleggImprove concurrency in export-diff.
2021-07-08 Tom CleggFix missing output.
2021-07-08 Tom CleggUse more cpus.
2021-07-08 Tom CleggFix use of nil writer.
2021-07-08 Tom CleggEnable network access to get port forwarding.
2021-07-08 Tom CleggOption to export one vcf/csv file per chromosome.
2021-05-25 Tom CleggBring memory back down.
2021-05-24 Tom CleggLimit tile size in export.
2021-05-21 Tom CleggSave runtime profile data periodically.
2021-05-20 Tom CleggDon't try to buffer/sort export.
2021-05-19 Tom CleggMore memory, but release buffers.
2021-05-18 Tom CleggManage export memory.
2021-05-11 Tom CleggAvoid buffering entire output in memory.
2021-05-07 Tom CleggExport hgvs-onehot.
2021-03-04 Tom CleggBump export RAM.
2021-03-01 Tom CleggThrottle goroutines and unflushed bufs to NCPUs.
2021-02-08 Tom CleggMove command line tool to subdir.
2020-11-19 Tom CleggFix divide by zero.
2020-11-13 Tom CleggGzip gob files.
2020-11-12 Tom CleggWhen not saving incomplete tilevars, still save hashes...
2020-10-26 Tom CleggContinue loop a bit earlier.
2020-10-22 Tom CleggFix coverage score.
2020-10-22 Tom CleggMore RAM for export.
2020-10-22 Tom CleggSplit big func.
2020-10-22 Tom CleggAssemble sequences concurrently.
2020-10-22 Tom CleggFix chr pos after chr1.
2020-10-21 Tom CleggHandle N in ref.
2020-10-21 Tom CleggExport bed file.
2020-10-20 Tom CleggExport VCF-ish.