Skip to content

Commit 738a768

Browse files
committed
remove summary metrics
1 parent 83adf72 commit 738a768

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

RiboMetric/modules.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -580,6 +580,7 @@ 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)
583584
return mRNA_distribution_dict
584585

585586

update_git.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pip install git+https://github.com/JackCurragh/RiboMetric.git
77

88
# RiboMetric run -b Calviello16/Calviello.transcriptome.sorted.bam -a Calviello16/gencode.v45_RiboMetric.tsv -S 100000 --all --global-offset 15
99
# RiboMetric run -b Calviello16/Calviello.transcriptome.sorted.bam -a Calviello16/gencode.v45_RiboMetric.tsv -S 100000 --all --offset-read-specific Calviello16/readspecific_offsets.tsv
10-
RiboMetric run -b Calviello16/Calviello.transcriptome.sorted.bam -a Calviello16/gencode.v45_RiboMetric.tsv -S 100000000 --all --offset-calculation-method ribowaltz -o test/
10+
RiboMetric run -b Calviello16/Calviello.transcriptome.sorted.bam -a Calviello16/gencode.v45_RiboMetric.tsv -S 100000 --all --offset-calculation-method ribowaltz -o test/
1111
# RiboMetric run -b Calviello16/Calviello.transcriptome.sorted.bam -a Calviello16/gencode.v45_RiboMetric.tsv -S 100000000 --all --offset-calculation-method tripsviz -o test/tripsviz
1212
# RiboMetric run -b Calviello16/Calviello.transcriptome.sorted.bam -a Calviello16/gencode.v45_RiboMetric.tsv -S 100000000 --all --offset-calculation-method changepoint -o test/changepoint
1313

0 commit comments

Comments
 (0)