Fix deadlock at container finish.
[lightning.git] / exportnumpy.go
2021-11-22 Tom CleggImplement -regions and -expand-regions for slice-numpy.
2021-09-09 Tom CleggUse callbacks in struct instead of args to Load*().
2021-08-12 Tom CleggFix unchecked error.
2021-08-10 Tom CleggAdd filter options to export cmd.
2021-08-06 Tom CleggAdd copyright headers.
2021-06-17 Tom CleggSplit sequence data into 64K independently locked parti...
2021-06-17 Tom CleggAdd concurrent load to exportnumpy.
2021-06-15 Tom CleggAdd "flake" command (read, tidy, write).
2021-06-14 Tom CleggAdjust memory.
2021-06-14 Tom CleggWrite hgvs-based numpy matrix.
2021-05-07 Tom CleggExport hgvs-onehot.
2021-04-26 Tom CleggBump exportnumpy memory.
2021-04-12 Tom CleggBump exportnumpy memory.
2021-04-01 Tom CleggAdd -expand-regions flag.
2021-03-24 Tom CleggExport selected regions.
2021-03-15 Tom CleggTest numpy annotations.
2021-03-11 Tom CleggOption to write numpy in chunks (same rows, fewer columns).
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.