Skip to content

Commit

Permalink
update run vcf for minos flag
Browse files Browse the repository at this point in the history
  • Loading branch information
WhalleyT committed Sep 19, 2024
1 parent f2b61d6 commit e565b97
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bin/run-vcfmix.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@
import urllib.request
import json
from pathlib import Path
from vcfmix import lineageScan
#from vcfmix import lineageScan
from vcfScan import lineageScan

def go(vcf_file):
# create a lineagescan object
v = lineageScan()
v = lineageScan(minos=True)

# assuming postfix of ".minos.vcf"
sampleid = vcf_file.replace("_allelic_depth.minos.vcf", "")
Expand Down

0 comments on commit e565b97

Please sign in to comment.