Skip to content

Commit

Permalink
uncomment line to run CBaSE to obtain BMRs
Browse files Browse the repository at this point in the history
  • Loading branch information
ashuaibi7 committed Dec 13, 2024
1 parent 1820c5c commit 35afdd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dialect/utils/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def generate_bmr_and_counts(maf, out, reference):
"""
logging.info(f"Generating BMR and count matrix for MAF file: {maf}")
check_file_exists(maf)
# generate_bmr_using_CBaSE(maf, out, reference)
generate_bmr_using_CBaSE(maf, out, reference)
generate_bmr_files_from_CBaSE_output(out)
generate_counts_from_CBaSE_output(out)
logging.info("BMR and count matrix generation completed successfully.")

0 comments on commit 35afdd1

Please sign in to comment.