Skip to content

Commit

Permalink
Merge pull request #546 from kids-first/constants
Browse files Browse the repository at this point in the history
💬 Add string constant for html type
  • Loading branch information
fiendish authored Dec 10, 2020
2 parents fe5546f + 860d77a commit d201dfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kf_lib_data_ingest/common/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ class FORMAT:
SVS = "svs"
TBI = "tbi"
VCF = "vcf"
HTML = "html"


class READ_GROUP:
Expand Down

0 comments on commit d201dfa

Please sign in to comment.