Skip to content

normalize-by-median.py the total of the reads indicated in the report does not match the input  #1916

Description

@mainavienne

I performed normalize-by-median.py and the total number of reads reported does not match the actual total reads in the input file.

my script :
interleave-reads.py --gzip -o sample1_paired.fastq.gz sample1_R1.fastq.gz sample1_R2.fastq.gz
normalize-by-median.py --gzip -M 700G -R sample1_norm.report -o sample1_paired_norm.fastq.gz -p sample1_paired.fastq.gz
split-paired-reads.py --gzip sample1_paired_norm.fastq.gz -1 sample1_norm_R1.fastq.gz -2 sample1_norm_R2.fastq.gz

The report file for the normalization says: DONE with sample1_paired.fastq.gz; kept 272104114 of 310860582 or 87.5% so a total of 310860582 reads but the real total reads in sample1_paired.fastq.gz is 312 017 576 reads.

I have no idea where this difference comes from. Is it normal? What can cause it?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions