File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments