File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2121# [ 6.0.0] ( https://github.com/GMOD/vcf-js/compare/v5.0.10...v6.0.0 ) (2024-11-30)
2222
2323- Changes the default Variant object to have a SAMPLES() function call instead
24- of a SAMPLES getter, to make it mor abundantly clear that it is a lazy
24+ of a SAMPLES getter, to make it more abundantly clear that it is a lazy
2525 operation. Also adds a GENOTYPES() function that returns the raw string of
2626 genotype fields
2727
Original file line number Diff line number Diff line change 11// constructed with the assistance of claude AI
22//
33// I first prompted it with a regex that splits a comma separated string with
4- // awareness of quotation from this stackoverflow queston
4+ // awareness of quotation from this stackoverflow question
55// https://stackoverflow.com/a/18893443/2129219, and asked it to add support
66// for square brackets
77//
You can’t perform that action at this time.
0 commit comments