Opened 10 years ago
Closed 10 years ago
#655 closed defect (fixed)
PT_READS is not reported correctly in description for FASTQ files
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | Reggie v2.16.1 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
For example: 30803478 READS; 30803478 PF_READS; [J@11c2cada PT_READS
Note:
See TracTickets
for help on using tickets.
(In [2770]) Fixes #655: PT_READS is not reported correctly in description for FASTQ files
Turned out that what was previously a single number was changed to an array with one element for each trimmomatic step (see [2689]). String concatenation doesn't care but doesn't do anything useful with an array.