Opened 3 years ago
Closed 3 years ago
#1335 closed enhancement (fixed)
Calculate average read length in FASTQ files after Trimmomatic
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | Reggie v4.33 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
In the legacy pipeline we need the average inner distance between R1 and R2. Typically we calculate that from the average fragment size (FragementSizeAvg on MergedItem) and the read length in the sequencing. Typically this works good enough, but when sequencing 2x150 and average fragment size of 160-180bp we get a lot of reading through to the adapter and trimming in the FASTQ files. In test data we have an average read length of ~120bp in the FASTQ files. Thus, we should really use the average read length instead of the sequencing length when calculating the average inner distance.
Change History (5)
comment:1 by , 3 years ago
comment:5 by , 3 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
In 6419: