Skip to content

Commit

Permalink
Use new version of pyutils
Browse files Browse the repository at this point in the history
  • Loading branch information
tcezard committed Sep 29, 2023
1 parent 9aac5c3 commit a0eb962
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion eva_vcf_merge/merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import os
import shutil

from ebi_eva_common_pyutils.nextflow import NextFlowPipeline, NextFlowProcess
from ebi_eva_internal_pyutils.nextflow import NextFlowPipeline, NextFlowProcess

from eva_vcf_merge.detect import MergeType
from eva_vcf_merge.multistage import get_multistage_merge_pipeline
Expand Down
2 changes: 1 addition & 1 deletion eva_vcf_merge/multistage.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import math
import os

from ebi_eva_common_pyutils.nextflow import NextFlowPipeline, NextFlowProcess
from ebi_eva_internal_pyutils.nextflow import NextFlowPipeline, NextFlowProcess


def get_multistage_merge_pipeline(
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ebi_eva_common_pyutils>=0.3.22
git+https://github.com/tcezard/eva-common-pyutils.git@EVA3322-refactor#egg=ebi-eva-common-pyutils[eva-internal]
pysam~=0.16
pytest~=6.2

0 comments on commit a0eb962

Please sign in to comment.