Handle fasta with no line breaks.
[lightning.git] / slicenumpy.go
2022-01-07 Tom CleggFilter HGVS columns by coverage & p-value threshold.
2021-12-30 Tom CleggFix coordinates in hgvs annotations.
2021-12-30 Tom CleggFix slice padding.
2021-12-30 Tom CleggFix blocking on gob encode.
2021-12-29 Tom CleggMore aggressive GC.
2021-12-29 Tom CleggFix index out of bounds error.
2021-12-29 Tom CleggRefactor chunked-hgvs to use less memory.
2021-12-27 Tom CleggSeparate options to output single/chunked hgvs matrices.
2021-12-21 Tom CleggBump slice-numpy memory.
2021-12-02 Tom CleggAdd null csv rows for ref/undiffed. Ensure 0 means...
2021-11-30 Tom CleggNot a bug when ref is the only variant loaded.
2021-11-27 Tom CleggMention undiffable variants in annotations, write ...
2021-11-26 Tom CleggWrite hgvs-oriented matrix and annotations csv.
2021-11-26 Tom CleggLog exact locations of duplicate tags.
2021-11-25 Tom CleggDrop duplicate tags, fix ref position tracking.
2021-11-25 Tom CleggMore debug messages and error checks.
2021-11-24 Tom CleggOption to merge matrices and annotations.
2021-11-22 Tom CleggImplement -regions and -expand-regions for slice-numpy.
2021-11-04 Tom CleggFix variant numbering.
2021-11-01 Tom CleggFix duplicate entries in slice-numpy annotations.
2021-11-01 Tom CleggAvoid empty "ref" field in anno2vcf output.
2021-10-28 Tom CleggBump slice-numpy memory.
2021-10-28 Tom CleggAdd anno2vcf command.
2021-10-06 Tom CleggImplement -match-genome filter.
2021-10-06 Tom CleggSave all ref tile data in slice 0.
2021-09-25 Tom CleggImprove logging.
2021-09-25 Tom CleggTweak cpu/mem usage.
2021-09-23 Tom CleggAccept multiple input libraries for slice→slicenumpy.
2021-09-20 Tom CleggFix array index out of bounds.
2021-09-17 Tom CleggRenumber variants by allele count.
2021-09-17 Tom CleggFix reference assembly.
2021-09-14 Tom CleggFix mem usage, improve logging.
2021-09-13 Tom CleggGenerate annotations for slices.
2021-09-13 Tom CleggGenerate numpy matrices from slices.