File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333from SigProfilerAssignment import Analyzer as Analyze
3434from SigProfilerMatrixGenerator import install as genInstall
3535from SigProfilerMatrixGenerator .scripts import SigProfilerMatrixGeneratorFunc as matGen
36- from ugbio_comparison import comparison_utils
36+ from ugbio_comparison . vcf_comparison_utils import annotate_concordance
3737from ugbio_core .dna_sequence_utils import revcomp
3838from ugbio_core .vcfbed import vcftools
3939
@@ -311,7 +311,7 @@ def run_full_analysis(arg_values):
311311 ignore_fields = FIELDS_TO_IGNORE ,
312312 )
313313 logger .info ("Annotating vcf" )
314- annotated_df , _ = comparison_utils . annotate_concordance (df , arg_values .reference )
314+ annotated_df , _ = annotate_concordance (df , arg_values .reference )
315315
316316 logger .info ("insertion/ deletion statistics" )
317317 ins_del_df = insertion_deletion_statistics (df )
You can’t perform that action at this time.
0 commit comments