lightning.git
2020-04-23 Tom CleggLog out-of-order tags if -loglevel=debug.
2020-04-21 Tom CleggUse black marker instead of crashing on inputs with...
2020-04-21 Tom CleggMore memory for pca.
2020-04-21 Tom CleggDon't log token in websocket url.
2020-04-08 Tom CleggMore memory for import.
2020-04-06 Tom CleggFix up websocket locking.
2020-04-06 Tom CleggPropagate skip-ooo flag to container.
2020-04-06 Tom CleggExit non-zero if container is cancelled.
2020-04-06 Tom CleggOutput to arvados storage instead of staging on local...
2020-04-06 Tom CleggOption to skip/ignore out-of-order tags.
2020-04-06 Tom CleggFixup tagset collection in example script.
2020-04-03 Tom CleggRequest more memory when using mask.
2020-04-03 Tom CleggRead contig sizes from vcf.
2020-04-02 Tom CleggKill other children and exit early if one child process...
2020-04-02 Tom CleggSort genome file same way as vcf regions.
2020-03-12 Tom Cleggs/python/python2/
2020-03-12 Tom CleggAdd python2 to docker image.
2020-03-12 Tom CleggFix example script.
2020-03-12 Tom CleggPropagate genome arg.
2020-03-11 Tom CleggRefactor websocket listener.
2020-03-11 Tom CleggDon't pipe gvcf_regions to bedtools. Avoid short-read...
2020-03-11 Tom CleggUse named pipe for bcftools --mask data.
2020-03-11 Tom CleggShow file path in ref2genome -local=false.
2020-03-11 Tom CleggAdd -priority to example script.
2020-03-11 Tom CleggFix missing VCPUs.
2020-03-11 Tom CleggFix unchecked error.
2020-03-11 Tom CleggConnect stdin/stdout in docker containers.
2020-03-11 Tom CleggNo O_EXCL.
2020-03-11 Tom CleggError reporting.
2020-03-10 Tom CleggUpdate example script.
2020-03-10 Tom CleggFix docker mounts.
2020-03-10 Tom CleggGenerate genome file from fasta.
2020-03-10 Tom CleggFix example collections.
2020-03-10 Tom CleggInstall bedtools.
2020-03-10 Tom CleggShow stderr from children.
2020-03-10 Tom CleggDon't try to pass fd 3 to docker.
2020-03-10 Tom Cleggvcf2fasta -mask cont'd.
2020-03-10 Tom CleggPass gvcf_regions.py via mount.
2020-03-10 Tom CleggContainer request priority flag.
2020-03-09 Tom CleggAdd vcf2fasta -mask option.
2020-03-09 Tom CleggAdd vcf2fasta command.
2020-03-07 Tom CleggRemove debug bit.
2020-03-05 Tom CleggUse more tiling workers than NumCPU.
2020-03-05 Tom CleggFilter logs by container on client side of ws connection.
2020-03-05 Tom CleggLess verbose logging.
2020-03-05 Tom CleggUpgrade deps.
2020-03-05 Tom CleggFix up log/event handling.
2020-03-05 Tom CleggI/O pipeline, show arvados container logs.
2020-03-04 Tom CleggAdd example script.
2020-03-04 Tom CleggAdd plot subcommand.
2020-03-04 Tom CleggTidy log messages.
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-03-02 Tom CleggRun "import" in arvados container.
2020-03-02 Tom CleggAdd import -o argument.
2020-03-02 Tom CleggDon't require reference data when all inputs are fasta.
2020-02-07 Tom CleggUpdate go.sum.
2020-02-07 Tom CleggFix typo.
2020-02-06 Tom CleggFix zeroing everything if max-variants not specified.
2020-02-06 Tom CleggFix copy-paste error in color map.
2020-02-05 Tom CleggAdd filter subcommand.
2020-02-04 Tom CleggSplit gvcf2numpy command into import and export-numpy.
2020-02-03 Tom CleggColor PCA plot.
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-30 Tom CleggAccount for WIP in progress report.
2020-01-30 Tom CleggRemove spurious else.
2020-01-30 Tom CleggUse 2bit-packed uint64 as tagmapKey.
2020-01-30 Tom CleggFix file mode.
2020-01-30 Tom CleggAdd -pprof flag.
2020-01-30 Tom CleggFix writing all variant numbers to npy row 0.
2020-01-30 Tom CleggSkip extra assignment.
2020-01-30 Tom CleggAdd example PCA script.
2020-01-30 Tom CleggFix shadowed var captured in goroutine.
2020-01-20 Tom CleggTest fasta2numpy.
2020-01-20 Tom CleggInclude ending tag in tile sequence.
2020-01-19 Tom CleggUse blake256 sum.
2020-01-19 Tom CleggAccept fasta inputs.
2020-01-19 Tom CleggDon't try to match overlapping tags.
2020-01-17 Tom CleggDrop tiles with no-calls.
2020-01-17 Tom CleggFix deadlock from unclosed chan.
2020-01-17 Tom CleggLog tile library size periodically.
2020-01-16 Tom CleggShow progress / ETA.
2020-01-16 Tom Cleggint32 -> uint16 in numpy output.
2020-01-16 Tom CleggFix errs channel race.
2020-01-16 Tom CleggWrite numpy array.
2020-01-15 Tom Cleggmd5 -> blake2b
2020-01-15 Tom CleggAccept directories as vcf source args.
2020-01-14 Tom Clegglimit concurrency
2020-01-14 Tom Cleggaccept csi or tbi index
2020-01-14 Tom CleggFix docker buffering everything.
2020-01-14 Tom CleggLimit concurrency.
2020-01-14 Tom CleggOutput tile variant arrays.
2020-01-13 Tom CleggInitial tiling code.