Skip to content

Commit

Permalink
update log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
apriltuesday committed Dec 19, 2023
1 parent 598645f commit 4f8d1b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ def main(clinvar_xml, include_transcripts, output_consequences=None, output_data
logger.info('No variants to process')
return None

logger.info('Match each record to Ensembl gene ID and name')
logger.info(f'Match each record to Ensembl gene ID{", transcript ID," if include_transcripts else ""} and gene name')
variants = annotate_ensembl_gene_info(variants, include_transcripts)

logger.info('Determine variant type and whether the record is complete')
Expand Down

0 comments on commit 4f8d1b1

Please sign in to comment.