Update memory-size log message.
[lightning.git] / cmd.go
2021-12-29 Tom CleggMore aggressive GC.
2021-10-28 Tom CleggAdd anno2vcf command.
2021-09-13 Tom CleggGenerate numpy matrices from slices.
2021-09-13 Tom CleggAlways log version at startup.
2021-09-13 Tom CleggSlice imported data by tag#.
2021-08-06 Tom CleggAdd copyright headers.
2021-06-15 Tom CleggAdd "flake" command (read, tidy, write).
2021-02-19 Tom CleggUpgrade to debian bullseye to get bcftools 1.11.
2021-02-08 Tom CleggMove command line tool to subdir.
2021-01-18 Tom CleggAdd dumpgob command.
2020-12-02 Tom CleggImprove import and vcf2fasta performance.
2020-11-05 Tom CleggAdd numpy-common-variants sanity check.
2020-11-01 Tom CleggWrite annotations along with numpy.
2020-10-28 Tom CleggExport tile annotations.
2020-10-25 Tom CleggPlot import stats.
2020-10-25 Tom CleggWrite import stats to stats.json.
2020-10-25 Tom CleggTurn off timestamps in logs when not logging to a tty.
2020-10-20 Tom CleggExport VCF-ish.
2020-10-16 Tom CleggAdd merge cmd.
2020-10-14 Tom CleggExport HGVS.
2020-10-07 Tom CleggAdd stats command.
2020-09-17 Tom CleggDo PCA in Go.
2020-05-12 Tom CleggAdd diff-fasta command.
2020-03-12 Tom CleggAdd python2 to docker image.
2020-03-10 Tom CleggGenerate genome file from fasta.
2020-03-10 Tom CleggInstall bedtools.
2020-03-09 Tom CleggAdd vcf2fasta command.
2020-03-04 Tom CleggAdd plot subcommand.
2020-03-03 Tom CleggAdd pca subcommand.
2020-02-05 Tom CleggAdd filter subcommand.
2020-02-04 Tom CleggSplit gvcf2numpy command into import and export-numpy.
2020-01-13 Tom CleggInitial tiling code.