Skip to content

Commit

Permalink
logging tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
jluebeck committed Jun 18, 2024
1 parent 8a52982 commit 3bf856b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions feature_similarity.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ def join_ivalds(ivald1, ivald2):
required_classes.remove("Linear")
required_classes.add("Linear")

print("Required classifications set to")
print(required_classes)
print("Required classifications set to: " + str(required_classes))

add_chr_tag = args.add_chr_tag
cn_cut = args.min_cn
Expand Down

0 comments on commit 3bf856b

Please sign in to comment.