Move command line tool to subdir.
[lightning.git] / exportnumpy.go
2021-02-08 Tom CleggMove command line tool to subdir.
2021-01-29 Tom CleggLog exported numpy shape.
2020-12-17 Tom CleggBump exportnumpy memory.
2020-12-16 Tom CleggSort rows by label shown in csv, not full file path.
2020-12-04 Tom CleggInclude numpy matrix filename in labels csv.
2020-12-04 Tom CleggMore memory + direct Keep access for merge and exportnumpy.
2020-11-25 Tom CleggExport labels.csv with numpy array.
2020-11-19 Tom CleggIndicate low quality tile variants with -1 in numpy...
2020-11-13 Tom CleggGzip gob files.
2020-11-12 Tom CleggWhen not saving incomplete tilevars, still save hashes...
2020-11-05 Tom CleggRenumber/prune variants for numpy export.
2020-11-02 Tom CleggAdjust speed knobs.
2020-11-02 Tom CleggPropagate filters to container.
2020-11-01 Tom CleggWrite annotations along with numpy.
2020-10-31 Tom CleggUse tilelib to load for export and pca.
2020-09-18 Tom CleggMore logs.
2020-09-17 Tom CleggDo PCA in Go.
2020-09-15 Tom CleggMore memory for export-numpy.
2020-09-11 Tom CleggOption to recode as one-hot for numpy output.
2020-09-09 Tom CleggSort numpy output by label.
2020-03-10 Tom CleggContainer request priority flag.
2020-03-05 Tom CleggLess verbose logging.
2020-03-05 Tom CleggI/O pipeline, show arvados container logs.
2020-03-04 Tom CleggFix input arg in export.
2020-03-03 Tom CleggAdd pca subcommand.
2020-03-03 Tom CleggRun "filter" and "export" in arvados containers.
2020-02-04 Tom CleggSplit gvcf2numpy command into import and export-numpy.