Skip to content

Commit f620452

Browse files
committed
remove summary metrics
1 parent 22bcfc4 commit f620452

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

RiboMetric/modules.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,6 @@ def mRNA_distribution(annotated_read_df: pd.DataFrame) -> dict:
580580
mRNA_distribution_dict["global"][mRNA_category] += value
581581
else:
582582
mRNA_distribution_dict["global"][mRNA_category] = value
583-
print(mRNA_distribution_dict)
584583
return mRNA_distribution_dict
585584

586585

0 commit comments

Comments
 (0)