Opened 9 months ago
Closed 9 months ago
#1566 closed task (fixed)
Implement a wizard for restoring FASTQ files from aligned BAM files
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | Reggie v4.53 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
In the WGS pipeline the alignment BAM files also contain all unaligned reads. This makes it possible to restore the original FASTQ files from the BAM with the Picard SamToFastq tool. The restored FASTQ files will not be sorted in a different order, but it not should not matter as long as all reads are kept.
The idea is to save disk space by not keeping both FASTQ files and BAM files on the production server. We do not intend to implement a wizard that delete FASTQ files. This need to be done manually. The file items that represents the deleted FASTQ files should NOT be removed from the database. But they can maybe be marked as OFFLINE?
The wizard can be used on any alignment in the WGS pipeline, but it should not overwrite already existing FASTQ files.
Change History (8)
comment:1 by , 9 months ago
comment:8 by , 9 months ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
In 7572: