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 20d1510 commit d003e8b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions bin/run-vcfmix.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
import urllib.request
import json
from pathlib import Path
#from vcfmix import lineageScan
from vcfScan import lineageScan
from vcfmix import lineageScan

def go(vcf_file):
# create a lineagescan object
Expand Down
1 change: 0 additions & 1 deletion docker/Dockerfile.vcfpredict-0.9.9r1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ FROM ubuntu:20.04
LABEL maintainer="[email protected]" \
about.summary="container for the vcf predict workflow"


#add run-vcf to container
COPY bin/ /opt/bin/
ENV PATH=/opt/bin:$PATH
Expand Down

0 comments on commit d003e8b

Please sign in to comment.