Opened 5 years ago
Closed 4 years ago
#905 closed request (fixed)
Support VCF (Variant Call Format)
Reported by: | Peter | Owned by: | Peter |
---|---|---|---|
Priority: | major | Milestone: | yat 0.16 |
Component: | omic | Version: | |
Keywords: | Cc: |
Description
I have a class that holds a VCF entry (just needs a few tweaks to fit in yat) and a class to parse and modify the header. It probably make sense to create a class for the file itself as well as iterator to allow interaction with STL in std.
Change History (16)
comment:1 Changed 5 years ago by
comment:2 Changed 4 years ago by
(In [3750]) refs #905. Adding class VcfHeader? handling the header section in a VCF file.
comment:3 Changed 4 years ago by
(In [3759]) refs #905. New class, VcfCompare?, to compare to VCF objects used e.g. in sorting.
comment:4 Changed 4 years ago by
comment:5 Changed 4 years ago by
comment:7 Changed 4 years ago by
comment:8 Changed 4 years ago by
comment:10 Changed 4 years ago by
comment:16 Changed 4 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [3747]) new class for an VCF entry; behaviour of default construction still fluid; refs #905