Skip to content

Commit

Permalink
Improve backwards compatibility
Browse files Browse the repository at this point in the history
By adding some more functions to the VCF "namespace"
  • Loading branch information
rasmushenningsson committed Feb 15, 2021
1 parent 76bd649 commit 8eae576
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/VariantCallFormat.jl
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ module VCF
const id = VariantCallFormat.id
const info = VariantCallFormat.info
const infokeys = VariantCallFormat.infokeys
const initialize! = VariantCallFormat.initialize!
const isfilled = VariantCallFormat.isfilled
const MetaInfo = VariantCallFormat.MetaInfo
const pos = VariantCallFormat.pos
const qual = VariantCallFormat.qual
Expand Down

0 comments on commit 8eae576

Please sign in to comment.