Skip to content

Commit

Permalink
add vcf2tsv
Browse files Browse the repository at this point in the history
  • Loading branch information
danielecook committed Oct 22, 2019
1 parent 6fa3f67 commit 2575781
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/vcf2tsv.nim
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
import tables
import sequtils
import strutils
import utils/gz
import os
import re
import sets
import streams
import zip/gzipfiles
import utils/helpers
import bitvector
import bloom

proc vcf2tsv*(vcf_in: string) =
echo vcf_in

0 comments on commit 2575781

Please # to comment.